JavaScript function to disable text selection on browser

Sometime you need to prevent you text from simple copy paste. For it you can disable text selection on your browser. By this article i am just giving an example to handle browser...

JavaScript function to disable right click on browser

with a simple JavaScript function you can disable right click on you browsers. You have to do two main things browser detection mouse event detection for it you can use below...

JavaScript function to add and remove value from select box

Sometime we need a simple JavaScript function to add and remove few values from select box. For example if you have a list of language and want to add only known language then you...