Explain javascript event delegation model?
No Answer is Posted For this Question
Be the First to Post Answer
How to get the contents of an input box using javascript?
What is dataview in javascript?
How to get height and width of different browser in Javascript?
What is a closure in javascript?
Where do I put javascript code in html?
What creates scope in javascript?
What exactly does javascript do?
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
In Javascript are calculations with fractional numbers guaranteed to be precise?
What is closure?
How fast can you learn coding?
What is the data type of variables of in javascript?