In this tutorial we learn advanced jQuery action to apply discount on checkout using woocommerce....
JQuery
Being Idea is a web platform of programming tutorials to make better programming skills and provides Software Development Solutions.
Most Popular Posts
How to refresh a div at every 10 seconds using javascript
everyTime(interval : Integer | String, [label = interval : String], fn : Function, [times = 0 : Integer]) everyTime will add the defined function (fn) as a timed event to run at a given time interval (interval) for a given number of times (times). If time
Display custom woocommerce add to cart icon on header
Does anyone know of a good tutorial on how to add a shopping cart that display the number of items and total using WooCommerce. I want it to function similar to this plugin but I do not want to use a plugin. Thanks http://wordpress.org/plugins/woocommerce
How to install WAMP Server in window with PHP, MySQL and Apache.
WAMP is acronym for Windows, Apache, MySQL and PHP, Perl, Python. WAMP software is one click installer which creates an environment for developing PHP, MySQL web application. By installing this software you will be installing Apache, MySQL and PHP.
JQuery Facebook Login with PHP & MySQL.
Implementing login with facebook using just their new PHP SDK is very easy, everything can be accomplished with minimal PHP code, but some of us may want to take it little further to create a nice looking Ajax based login system.
Learn CodeIgniter Tutorial for Beginners
CodeIgniter is based on the Model-View-Controller (MVC) development pattern.It is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
Multi-Language switcher in CodeIgniter
Today, we will discuss how to implement the multi-language feature in CodeIgniter framework using MVC pattern.
Load More items from mySql database using jQuery and PHP
You might have seen the implementation of Ajax based data loading technique at Facebook, Twitter, E-Commerces website or some other websites.
How to select and display image using FileReader
In this tutprial we learn about uploade image using javascript function and display image in img tag.