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?
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:
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?
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
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
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
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
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