Firstly hello everyone and apologies for breaking new ground in terms
of simple idiot questions.
Ok so I'm trouble doing something I would consider as simple with
jquery.
I have a form and i want to run a common function (that checks a bunch
of inputs) that will be run when certain fields blur. wor
I have a jQuery function with three parameters which works just fine
when invoked directly,
movebus(a,b,c);
but when I try to delay its invocation using setTimeout, as in
setTimeout("movebus(a,b,c); ", 5000);
I receive the error message in Firebug "movebus(a,b,c) not defi
Test: http://wil1.com/jtest/index.html
Source: http://wil1.com/jtest/wil.js
Description: When you click on an arrow image the sub-listings are loaded
via a plain html file (eventually this will load from an api call), the
image is changed, the list is then slideToggle'd.
Problem: It seems that n
3 matches
Mail list logo