0
0 Comments

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?

 

(Visited 22 times, 1 visits today)
Beau Cameron Answered question February 2, 2018
Add a Comment