[Nitro] JQuery questions
George Moschovitis
george.moschovitis at gmail.com
Thu Nov 2 15:34:26 EST 2006
> $('#srcbutton').click(function() {
> $('#targetbutton').click();
> });
hmm tried, this i think it didn't work. I will try again.
> var do_something = function() { alert('this is the element's callback') }
> $('#targetbutton').click(do_something)
> $('#srcbutton').click(do_something}
I can't see how this is useful for my scenario.
-g.
--
http://www.gmosx.com
http://www.nitroproject.org
More information about the Nitro-general
mailing list