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 () {
$("#
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
2 matches
Mail list logo