Alessio

Results 3 comments of Alessio

i know this limitation, $(function{}); is equivalent to $(document).ready(function(){}); In my "roadmap/wishlist" there is a step about this. I wish to move all widget's javascript into a different block (stylesheets...

$(document).ready(function(){}); is a jquery function. If you haven't jquery library already loaded it doesn't work.

I'm planning a huge refactoring of the bundle. In the new version all widgets will be rendered as "html only": using tag class for script call and attributes for script...