jquery .CSS trouble
Posted: 23 Jan 2014
I wanted to change the styling of a specific field using jquery. I thought it would go something like this... but nope.
//Increase size of Comments Box
fd.field('commentsSpecReq').control().css("width", "400px");
OR
$('.fd_field[fd_name="commentsSpecReq"]').css("width", "400px");
//Increase size of Comments Box
fd.field('commentsSpecReq').control().css("width", "400px");
OR
$('.fd_field[fd_name="commentsSpecReq"]').css("width", "400px");