jquery .CSS trouble

rss

Posted by schuess - Jan 23 ’14 at 03:14

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");

Displaying 1 to 3 of 3 messages