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 »

How To Remove Images From WordPress Post Content

Hi Friends, In this article I am goind to explain how can we remove images from wordpress post content. Of course we can use the_excerpt() function but it will give you excerpt not post content, My need is to get post content without images, So to do that there is three line of code by which we can achieve easily….

Read More »

WordPress 3.2 Beta 1 Released

Hi Friends, some time ago WordPress released 3.1 version before three months and now wordpress released its version 3.2 but it is in beta phase. It means it is in development phaase still have some issues, So it is recommended by wordpress that dont use it on any production website. You can test it on a test website, Just to…

Read More »