In this aritcle, you will learn how to customize or style radio buttons and checkboxes using the latest jquery and css.
Continue reading...HTML Scripts Download and include lazy-loader.min.js.
Continue reading...If you want to know the City, State, Country, Zip, etc. of the given address, you can surely get the details that you need with the help of Google GEO location API.
Continue reading...Advance Custom Fields plugin is one of the best plugins when if you want add custom fields to your post, page, custom post types, and even custom options page . Entending your dashboard forms can be very easy, however, if you want custom forms for your front end, this plugin does not provide default styling
Continue reading...[code] mainApp2.factory(‘MathService’, function() { var factory = {}; factory.multiply = function(a, b) { return a * b; }; return factory; }); mainApp2.service(‘CalcService’, function(MathServic){ this.square = function(a) { return MathService.multiply(a,a); }; }); mainApp2.controller(‘CalcController’, function($scope, CalcService) { $scope.square = function() { $scope.result = CalcService.square($scope.number); }; }); [/code] [code] <div ng-app=”mainApp2″ ng-controller=”CalcController”> <p>Enter a number: <input type=”number” ng-model=”number”
Continue reading...Since I was in introduced to using Sass, I never want to go back to the traditional way of coding stylesheets. Here are the steps to starting using Sass: Sample Command
Continue reading...Adding category options for your custom post type is so easy. If you want your custom posts and the default posts to share the same categories, simply insert the ff. line of code below: Where: h-articles is the id of your custom post type. However, if you want to create a separate set of categories
Continue reading...If you’re creating your own theme and use adding a menu using the standard WordPress function wp_nav_menu(), you will have to style it using CSS in order to make it like the usual navigation menu. This function will return a list of menus you defined or added in Appearance -> Menus. This looks fine if
Continue reading...Go to your hosting page. On the sidebar, look for Domains and click it. On the page, click add domain. Enter your new domain name and the name of the desired folder
Continue reading...Jquery has already made a tab function that’s very easy to use. But if you have problem using such function and you’re considering of other function to achieve the same output, you can try my own jquery tab function. To call: Add the tab and its contents:
Continue reading...