Posts by Lari • 71 points
2 posts
-
2
votes1
answer51
viewsA: How to reload the page after the message closes using Hubspot Messenger(). run()?
I decided to change the way I was making the call ajax. For me, it worked beauty! $(document).on('click', 'button.deleteButton', function (e) { var urlDelete = $(this).data('url'); var table = $('#'…
-
5
votes1
answer51
viewsQ: How to reload the page after the message closes using Hubspot Messenger(). run()?
I’m making an MVC app and I need to re-load after the message closes (success or not). How can I do this? Codepen for testing: http://codepen.io/larissa/pen/rjOpRM/ HTML: <button class="btn…