How to prevent javascript function by getting called twicely? -


am trying call simple javascript function like

$(document).ready(function ()  {   performoperation(); }  function performoperation() { } 

but function getting called twicelly,i don't know how , why,can body me this?


Comments