Tag-Handler
Tag-Handler copied to clipboard
Use $.data for storing tags instead of internal variable
Switch to using $.data to store the tag lists instead of using internal arrays.
This would allow for use of the tags outside the scope of the plugin if desired.