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!