Hi,
I am facing the problem with button click in ajax in firefox can anyone help me in this issue.
I am facing the problem with button click in ajax in firefox can anyone help me in this issue.
<td class="testo" colspan="2"><input id="filtera" class="button_css" type="button" value="Filtra" />
$(document).ready(function(){
$("#filtera").click(function(){
alert("Sample test for button");
});
<input id="filtera" class="button_css" type="button" value="Filtra" />
$(document).ready(function(){
$("#filtera").click(function(){
alert("Sample test for button");
});
});
Comment