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 valuejQuery("#TextRawID").val("");//get value
$("#TextRawID").val()
留言
張貼留言