[jQuery] Re: add element after page has loaded

2009-11-26 Thread edencane
been loaded    //Code implementation }); I usualy hide the form that I'm editing until it is ready to be shown. Simple hide() and show(). Hope this helps. Greetz, Rick On 26 nov, 01:25, edencane edenc...@gmail.com wrote: Hi. I have the following document.ready: $(document).ready

[jQuery] add element after page has loaded

2009-11-25 Thread edencane
Hi. I have the following document.ready: $(document).ready(function(){ $('#formGen1').load('formGen1.jsp'); if(${membership eq 'propertyContractor'}) { $('#formGen2').load('formGen2.jsp'); $('#formGen3a').load('formGen3a.jsp'); } else if