« Back
You are in :
Recent Topics »
Using jQuery Plugins »
Using jQuery Form Plugin with .load()
Hi,
You have to wait for the end of the load, and then apply your ajaxForm process.
With your code, the following should happen :
1- ask to load your dynamic
2- try to add form process on your dynamic that is not already loaded (nothing happens)
3- your dynamic is loaded (without your form process)
Put a link if you want more help.
Regards,
Dominique VINCENT
http://www.toitl.com/
http://twitter.com/toitl
You have to wait for the end of the load, and then apply your ajaxForm process.
With your code, the following should happen :
1- ask to load your dynamic
2- try to add form process on your dynamic that is not already loaded (nothing happens)
3- your dynamic is loaded (without your form process)
Put a link if you want more help.
Regards,
Dominique VINCENT
http://www.toitl.com/
http://twitter.com/toitl
Post Actions

