/ Published in: jQuery
Expand |
Embed | Plain Text
jQuery.noConflict(); jQuery(document).ready(function($) { var MyProject = { init: function() { MyProject.doSomething(); }, doSomething: function(){ //do Something } } MyProject.init(); });
You need to login to post a comment.
