Tag Archives: javasicript
Classic AJAX
AJAX stands for Asynchronous JavaScript And XML and has become an integral part of JavaScript coding. Implementing AJAX can often be simplified by using a JavaScript framework, like jQuery. Sometimes a framework is not available and you must use classic … Continue reading
Accept Terms and Conditions using jQuery Dialog
There may be a page on your web site that you want to protect by forcing visitors to read a disclaimer or accept terms and conditions before viewing the page contents. This is entirely possible with the jQuery JavaScript library … Continue reading
Posted in JavaScript, Web Development Tagged javasicript, jquery, jqueryui Comments Off on Accept Terms and Conditions using jQuery Dialog