Dynamic Content Load Using jQuery and AJAX in PHP

Dynamic Content Load Using jQuery and AJAX in PHP

Dynamic content loading for web page is simple approach of loading page content by click on navigation menu link without page refresh. One of my blog readers requested me to write this tutorial. So, in this post we will discuss how to load dynamic content using jQuery and AJAX. Page content loads faster without refreshing … Read more

Dynamic Dependent Select Box Using jQuery,Ajax and PHP

Dynamic Dependent Select Box Using jQuery,Ajax and PHP

In this tutorial, we will see how to create a cascaded dropdown list or a dependent dropdown list or dependent Select Box list in PHP using JQuery and AJAX. Dependent dropdown is generally used for country,state and city dropdown where state is related to country and city is related to state.In dependent select box we … Read more

Disable Right Click Cut, Copy and Paste Using jQuery

As a website visitor you have seen that many sites restrict to copy web page content. In this tutorial we will discuss how to restrict your webpage content being copy. Basically there two option to restrict from content copy of your website. But before proceed we must know this would not work when JavaScript is disabled … Read more

Ajax Image Upload With jQuery and PHP

Ajax image upload with jQuery and PHP

In this tutorial, we will see how to upload file/image and get a preview without refresh the page using ajax with jQuery and PHP. We have already seen image/file upload snippet with PHP in the previous tutorial. In this tutorial, we submit forms using jQuery and ajax. Form data sent to PHP code where image … Read more