[jQuery] Re: help: add click event to element

2007-05-11 Thread [EMAIL PROTECTED]
yeah, i have the code. it's located on a private server. here is the source code. Thanks. http://www.w3.org/ TR/html4/strict.dtd"> Query GVC $(function () { $("a.history").click(function(){ $("#history").slideToggle(); return false; }); $('form').submit(function () { $("#

[jQuery] Re: help: add click event to element

2007-05-11 Thread Jake McGraw
Do you have an example document you would use this code on? - jake On 5/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What I'm trying to do is to add a click event to all element with class name 'backtotop'. The code works in IE, but not in Fx; It seems like Fx can execute select and f