Firstly, I’m totally javascript inept so please explain throughly. OK, I have two issues going on here. I need to save data using JSON that posts back to my server side code. I first need to get the attribute values so they can be passed to the server. Where it pertains to input boxes, I’m good because that is straightforward but I can’t seem to get the values for the selects.
The last problem I’m having is that I am using jwysiwyg and I cannot get the value of that either. I have 3 of the jqysiwyg on a single form. Each one has a different id. Can someone help me put this together?
Thanks to Rhaul, I was able to get the values of my selects but I’m still having a problem with getting the values of my editors.
To get the value of a select box and your editor you can use
.val()and