Dialog doesn't seem to wanna play ball
Hi,
I'm really struggling to get this damn dialog window working :( I want it to open up in a window which would then get submitted via AJAX. Thus far I have:
- <a href="/cgi-bin/links/contact.cgi?t=mobile_en;ID=<%ID%>" data-rel="dialog" data-mini="true" data-role="button" data-inline="true">Contact Owner</a>
...and in that page it just has:
- foo bar
as the contents
Yet it doesn't wanna work :/ First of all I couldn't even get it to open the window. That turned out to be due to a flag I set on page init (ajaxFalse I think it was). So, after removing that it now opens - but all I get is a black page with a little box saying "undefined".
I'm using JQM 1.1.1 and jQuery 1.8.1. I'm at a loss as to what else to try (can't seem to find anything about similar issues on Google)
TIA for any ideas
Andy