I am trying to use JavaScript to get the value from an HTML text box but value is not coming after white space
For example:
Set id for the textbox. ie,
In javascript
var jobValue = document.getElementById('txtJob').value
In Jquery
var jobValue = $("#txtJob").val();