JavaScript Articles

Comments Off

Multiple Upload Using Single Upload File With jQuery

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming language  Multiple Upload Using Single Upload File With jQuery

Performing Multiple upload without having multiple upload bar. Using a single upload bar to upload multiple file into the server. This method is very useful on a submit form where upload is necessary to proceed but we do not want the user to upload on uncompleted submission.

Tags: JavaScript, jQuery

Comments Off

Tutorial: disable _blank attribute from opening new window

every great photoshop lighting tutorial ever  Tutorial: disable _blank attribute from opening new window

Using target _blank is pretty simple we just throw it into the respective html tag that it support and a new window will appear whenever someone click on it! But how do you disable this behavior? Especially when the html data is not within your control but you have JavaScript to play with? I'll show you how.

Tags: JavaScript

7

17 JavaScript Form Validation Snippets

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype shirt  17 JavaScript Form Validation Snippets

In this article, you will get to see 17 form validation snippets that can be very useful for your daily development need. These snippets are those that are being search by developers throughout the world whenever they need such form validation code. To make life easier. I compound them for everyone convenience!

Comments Off

Determine Whether JavaScript Is Enabled/Disabled Via PHP

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype xml ip tcp letters  Determine Whether JavaScript Is Enabled/Disabled Via PHP

An alternative solution for people who want to determine whether a JavaScript is enabled or disabled to run different code on their server scripting language.

Tags: PHP

1

The Predefined Prototype Object In JavaScript

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming crime  The Predefined Prototype Object In JavaScript

In this article, we discuss in depth on JavaScript predefined prototype object. Never heard of it or wanted to know more about it. I bet this is something you need to read about.

4

Tutorial: How To Sort An Array In JavaScript

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype xml encode  Tutorial: How To Sort An Array In JavaScript

In this article we will discuss in detail, the correct way of sorting an array in JavaScript using the defined method sort().

Tags: JavaScript, jQuery

4

The Secret Arguments Array in JavaScript

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype numbers  The Secret Arguments Array in JavaScript

This array is something we don't see many use it nowadays. You may not know that JavaScript do have a predefined argument array which is used in function to retrieve argument even though the function doesn't take in parameter!

Tags: JavaScript, jQuery

Comments Off

Tutorial: How to override ‘this’ object in JavaScript

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure web programming  Tutorial: How to override ‘this’ object in JavaScript

Ever wonder how to change the 'this' object in JavaScript? This is a short and simple article that shows you how to override 'this' object in JavaScript or jQuery.

Tags: JavaScript, jQuery