[jQuery] jqModal ajax question

2008-12-22 Thread strangevoices

Hi,
I was wondering if someone could help me with the jqModal plugin
(http://dev.iceburg.net/jquery/jqModal/).
Basically, I want to pass some GET data when calling an AJAX link for
the modal box but am not sure how to do it.

My setup for the modal box is:
$('#jInfo').jqm({ajax: 'loadinfo.php', trigger: 'false'});

And I'm calling it through a function:
function(t) {
  $('#jInfo').jqmShow();
}

And I would like to have it call something like:
loadinfo.php?id=t (where 't' is the function variable)

Any help much appreciated
Cheers,
Sean




[jQuery] Context menus in Opera?

2008-09-03 Thread strangevoices

Hi,
Does anyone know of a context menu or right-click override (jquery or
otherwise) that works in Opera? I've found that the contextmenu plugin
(http://www.trendskitchens.co.nz/jquery/contextmenu/) works great in
IE and Firefox (though has problems being assigned to hyperlinks), but
none appear to work in Opera.

Cheers,
Sean