PHP Freelancer

 

PHP Programmer India

PHP Freelancer PHP Freelancer India PHP Programmer India PHP Freelancer Indian Freelancer Freelance Programmer Freelance Developer Freelance Web Developer Freelance Programmer India Hire PHP Developer India Wordpress Developer India CakePHP Developer India

JavaScript

Find nth Parent Div using jQuery

Are you looking for finding the parent div in easiest way using jQuery ? You can easily find parent div element or any parent HTML element using jQuery. You can find nth div element using this parent function. Look at below link for parent functionality of jQuery.

Move (Copy) Div from one place to another using jQuery

jQuery is very useful while you develop any web application. Whatever you can do with jQuery is not enough, you should know much more and implement more and more with jQuery. Yesterday i need to move one of my "Pending" record to "Paid" records section once i click on selectbox and change the record to "Paid" status.

Problem in Mozilla Firefox-Easy AJAX Pagination Using JQuery CakePHP

I was working with CakePHP's Easy AJAX Pagination Using JQuery. I found this as a great code for sorting and paging with jQuery in CakePHP. But i faced a problem in Mozilla Firefox. It is not working in Mozilla Firefox. While in IE and Crome it works fine for me.

Create iframe dynamically using jQuery

Creating iframe using jQuery is not a difficult task. If you want to create iframe dynamically using jQuery, than look at below code.

Get URL variables in javascript/jQuery

Yesterday i was in search of javascript/jQuery code for getting URL variables in javascript. Once i will get the URL variables in javascript file i can make further process with it. I came across below code which saves lots of my time.

Get label of option in SelectBox using jQuery

jQuery-Ajax is getting popular day by day for updating the data of database in very effective manner. If you works with SelectBox and want to update the value of SelectBox in database without submitting the form/page load. You may done this task by calling jQuery-Ajax on onChange event  of SelectBox. Once the value is getting updated in database, you may hide the selectbox and show the label of value at somewhere.

Problems with parent’s jQuery mouseover/mouseout events

Today i was working with jQuery mouseover/mouseout event and i faced a problem with it. Here i am giving you a quick note which may save you time in future. The problem is related to parent and its children elements. Your parent element has children elements and your parent element have mouseover/mouseout event.

Show selected option in SelectBox using jQuery

jQuery-Ajax is getting popular day by day for updating the data of database in very effective manner. If you works with SelectBox and using jQuery-Ajax for updating the value of SelectBox in database. This can be done by calling jQuery-Ajax on onChange event  of SelectBox. Once the value is getting updated in database, you have to show that value selected in SelectBox.

jQuery editable – Edit in place/Inline editing

Are you working with jQuery and want to update record in database with inline editing ? Yesterday i worked with jQuery-Ajax and update records in database without submission of form. You might be aware with jQuery-Ajax and update records in database but if you are looking for edit in place than here i am showing a way to edit a record in place.

Maximum Charactors/Words limit(counter) for textarea using Javascript/jQuery

Are you looking for limiting charactors/words entered in textarea? Today i need to implement the limit for description field where customer can only enter upto 255 charactor. If customer entered 255 charactors than i have to restrict customer from entering more charactors in textarea field. I came across below javascript/jQuery function using which i can easily restrict customer to enter limited charactors/words.