Changeset 11556
- Timestamp:
- 04/25/11 16:36:48 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x01/JQueryPlugin/pub/System/JQueryPlugin/plugins/placeholder/jquery.placeholder.uncompressed.js
r11552 r11556 5 5 * 6 6 * Usage: 7 * 8 * <input type="text" class="foswikiInputField" placeholder="Fill me ...">9 * 7 * 8 * <input type="text" class="foswikiInputField" placeholder="Fill me ..."> 9 * 10 10 */ 11 11 jQuery.placeholder = function() { … … 39 39 }; 40 40 41 /* when using AJAX */42 41 $('[placeholder]').livequery(function() { 43 42 $.placeholder($(this)); 44 43 }); 45 46 $(document).ready(function() {47 $.placeholder();48 });
Note: See TracChangeset
for help on using the changeset viewer.
