I\'m trying to pass the entered text to the controller using an ajax request. But i\'m getting athe error \"Uncaught TypeError: Cannot set property \'value\' of null \" whe
h_url=document.getElementById("u") is null here
h_url=document.getElementById("u")
There is no element exist with id as u
u