function findAncestor (el, cls) { while ((el = el. parentElement ) && !el.classList.contains(cls)); return el; ...
Read More
Show two line Content and show Readmore Button
HTML ==================================================================== < h2 class = "pdProductHeading" > Lor...
Read More
Sample Gruntfile
Before Using this code you need to install some dependency. 1.grunt npm install 2. grunt watch 3. grunt express Getting Started yo...
Read More
Module Pattern Design in Javascript
var Module ; ( function ( $ ) { "use strict" ; Module = ( function () { return { init : function () { this . co...
Read More
add image gallery meta box in wordpress
https://github.com/zulfnore/gallery-metabox
Read More
Subscribe to:
Posts
(
Atom
)