jquery and select tag help -
firstly, i'm totally javascript inept please explain throughly. ok, have 2 issues going on here. need save data using json posts server side code. first need attribute values can passed server. pertains input boxes, i'm because straightforward can't seem values selects.
the last problem i'm having using jwysiwyg , cannot value of either. have 3 of jqysiwyg on single form. each 1 has different id. can me put together?
thanks rhaul, able values of selects i'm still having problem getting values of editors.
to value of select box , editor can use .val()
$("#yourselectboxid").val();
and
$("#youreditorid").val();
Comments
Post a Comment