Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery('body').on('click','#yt24',function(){jQuery.ajax({'type':'post','url':$(this).attr("href"),'context':'this','success':function(data) {
- $.fn.yiiGridView.update("duties-grid");
- $.fn.yiiGridView.update("project-grid");
- },'complete':function(){
- var url = $(this).attr("href");
- var arr = url.split("/");
- var id = arr[arr.lenght-1];
- console.log(data);
- /*$.post("/YiiMain/app/ktcapskaita/index.php/form/UpdatedList", { "project_id": id }, function(data){
- var data = JSON.parse(data);
- $("#Duties_project_id").html(data.dropdown);
- });*/
- },'cache':false,'data':jQuery(this).parents("form").serialize()});return false;});
Advertisement
Add Comment
Please, Sign In to add comment