3
shouts

Javascript Array Fun - Rick Strahl's Web Log

posted by iftekharahmedamitiftekharahmedamit 410 days, 12 hours, 7 minutes ago
Tuesday, January 27, 2009 7:40:36 PM GMT

A commenter – Josh - pointed out a small error in some code I posted a while back regarding a CSS property watcher component that can monitor changes in any CSS property and notify you by firing a function. The jQuery plug-in code keeps track of CSS properties and values in an array and whenever the properties monitored change an event is fired to let the event consumer know of the change and take appropriate action based on the change. My error in the code relates to how the array was declared which was:...

category: Ajax | clicked: 0 | | source: west-wind.com | show counter code
tags: JavaScript

No comments yet, be the first one to post comment.

To post your comment please login or signup