View Single Post
Old 12-10-2012, 02:15 AM   PM User | #5
DSchragg
New to the CF scene

 
Join Date: Nov 2012
Posts: 7
Thanks: 3
Thanked 0 Times in 0 Posts
DSchragg is an unknown quantity at this point
Guys, thank you so much for your help, and please excuse my ignorance if I wasn't getting the message you were trying to relay. I wasn't trying to add an ID to the field, nor did I want to since this is a Wordpress plugin, and I'd rather not customize it so that I can have clean updates in the future. It was adding the [0] that the did the trick....now if I could ask one more question?

How to I hide a div id/class?
Using
Code:
$("#field_price_current_wrapper").hide();
isn't working for me, what am I doing wrong?

Thanks again!

EDIT: Managed to hide the div using:
Code:
field_price_current_wrapper
Thanks again for all your help guys!

Last edited by DSchragg; 12-10-2012 at 02:21 AM.. Reason: solved my own question
DSchragg is offline   Reply With Quote