Home arrow JavaScript arrow Creating Table Rulers with the jQuery JavaScript Library
JAVASCRIPT

Creating Table Rulers with the jQuery JavaScript Library


Welcome to the final installment of a series on creating table rulers with CSS and JavaScript. Comprised of four approachable tutorials, this series demonstrates how to build a table ruler by means of several approaches, ranging from utilizing CSS and JavaScript separately, to using a balanced combination of them.

Author Info:
By: Alejandro Gervasio
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
September 17, 2009
TABLE OF CONTENTS:
  1. · Creating Table Rulers with the jQuery JavaScript Library
  2. · Review: building a table ruler using plain JavaScript
  3. · Adding and removing CSS classes dynamically with jQuery
  4. · Full source code for the jQuery-based table ruler

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Creating Table Rulers with the jQuery JavaScript Library
(Page 1 of 4 )

Introduction

As a web developer, you know that there are many mechanisms that can be used on a web site to highlight certain sections of it, either for making them look a bit more attractive, or for providing users with a visual aid that contributes to the site’s usability.

Certainly, table rulers fall under this last category. They're utilized by many web sites nowadays when it’s necessary to display large portions of tabular data. In a case like this, a table ruler permits users to easily highlight sections of a selected HTML table every time the mouse is placed over each of its rows.

Thus, if you’re interested in learning how to build a table ruler in a simple fashion, which can be incorporated to your own web site with minor hassles, then look no further, because you’ve come to the right place.

Now, returning to the topics covered in the previous article, I left off discussing how to develop a basic JavaScript-based table ruler that was capable of working with multiple HTML tables. Indeed, creating a JavaScript program like this was a no-brainer process, since it required only using a bit of DOM scripting to attach the table ruler to a couple of sample tables. It was that simple, really.

However, this educational journey hasn’t finished yet, since in the next few lines I plan to teach you how to build a table ruler with the assistance of the jQuery JavaScript package. This approach can be pretty useful, particularly if you’re currently using this framework to develop your client-side web applications.

Now that you know what to expect from this last installment of this series, it’s time to see how jQuery can be utilized for building an efficient table ruler. Let’s get going!


blog comments powered by Disqus
JAVASCRIPT ARTICLES

- More Top jQuery Tutorials for Beginners
- More Top jQuery Plugins for Menus
- Top jQuery Tutorials for Beginners
- New UI Framework and SDK for JavaScript Rele...
- JavaScript OpenPGP Tool, Node.js 0.6.3 Avail...
- Yahoo Releases Cocktails Language and Develo...
- Customizing jQuery Slideshows: Dynamic Contr...
- Customizing jQuery Slideshows: the animate()...
- Customizing jQuery Slideshows: slideUp() and...
- Customizing jQuery Slideshows: hide() and sh...
- Web Workers: Performing Calculations in Para...
- More Top JavaScript Frameworks and Libraries
- More Dynamic jQuery Styling Techniques
- The Top JavaScript Libraries
- The Top JavaScript Frameworks

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 10 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials