jQuery ajax POST example with PHP - JQuery ajax example

jQuery Ajax is the powerful tool of jQuery, You can create an attractive webpage with the help of JQuery ajax example. jQuery's Ajax methods return a superset of the XMLHttpRequest object.

Read More

How to send additional parameter with form data with ajax

Pass form data in ajax, Yes now I am going to introduce one more thing for Ajax formdata. The point is "How to submit additional parameter to the Ajax page with form-data".

Read More

Split a string with multiple separators in javascript - JS split

JS split multiple separators works with split method. Javascript split multiple delimiters using regex expression. Javascript split on multiple characters with regex.

Read More

Create dynamic bootstrap modal with JQuery and php

This is the easiest way to create dynamic bootstrap modal with jquery on your web page. The Modal plugin is a dialogue box or a popup window that is displayed on top of your current page.

Read More

How to find prefix and suffix of the word in javascript

First of all, you have to know that how to get the currently selected text on the page by using the JavaScript. So, Javascript provided a method for retrieving the current selection of the page by using window.getSelection().

Read More

What is jQuery noConflict?

jQuery uses the dollar sign ($) as a shortcut or alias for jQuery. Thus, if you use another JavaScript library that also uses the $ sign as a shortcut, along with the jQuery library on the same page, conflicts could occur. Fortunately, jQuery provides a s

Read More