sadik7266 / jquery-multifile-plugin

Automatically exported from code.google.com/p/jquery-multifile-plugin
0 stars 0 forks source link

Control does not work inside Tabs #153

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am using the latest version, The controls works fine until I add it inside a 
Tabs system, then it's totally dead

Original issue reported on code.google.com by dhoye...@gmail.com on 11 Jun 2012 at 2:52

GoogleCodeExporter commented 8 years ago
Are you using ajax to load the tabs content by any chance?
In which case the problem is that you need to re-run your code on newly 
inserted elements OR adapt your implementation to use something like livequery:
https://www.google.co.uk/search?q=jquery+livequery+plugin

Please provide a URL or re-created your problem here:
http://jsfiddle.net/

Original comment by diego.a...@gmail.com on 12 Jun 2012 at 8:55