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
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?
http://codingforums.com/showthread.php?t=160798
3 matches
Mail list logo