[jQuery] jQuery & Functions

2009-11-10 Thread Digital Evasion
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

[jQuery] jQuery functions called from setTimeout fails

2009-05-25 Thread Mike
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

[jQuery] jQuery functions on loaded html

2007-11-24 Thread Wil Everts
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