Guest User

Untitled

a guest
Jan 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('#id_boton').on('click', function () {
  3. myApp.confirm('Estas seguro?', 'Title', function () {
  4. $('.boton_no').text("No");
  5. $('.boton_si').text("SI");
  6. });
  7. });
Add Comment
Please, Sign In to add comment