Skip to content

Instantly share code, notes, and snippets.

@collin
Created June 2, 2009 09:36
Show Gist options
  • Select an option

  • Save collin/122163 to your computer and use it in GitHub Desktop.

Select an option

Save collin/122163 to your computer and use it in GitHub Desktop.
Element.first(:node_type => :body, :id.starts_with => 'project').all(:node_type => :input, :id.ends_with => 'at')
$('body[id^=project] input[id$=at]').datePicker({clickInput:true});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment