Category: jQuery

ColorBox : Change position of Close Button Link

Hi Friends, Some day ago I was working on jquery colorbox . I was integrating jquery colorbox into one project of client and really it is very easy to use for anywhere. I used it easily in client project but at end of this client come to me with one request that he want close button or close link which comes…

Read More »

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 »

How To Disable Submit Button By jQuery

Hi Friends, In this article I am going to explain how we can make submit button disabled by jQuery. I need this functionality in one of my project, In which I have disable submit button on click of submit button, So no one can click on that button again and so form can submit smoothly. So I have searched about…

Read More »