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