In this post,I
Posts Related to check username availability in ajax and php using jquery
Ajax login validation system in PHP using jQuery
Last time, I’ve showed you how to check user availability in Ajax using jQuery’s fading effect. But I’ve just shown the example without connecting the ...
Latest jQuery and jQuery UI Theme links on Google CDN
I have often seen developers asking where to find the jQuery UI Library and the jQuery UI Themes on Google CDN. Well here’s the list ...
Latest jQuery and jQuery UI Theme links on Google CDN
I have often seen developers asking where to find the jQuery UI Library and the jQuery UI Themes on Google CDN. Well here’s the list ...
JQUERY cakePHP – Enabling submit button if text entered
jQuery code snippet: 1 2 3 4 5 6 7 $('#username').keyup(function() { if ($('#username').val() != '') { $('#submit').removeAttr('disabled'); } else { $('#submit').attr('disabled', 'disabled'); } }); ...
A simple whois/domain availability check using cURL PHP
CURL Register Your domain but check its availability: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ...
