jQuery |
X

Congrats, You are Subscribed to Receive Updates.

jQuery Key Codes and Values for Different Browsers

 Here is the following list of Keycodes that supports different browsers based on the version . Also jQuery works based on three key event handlers. here is it. event.keyCode event.which event.charCode. Better get the list of supported keys and its combinations, Key ASCII Mozilla keycodes IE keycodes Opera keycodes pseudo ASCII codes exceptions Alphabetic keysA to Z 97/65 to 122/90 ASCII code of uppercase version ...

Jquery Plugins for Container(Div) Zoom

Jquery Plugins for Container(Div) Zoom
Here I just collected few jQuery Plugins for Container Zoom in and out.  Most of the zoom-er plugins zooms the image only, but that’s is not enough for developer, During my of the container zoom-er project. I Collected few plugins which are here for you. 1.Zoom and pan jQuery plugin This plugin manage smooth zoom and pan on a given dom element. The plugin works ...

Sortable Data Table WordPress Front&Back-end

Sortable Data Table WordPress Front&Back-end
Here, a Simple to create your own WordPress Sortable tables, I am going to use jQuery DataTable and integrate it with WordPress front & Back End.  Let us integrate  datatable with WordPress Admin section. Just download the jQuery DataTables plugin from here. Just download and Extract the Plugin files.  Copy jquery.datatable.js, and jquery.datatable.css files from downloaded zip file to the WordPress plugins directory.  Now , we ...

How to Include jQuery DateTime Picker With WordPress

How to Include jQuery DateTime Picker With WordPress
While developing a Backend plugin, i was necessary to include a datetime plugin, But core  WordPress supports, Date  UI only, so I thought to get it from jQuery Library and add it on my plugin, and I thought to provide you the easy way to get it for forth coming developers. First download the Datetime Picker from jQuery library. Here I have a copy for ...

Check Whether Javascript is Enabled on Browser Using php

Check Whether Javascript is Enabled on Browser Using php
You can check js enable using php also.  From my previous article shows to check it using HTML5. Here I am giving you two ways to check it using php.  Php is server side script, eventhough we can identify the client browser capability and work based on it.  First option is very simple code to perform it. <script type="text/javascript"> document.cookie = 'kvhasJS=true'; </script> <?php // ...

Create Sortable Tables in WordPress Front-end

Create Sortable Tables in WordPress Front-end
Hi, I hope you read my previous post regarding Sortable tables on WordPress Admin section,  If not, Just click here to Get it .  Here is simple changes in it  to get sortable table on your WordPress front end. Just keep the plugin as like the same it will work on your front end, here I just include the jQuery files on the front end ...

Menu

Sidebar