jQuery.data() caveat for HTML5 in Firefox

When using the data-* HTML5 attribute on elements, be careful not to use the watch keyword as it's a non-standard reserved object attribute in Mozilla browsers used for debugging.

From my testing, this only occurs when using older versions of jQuery <=1.6.4 See my jsFiddle test for a working demo.