Revision history of "Jquery custom attribute"

From John Freier
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 10:47, 11 August 2011ā€Ž Jfreier (Talk | contribs)ā€Ž . . (271 bytes) (+271)ā€Ž . . (Created page with 'Use a custom attribute on an HTML tag and manipulate it in JQuery. <script> $(document).ready(function() { $('a').click(function() { var id = $(this).attr('gā€¦')