Php Mysql Ajax Jquery JavaScript Mysql
Color animation jQuery-plugin
With jQuery’s animate function, you can animate all kinds of css-properties. What’s really missing from jQuery is animating colors. This plugin will add this feature. With this plugin, you can animate the following properties: color backgroundColor borderColor borderBottomColor borderLeftColor borderRightColor Read more…
Magento
Magento: Print magento query
If you want to see the query use the following code for example: Magento Query: Result For Example: SELECT `main_table`.* FROM `banner` AS `main_table`
Php Mysql Ajax Jquery JavaScript Mysql
EqualHeight
var currentTallest = 0, currentRowStart = 0, rowDivs = new Array(), $el, topPosition = 0; jQuery(container).each(function() { var el = jQuery(this); jQuery(el).height(‘auto’) topPostion = el.position().top; if (currentRowStart != topPostion) { for (currentDiv = 0 ; currentDiv < rowDivs.length ; currentDiv++) Read more…
Magento
Magento: Mobile Number validation to any form
1.Open Your form and in the input field add the class : validate-mobileno For Example: 2. At the bottom of your form you will find a script add the following code in your script tag For Example: