Remove label for a calculated field
-
Thank you again,
I have tried numerous ways to solve this problem:
……..
jQuery(this).hide();//hide only editing boxvar myInputBoxID = jQuery(this).attr(“id”);
jQuery(“#”+ myInputBoxID,’label[for=”‘ + myInputBoxID + ‘”]’).hide(); //similar hide just editing box???
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove label for a calculated field’ is closed to new replies.