/ Published in: jQuery
Simple init function setup
Expand |
Embed | Plain Text
<script> (function() { $('html').addClass('js'); var contactForm = { init: function() { // init code here } }; // call the init contactForm.init(); })(); </script>
You need to login to post a comment.
