Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Drupal.behaviors.form_submit_processor = {
  2. attach: function (context, settings) {
  3. $("form#my-form").submit(function(e) {
  4. $('.view-display-id-companies_page').triggerHandler('RefreshView');
  5. });
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement