jQuery basic

 







from https://stackoverflow.com/questions/6892948/why-does-jquery-complain-about-an-invalid-left-hand-assignment/6892956

In jQuery you assign a new value with:

jQuery("#audit").val(newval);

//set value
jQuery("#TextRawID").val("");


//get value

$("#TextRawID").val()




留言

熱門文章