$(document).ready(function()
{

    $("wish").click(function () {
       alert("oookeeyj");
    });

}

