How to replace the content of an element using jquery?

To replace the content of an element using jQuery, use the text() method.

How to change input box borders after filling the box using javascript ?

In this article, we will change the input border after filling the text on the input text field using JavaScript. The onchange event attribute works when the value of the element changes and selects the new value from the list.

How to disable copy content function using jquery?

To disable cut, copy and paste of a content in jQuery, use the jQuery bind() function.

What is the difference between json and xml?

In this article, we are going to see difference between JSON and XML.

How to disable right click option using the jQuery ?

In this article, we will see how to disable the right-click option using the jQuery bind() method.

How to get the function name inside a function in php?

To get the function name inside the PHP function we need to use Magic constants(__FUNCTION__).

How to pop an alert message box using php?

The alert message just like a pop-up window on the screen. Using this you can alert to the user with some information and message.

How to display error without alert box using javascript ?

Errors in JavaScript can be displayed without the use of alert boxes but using the alert box is the traditional way to do that. We can show errors with two methods without using the alert box.