Pages

Wednesday 12 March 2014

Getting value html element using Jquery

/*subtitleRightId is the id of html input type element*/

 var subtitleRightId = $("#subtitleRightId").val();

No comments:

Post a Comment