Hi,

I'm trying to add some keyboard navigation to an existing page.

The page has links one for 'Next' and one for 'Previous'

I've already gotten the keypress bits working properly, my next
problem is the .click() method.

Here's the code called by the keypresses:

$("a:contains('Previous')").click();
$("a:contains('Next')").click();

This returns no error code, although firefox does generate the
following warning:
Warning: Unknown pseudo-class or pseudo-element 'contains'.

Reply via email to