How to set the cursor to wait?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between innerhtml and append() in javascript?
What is data types in javascript?
Which built-in method returns the string representation of the number’s value?
What is unobtrusive javascript? How to add behavior to an element using javascript?
Explain with an example the use of event handlers in javascript.
What is variable typing in javascript?
How to validate a form in javascript?
What is the difference between .call() and .apply()?
How do you implement Ajax using hide() function in JQuery?
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 are the five data types?
What is a function in javascript and how does it work?