[jQuery] event problem with jquery

2009-04-18 Thread Shaaa
i have following code for jquery and html, http://www.w3.org/TR/html4/loose.dtd";> $(document).ready(function(){ $("#plus").toggle( function(){ $("#child").show(1000); },function(){ $("#child").hid

[jQuery] Event Problem

2009-02-24 Thread Pedram
Dear folk , I have a Link and it makes ajax call , so the problem is ,whenever somebody clicks tons of time inn the Link it crashes and the AJax it will not work , so I solved this Problem with using of the Boolean variable and make it True and then the event is trigered cahnge it to false so it

[jQuery] event problem with include file

2008-01-19 Thread Minus
hi, I have a webpage (webpage1) with a button. When I clicked this button, another webpage (say webpage2) is include (which contains javascript and html) and a new button appear. If I click this new button, one event is detect (just an alert box). If I click one other time, the alert appear two

[jQuery] IE7 jQuery event problem

2007-10-17 Thread HarryKC
Hi! this script works in FF/Safari/IE6 but breaks in IE7. When the page first loads the function work as intended, and adjusts the height of the given element, but when you resize the window IE7 throws an error "Invalid argument" adn the scrtipt stops. I use this script to adjust the page layout

[jQuery] IE7 jQuery event problem

2007-10-17 Thread Hrvoje
Hi! I have a script that adjusts the layout of the page, depending on the window size, but IE7 throws an error. The script works fine in FF/Safari/IE6. When the page loads both scripts are fired, and the layout is set. If you then resize the browser window IE7 throws an error. Can someome tell