Friday 3 January 2014

jquery patterns $.data

<script> /* Title: data * Description: pattern and antipattern of using data */ // antipattern $(elem).data(key, value); // preferred $.data(elem, key, value); </script>
I hope you will enjoy the tips while playing with JavaScript.I would like to have feedbackfrom my blog readers. Your valuable feedback, question, or comments about this article 
are always welcome.

No comments:

Post a Comment