0
votes
2answers
123 views

datepicker for dynamically generated textfield using javascript

I have a small html file that contains a textfield where user enters the number of other textfield to be generated. for example if the user enters 3, 3 more textfield will be shown automatically. ...
0
votes
2answers
186 views

dynamically modify image and place a text using javascript/jquery

I have the above image. My task is to dynamically change the values where L, A and B appears; I have to remove/hide the L,A and B and replace it using a numerical value. I used fireworks to make ...