HR Question, Java Question, Asp.Net Question, C and C++ Question, SAP, Web Services, Window and XML Question

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
ddmenuitem = document.getElementById(id);
ddmenuitem.style.visibility = ‘visible’;

}

// close showed layer
function mclose()
{
if(ddmenuitem) ddmenuitem.style.visibility = ‘hidden’;
}

// go [...]

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,
      [...]

Jsquery

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

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 [...]

« Previous Question                            Next Question »

 Subscribe in a reader