What is slug in javascript?
No Answer is Posted For this Question
Be the First to Post Answer
What is asynchronous javascript?
Methods get and post in html forms - what's the difference?
What is the function of javascript?
What is Number object in JavaScript?
How to validate email in javascript?
How to open url in a new tab in javascript?
what is the different between html and java?why the java is required in internet?
Is javascript easier than java?
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 use of a map object in javascript?
What is javascript hoisting?
What are global variables in javascript?