How can I disable the URL re-write?

I'm using Ajax_links to allow users to load a view of further information into a page div, so I don't want to change the page URL.

Might it be possible to put a flag into the link class, like "ajax-link-norewrite" instead of "ajax-link".

Thanks!

Comments

serjas’s picture

For a simple case like this, i recommend using normal jquery ajax as this module is heavy for such a simple task :)

bsarchive’s picture

Sorry, but how do I do that?

With https://drupal.org/project/jquery_ajax_load?

Thanks!