[jQuery] Re: Jquery onload complete like function

2009-10-21 Thread Greg Riley
I believe you could do $("#formId").ready(function(){ doWhatever (); }); Of course you can select the form however you want to. On Oct 21, 3:16 pm, Edgar Méndez. wrote: > I wonder if there´s some function that execute when all the elements > of the form are loaded, some like an onload complete

[jQuery] Re: Json works in firefox but not in ie

2009-10-19 Thread Greg Riley
You are setting options inside a function and then trying to reference it outside of that function. Try putting var options = ''; before that first line. On Oct 19, 10:22 am, Patrik wrote: > Hi, > I have this code and it works well in firefox but in IE it dosn't. > How do I make it work in IE?

jquery-en@googlegroups.com

2009-10-19 Thread Greg Riley
http://codingforums.com/showthread.php?t=160798