Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $('#is_dosen').on('switchChange.bootstrapSwitch', function (event, state) {
  2. if (state==true) {
  3. console.log('yes');
  4. } else {
  5. console.log('no');
  6. }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement