Tags:AJAX Questions | 42 views
Hi, I have the follow script as part of a hover drop down menu : <!– var timeout = 500; var closetimer = 0; var ddmenuitem = 0; // open hidden layer function mopen(id) { // cancel close timer mcancelclosetime(); // close old layer if(ddmenuitem) ddmenuitem.style.visibility = ‘hidden’; // get new layer and show it [...]
Tags:AJAX Questions | 47 views
Below is my javascript code. It seems to hanging up at the "var data = transport.responseText.evalJSON();" part. Here is a link to see how my html is made. http://twisted.visionsminis.com/price/compressors if (!window.WAUpdater) var WAUpdater = new Object(); WAUpdater.Methods = { options: { redirectOnError: true, [...]
Tags:AJAX Questions | 46 views
Hi all, i want to do pagination using jquery…I am not good in jquery but i would like to learn…so can u please send me the code… Thanx in advance
Tags:AJAX Questions | 45 views
While I have hundreds of draggables, the performance is very dramatical. So I want to hear from you if its possible to write code around it. Have you devs a solution to create a draggable on the mousedown event? The problem I face now, is: that I can create on the mousedown a draggable, but [...]