[jQuery] Form Ripping

2008-02-17 Thread Phil S
Anybody know why this jQuery code only shows the fieldsets I wrap round it for a fraction of a second before vanishing? Click the Go button several times quickly to see the fieldsets appear. http://styledna.net/jform/ Basically im trying to grab in all form elements then wrap them in a fieldset

[jQuery] Form Ripping

2008-02-17 Thread Phil S
Im looking to create a plugin that will rip all form content from any given URL. Obviously AJAX cant handle remote sites so thats done via some server-side proxy, but here is what I have so far: http://styledna.net/jform/ Its working fine, except for when I try processing the content thats loade

[jQuery] Form Ripping

2008-02-17 Thread Phil S
Anybody know why this jQuery code only shows the fieldsets I wrap round it for a fraction of a second before vanishing? Click the Go button several times quickly to see the fieldsets appear. http://styledna.net/jform/ Basically im trying to grab in all form elements then wrap them in a fieldset