What is the use of blur function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

How to handle event handlers?

0 Answers  


What is difference between local variable and global?

0 Answers  


What is stack queue?

0 Answers  


What are the decodeURI() and encodeURI()?

0 Answers  


What are arrays in javascript?

0 Answers  






Difference between the substr() and substring() in JavaScript?

0 Answers  


What are JavaScript Data Types?

0 Answers  


Is javascript enabled on my computer?

0 Answers  


What is npm repository?

0 Answers  


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

0 Answers  


How to import all exports of a file as an object.

0 Answers  


Can you explain the difference between call and apply?

0 Answers  


Categories