Tuesday, October 28, 2014

jquery copy text to clipboard

Posted by Unknown  |  3 comments

 copying a value in to the two text boxes using jquery  
 --------------------------------------------------------  
 CopyingTwoTextboxes(); // this function in the page load.  
 //CopyingTwoTextboxes using keyup event starts here.  
 function CopyingTwoTextboxes() {  
   $("#ItemName").keyup(function () {  
     $("#TallyAliasName").val($(this).val());  
   });  
 } //CopyingTwoTextboxes using keyup event starts here.  
 for any quries visit http://scriptquery.blogspot.in/  
 for any quries visit http://scriptquery.blogspot.in/  

10:44 PM Share:

3 comments:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
Proudly Powered by Blogger.
back to top