hi im new using jquery..im playing around with it, and i find it interesting..i was wondering how can a trigger a dialog from a click event..here is my code:
$('#btn_delete').click(function(){ $('#msj').dialog(); }); but its not working. what im i doing wrong?