aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes jquery and object oriented structure Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "jquery and object oriented structure" Watch "jquery and object oriented structure" New topic
Author

jquery and object oriented structure

nimo frey
Ranch Hand

Joined: Jun 28, 2008
Posts: 580
I want to organize/structure/encapsulate all my jquery javascript code:

I have a file "mypage_version1.js" with the following content (VERSION 1):



How can I organize it better?

Does the file "mypage_version2.js" with the following content (VERSION 2) structures the code better than "VERSION 1"?:



I am in doubt, which version is better (both works).

Version 1 is shorter, but cluttered within the file.

What is best practice?

Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

Which is clearer? WHich is easier to understand for someone who didn't write the code? WHich will be easier to maintain later on?

Too many people try to over-think things and just make things complicated for no reason.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: jquery and object oriented structure
 
Similar Threads
jQuery ajax on click of href
jQuery tabs UI issue
Thought I knew WAR structure: Spring MVC/JQuery (simple) path problem
jQuery UI tabs not loading in the same tab
jQuery not working on page