Robert Walker wrote in post #1040404:
> $(function() {
> $('#fieldset').click(function() { alert("Clicked"); });
> });
>
> If this works then you know you're finding the right HTML element and
> correctly binding a "click." Once you've confirmed this then try the
> more complex bind syntax.
If you're using jQuery 1.7+ you might also want to consider using the
new .on()/.off() methods for binding events.
http://api.jquery.com/on/
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.