How to get the HTML text box value to show alert message in office share point.
My code:
function show(){
alert(‘test:’ + $(“#txtPrice”).val());
}
after i deployed the project from visual studio it is successfully and i go to my office share point site but can’t show the alert message.How to get the text box value?
Hi Kumar, you are going to need to provide a bit more information. What your HTML looks like would be helpful.