linccce

Default true wanted

Aug 8th, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('#1').bootstrapSwitch({'state':true,'size':'mini','onColor':'success','offColor':'danger','animate':true,'onText':'Taip','offText':'Ne','labelText':')[]('}).on('switchChange.bootstrapSwitch', function($el, status, e){
  2.                     $.ajax({type: "POST",
  3.                     url: "/YiiMain/app/sventessvesk/index.php/user/ActivateDeactivate",
  4.                         dataType: "json",
  5.                         data: {"active?": status, "id": 2 },
  6.                         success: function(data){
  7.                         $("div.print-area").html(JSON.stringify(data));
  8.                         }
  9.                     });
  10.                 });
Advertisement
Add Comment
Please, Sign In to add comment