jQuery-File-Upload.MVC3
jQuery-File-Upload.MVC3 copied to clipboard
Template loading and jQuery(document).ready issue
Is there a way to know when the templates finishing loading?
I need to add some jquery logic to the template results, but jQuery(document).ready is firing before the templates load so do not have a way to interact wit the results.
I'm wanting to add drag and drop support of the uploaded images.
thanks.