3
Answers

How to insert a variable value in the middle of html label

Ram Thilak

Ram Thilak

6y
514
1
Hi,
 
Assume jquery variable.The variable value will come to know 
 
a=10
 
I want to insert this value like this dynamically
 
  1. <label for="edit" id="lbledit"style="display:none;">You have selected 10 rows.If you want to do edit click <a href="#" id="edit">here</a> </label>  
 
Answers (3)