Articles on JavaScript Category


Search text box clear button image

Search text box clear button

Author image
By JOHN Mon, Jun 06, 2022 at 09:04 PM (2 years ago)
Updated On Sun, Nov 20, 2022 at 06:36 PM (one year ago)

this is an example how to clear input value when click a clear button in search box . create a search form to demonstrate this task

div #serchhide{
    display:none;
    cursor:pointer
}

then create a search form

<form...        

Read More … 
add prism code snippet in to a website image

Add prism code snippet in to a website

Author image
By GETACHEW Fri, Oct 08, 2021 at 08:57 AM (3 years ago)
Updated On Fri, Nov 04, 2022 at 03:08 PM (2 years ago)

This is an example of code snippet how it display the content of you code

(function () {

	if (typeof Prism === 'undefined' || typeof document === 'undefined') {
		return;
	}

	/**
	 * Plugin name which is used as a class name for 
 which...        

Read More … 
using Line Numbers in code snippet   image

Using Line Numbers in code snippet

Author image
By JOHN Thu, Oct 07, 2021 at 07:47 PM (3 years ago)
Updated On Fri, Nov 04, 2022 at 03:08 PM (2 years ago)


(function () {

	if (typeof Prism === 'undefined' || typeof document === 'undefined') {
		return;
	}

	function mapClassName(name) {
		var customClass = Prism.plugins.customClass;
		if (customClass) {
			return customClass.apply(name, 'none');
		} else {
			return name;
		}
	}
        

Read More … 
Email Verification using JavaScript image

Email Verification using JavaScript

Author image
By JOHN Tue, Aug 10, 2021 at 08:20 PM (3 years ago)
Updated On Fri, Nov 04, 2022 at 03:08 PM (2 years ago)

Protect fake email 

function validate_email() {

var request;

try {

request= new XMLHttpRequest();

}

catch (tryMicrosoft) {

try {

request= new ActiveXObject("Msxml2.XMLHTTP");
}

catch (otherMicrosoft) 
{
try {
request= new ActiveXObject("Microsoft.X...        

Read More … 
CHECK FORM VALIDATION without loading a page using AJAX image

CHECK FORM VALIDATION without loading a page using AJAX

Author image
By MEWDED Fri, Aug 14, 2020 at 03:12 PM (4 years ago)
Updated On Fri, Nov 04, 2022 at 03:08 PM (2 years ago)

Article description is here



Read More … 
9th topics image

9th topics

Author image
By MEBRATU Sat, Jun 20, 2020 at 05:41 PM (4 years ago)
Updated On Fri, Nov 04, 2022 at 03:08 PM (2 years ago)

estimate paragraph readig time



Read More … 

Search


Archives

No archives data found yet in 2025.

No archives data found in 2016.

Find Us on Facebook

Subscribe for new updates




Back to Top