By Keeling on
Hello Drupal Community,
I can get the following script to work only with Clean URLs disabled.
<?php drupal_add_js('sites/all/plugins/ajaxtooltip.js'); ?>
<a href="#" title="ajax:sites/all/plugins/external.htm">Some link</a>
"sites/all/plugins/external.htm" being the location of a Tooltip file.
Does anyone know how to revise the code so that it would funktion with Clean URLs enabled. Thanks for your help.
Comments
Still don't have a working solution.
For now I'm going to use tooltip that uses a div instead of a external html doc.