Does jQuery have a similar method to Dojo when it comes to Profiles?
I am trying to devise a system lik开发者_StackOverflowe Dojo's Profile build system in jQuery. Is there anything out there like that for jQuery?
jquery does not have its own loader or package system, but you should look at requirejs which uses AMD format to declare dependencies and manage large numbers of modules and works with a variety of toolkits. there's also labjs which takes a simpler approach to concatenate files.
精彩评论