J Query listnav With Custom Scroll Bar
Add this Line
// click handler for letters: shows/hides relevant LI's
$('a', $letters).bind(clickEventType, function (e) {
$list = $('your selector'); //add this line
$list = $list.find('.mCSB_container'); // add this line
e.preventDefault();
var $this = $(this),
// click handler for letters: shows/hides relevant LI's
$('a', $letters).bind(clickEventType, function (e) {
$list = $('your selector'); //add this line
$list = $list.find('.mCSB_container'); // add this line
e.preventDefault();
var $this = $(this),
PHP User Authentication by IP Address
ReplyDeletePrint specific section of a web page
Simple File Upload Script in PHP
HTML5 Geolocation API Visitor Location
jQuery File upload progress bar
Google Street View API Example
How to generate QR Code in PHP
PHP code to send email using SMTP
Get Visitor's location and TimeZone