Posts from jQuery

Disable right click, copy, cut on web page using jQuery

Disable right click, copy, cut on web page using jQuery

By Faruque Ahamed Mollick | October 13, 2017

On some website, you may notice that you can’t use right click, copy or cut content from the web page. Actually, on that websites, mouse right click and copy is disabled using JavaScript. Here in this post, at first we are going to see how to disable right click on a web page. After that, we […] Read More

Make a div element draggable using jQuery UI

By Faruque Ahamed Mollick

Today in this tutorial we are going to learn how to make a div element draggable so that we can move it anywhere just by dragging using jQuery UI. Here I am going to show you a sim.... Read More

Adding HTML content dynamically using jQuery append() method

By Faruque Ahamed Mollick

Here in this tutorial, I am going to show you how to add HTML content dynamically using jQuery append method. The append method of jQuery actually adds specified content at the end.... Read More

Parse JSON from URL using jQuery

By Faruque Ahamed Mollick

JSON is an organized and lightweight data format that uses for data interchanging. There are many websites today are sharing data with JSON format. Primarily this type of data for.... Read More

How to call jQuery AJAX in every n seconds?

By Faruque Ahamed Mollick

AJAX is awesome. It does not need to refresh the whole page to load something on a web page. previously I have also discussed on AJAX on this post – Process form value in PHP.... Read More

jQuey UI Accordion With Demo Code

By Faruque Ahamed Mollick

jQuery UI is a jQuery based library which can be used as to create user interface interactions, effects and much more easily. You just need to write less code and you will get mor.... Read More

AJAX search from MySQL database in PHP example

By Faruque Ahamed Mollick

AJAX (Asynchronous JavaScript And XML) is very popular on modern websites. On Google, Facebook, YouTube you will see a huge use of AJAX. It is not a programming language, but a .... Read More

Simple Animation Example Using jQuery

By Faruque Ahamed Mollick

Here in this tutorial, I am going to show you a simple example of jQuery animation effect. The purpose of this tutorial is to make you the sense how jQuery animation effect work. h.... Read More

Related Posts