Active
Project:
Ajaxify Drupal with JQuery Ajax
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2014 at 16:03 UTC
Updated:
28 Jan 2014 at 16:03 UTC
I have attached to some of my links a simple javascript confirmation function
function cancelAction() { return confirm( "are you sure etc etc"); }
that works as intended with regular links, but once ajaxified, the result is ignored and the new page always loaded.