In “Javascript framework RequireJS in magento2” topic we will discuss how RequireJS has been used in magento2. It is the one of javascript framework that has been used in magento2 We will cover Required JS configuration javascript modules javascript execution
confirm change event on confirmation for a dropdown
Let explore the article “confirm change event on confirmation for a dropdown“.To prevent a select box from changing without user confirmation, the system displays a JavaScript confirmation message before altering the dropdown. In this scenario, before modifying the selected option,
Magento: get set and delete cookie
Cookie ,what does it mean ? What I know a cookie is used to identify user’s identity .So how ? because a cookies is a small files that server embeds on the user’s computer.Each time same computer request a page
Recent Elance And Odesk Javascript TestPapers
I am posting here the Recent Elance And Odesk Javascript TestPapers.All are from odesk testpapers and I have given the answers too . If you have any other answer than the answer I have given please comment with the question
create dynamic drop-down list
How to create dynamic drop-down list in javascript depending on each other.Lets see below simple example which has shown two drop down list .One is depending upon the other like second dropdown values will be depend upon the first one.Means
Add remove more field dynamically
Are you looking for adding more field dynamically in you form element ? if yes then see below description which describe to Add remove more field dynamically in JavaScript. So I have posted this post with simple JavaScript because it
how to change a dropdown box value in jquery
Here I am going to show you some example with explanation that how to change a dropdown box value in jquery. Suppose I have html element having select dropdown and I want to change the dropdown selected value on some