Click here to Skip to main content
15,867,756 members

Comments by zhxhdean (Top 3 by date)

zhxhdean 12-Jul-12 21:55pm View    
Reason for my vote of 4
hi,
why not use element's id.like this:

$(document).ready(function() {
$('#Item_FieldName').bind("keyup", function() {
$(this).val($(this).val().replace(",",""));
});
</pre>
zhxhdean 11-Jul-12 22:32pm View    
Reason for my vote of 5
i loved it
zhxhdean 27-Jun-12 3:22am View    
Reason for my vote of 4
thanks for sharing