Tutorial : Namespaces for javascript
Have you ever had a problem using somebody method with the same name. Well, Have you ever thought why javascript don’t have package or namespaces like other languages. Well, change your mind. This is how you will be implementing namespaces for javascript. 123456789101112131415161718192021222324252627<script type="text/javascript"> if ( com == null || typeof( com ) != "object" [...]
Twitter
Facebook