Archive › August, 2015

JQuery :: How to access html elements with same id?

In our previous article which was JQuery :: How to copy contents of a div into another div? we discussed how we can copy contents of one div into another. Today we will discuss how we can access elements which have the same id. Suppose you have the following HTML page: <input type=’text’ name=’exampleText’ id=’exampleText’ /> <input […]

Comments ( 0 )

JQuery :: How to copy contents of a div into another div?

In our previous article which was JQuery :: How to parse the JSON data received via ajax request? we discussed how to parse the JSON data which is received from the ajax request. Today we will like to discuss on how we can copy the contents of a div into another div. Suppose you have the following […]

Comments ( 0 )