What is push() method in javascript?
No Answer is Posted For this Question
Be the First to Post Answer
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
What is the difference between == and ===? Which one would you use?
Difference json arrary vs json object ?
What is the event loop in JavaScript?
What is a hash javascript?
What are Cookies in Javascript?
What is event bubbling and capturing in javascript?
whether javascript runs on client side or server-side?
What is the difference between java and java script?
How do you change the style/class on any element?
In javascript what is an argument object?
What are parameters in javascript?