Hi everyone,
Here is my Script.
$(document).ready(function(){
$('.Single input').val(17737373);
$('.Multi input').val(53633737);
});
I have to set a set of values to a multiple line filed. I try first with single line filed,it works.
But when I assign a value to multiple line ,nothing appear in the field.
How to deal with this,please suggest .
Regards,
Bongkoch.