Revision: 31514
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 8, 2010 16:59 by dkl3in
Initial Code
jQuery.noConflict(); jQuery(document).ready(function($) { var MyProject = { init: function() { MyProject.doSomething(); }, doSomething: function(){ //do Something } } MyProject.init(); });
Initial URL
Initial Description
Initial Title
Custom JS Function Group Snippet
Initial Tags
js, jquery
Initial Language
jQuery