Activity Not Available

Project Summary

jQuery ToolsjQuery Tools is a method collection extending jQuery library with often used features.

Tools$.typeOf() - returns the type of passed object, in comparison with JavaScript typeof operator this method correctly returns values for arrays and null values (typeof operator returns object for both arrays and null values which is wrong) $.nTypeOf() - same as $.typeOf() but also checks the type for numbers and returns either int or float value instead of number value $.parseInt() - parses value to int, in comparison with JavaScript parseInt() this implementation will throw an exception if invalid character is detected, also it doesn't treat values with leading zero as octal numbers $.parseFloat() - parses value to float, in comparison with JavaScript parseInt() this implementation will throw an exception if invalid character is detected

Share

 No recognizable code

Ohloh computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has code locations but that location contains no recognizable source code for Ohloh to analyze.

Community Rating

2 users rate this project:
4.5
   
4.5/5.0
 
Click to add your rating
 
Review this Project!
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.