Hataya sebep olanfonksiyon, hata veriyor ancak kendisi çalışıyor, ama bu sayfa açıldıktan sonra bootstrap dropdown menüler iptal oluyor..
<script>
$(document).ready( function () {
$('#example').dataTable().makeEditable({
//sUpdateURL: "UpdateData.php", //On the code.google.com POST request is not supported so this line is commeted out
/* sUpdateURL:function(value, settings)
{
return (value); //Simulation of server-side response using a callback function
}//Remove this line in your code
*/
});
} );
</script>
hata kodu .
Uncaught TypeError: $(...).live is not a function
at HTMLTableElement. (jquery.dataTables.editable.js:1269)
at Function.each (jquery.min.js:2)
at n.fn.init.each (jquery.min.js:2)
at n.fn.init.$.fn.makeEditable (jquery.dataTables.editable.js:1052)
at HTMLDocument. (Subeler:298)
at i (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at Function.ready (jquery.min.js:2)
at HTMLDocument.J (jquery.min.js:2)
hatanın bulunduğu satırda şurası var.
jquery.dataTables.editable.js:1269 = $(".table-action-deletelink", oTable).live("click", _fnOnRowDeleteInline);
silince sorun kalmadı ama ne gibi bir sorunla karşılaşırım çekiniyorum..