Category: jquery

how to insert an element inside parent element as last element or first element

how to insert an element inside parent element as last element or first element


//below code will insert childClass element at the end as last element of parentClass element $(".parentClass").append($(".childClass").html()); //below code will insert childClass element at the top as first element of parentClass element $(".parentClass").prepend($(".childClass").html());

All About jQuery


  Essential Documents For beginners Advanced information - Selectors, best practices, etc.. Ajax calls Form Validation Plugins jQueryUI jQueryUI animations jQuery/jQueryUI with asp.net Helpful tools Recommended plugins - Tips and tricks Most used functions - Examples     Essential Documents   http://api.jquery.com/ - Core reference for jQuery https://developers.google.com/speed/libraries/devguide - Reference for Google CDN hosted apis including jQuery and jQuery … Continue reading All About jQuery

HOW TO SET UP PAYPAL INTEGRATION WITH PHP & MYSQL

HOW TO SET UP PAYPAL INTEGRATION WITH PHP & MYSQL


Updates: 10th August 2011 The payments.php code (Line 60-64) has been slightly amended to fix the IPN Invalid Response. If you are not receiving the correct response from Paypal ensure that you are using the main test account (Verified Business Account) from your Paypal Sandbox account. Also ensure that you are testing the Paypal IPN Script on … Continue reading HOW TO SET UP PAYPAL INTEGRATION WITH PHP & MYSQL

Top 10+ jQuery Popup window plugins


http://www.jquerybyexample.net/2013/01/jquery-popup-window-tutorial-plugins.html http://www.onextrapixel.com/2013/09/06/top-10-jquery-plugins-for-modal-windows/ http://www.designyourway.net/drb/a-collection-of-useful-jquery-modal-dialog-boxes-31-plugins/ http://www.webdesigntunes.com/freebies/30-best-free-jquery-login-registration-forms/#.Ut9k0NK6bIU