Forum Post: RE: rbf_SetFieldValue to null

  • Thread starter Thread starter Gian Torralba
  • Start date Start date
Status
Not open for further replies.
G

Gian Torralba

Guest
Hi Stein, If you want the default value of the field dropdown to be selected in the page UI, you can use JQuery to achieve this. Please follow the sample code below $("#RXXXXXX option:nth(0)").attr("selected","selected"); /*sets the first option as selected*/ Thanks, Gian

Continue reading...
 
Status
Not open for further replies.
Back
Top