Difference Between equal to(==) Strict equal to(===) in JavaScript?

In this Post I am going to explain the difference between equal to(==) Strict equal to(===) in JavaScript and how they are different from each other? and why do we use them?

Types of Data in JavaScript?

Hello Everyone in this post I am going to tell you all about Data members in JavaSript and what are the data type it does not support? Please see these below:

$(document).ready function VS $(window).load function

In this post I am going to tell you what is the difference between $(document).ready function and $(window).load function when ? and where they should be used?

Why do we use $(document).ready() at the top of our script?

Many of you might be wondering that way do we always use our javascript inside $(document).ready() in this Post i will tell you why do we use it and what if we don't write our script inside $(document).ready() function

What is the difference Between JavaScript and JQuery

In this Post I am going to make you clear about what is JavaScript and Jquery, How they are different from each other and why do we use both of them

What Is JavaScript?

JavaScript has became one of the most popular Scripting language. In this post i am going to give you the basic introduction of Java Script, what Java Script does in our web pages ad why it is used in web pages. Java Script is the most popular and most

Add Different Javascript and CSS to Home Page or specific CMS page in Magento

Magento CMS page is used to create the static pages in Magento, suppose you want to create the About Us, Terms and Condition page for your store then you can create the Page by using the Magento CMS Page functionality. Magento CMS page allows us to choose the different

Prototype Javascript Validation In Magento Forms

Suppose you are developing a custom form in Magento and wants to use the default Magento form validation functionality, for the form validation Magento uses a file named as form.js (js/varien/form.js) which provide abstract Javascript functions for forms. To provide the form validation, form.js uses the Validation class which