Another one issue I did not address:
Some jQuery plugins need initializtion which is mostly impossible to do it generalized in master files (for example size of the quicks) and this should be done separately in content pages thorugh code or maybe a function. With current templating system I get that jQuery object is not defined, because jquery referencing comes later (outermost) due to the definition in masterpage.
just few ideas/suggestions...
it seems that it will be necessary to move all js referencing to specific page templates...
Some jQuery plugins need initializtion which is mostly impossible to do it generalized in master files (for example size of the quicks) and this should be done separately in content pages thorugh code or maybe a function. With current templating system I get that jQuery object is not defined, because jquery referencing comes later (outermost) due to the definition in masterpage.
just few ideas/suggestions...
it seems that it will be necessary to move all js referencing to specific page templates...