Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Sunday, November 19, 2017
JQuery Load Javascript Dynamically | Dynamic JS Loading
›
JQuery Load Javascript Dynamically | Dynamic JS Loading var script = document .createElement( "SCRIPT" ); script.src = ...
Saturday, November 18, 2017
Finding the IP Number and MAC Address of a Network Card
›
At first need to open command prompt, press windows button and type cmd and open command prompt: Now type "ipconfig" and b...
Friday, November 17, 2017
JQuery Custom Checkbox Example | Checkbox Customization
›
It's easy to customize checkbox. if (app === undefined ) var app = {}; app.customCheckBox = ( function () { var prop = ...
Thursday, November 16, 2017
JQuery form submission dynamically | Dynamic form submission
›
Below is the JQuery code snippet shows how to submit form dynamically: < script src = "//code.jquery.com/jquery-latest.min.js...
JavaScript Regex To Match Domain Name | Domain Validator Regex
›
Below is the required regex to validate any domain name, its simple so you can modify if you need to extend it. ^((http|https):\/\/)?([a...
Tuesday, November 14, 2017
JQuery JavaScript Select All Text In Content Editable Div
›
JQuery JavaScript Select All Text In Content Editable Div jQuery.fn.selectText = function (){ var doc = document ; var elem...
Saturday, November 11, 2017
jQuery DataTable Example
›
My Data-Tables Initialization Script is $('table').dataTable(); And output as below: JSFiddle link for DataTable exam...
‹
›
Home
View web version