Author: bhavin.rana

Move (Copy) Div From One Place To Another Using jQuery

Hi Friends,Yesterday I needed to move one of my “Inactive” record to “Active” records section when once I click on selectbox and change the record to “Active” status. I can do it by creating new HTML and append it to Active records list. But i came to know about Clone functionality of jQuery, Which is best thing to move or…

Read More »

Find nth Parent Div Id Using jQuery

Hi Friends, Today while I was working on a project in which I needed to finding the parent div id. Finding the parent div in easiest way using is with jQuery. You can easily find parent div element using jQuery. Look at below link for parent functionality of jQuery. You can find nth div element using this parent function. Look…

Read More »