Closed GoogleCodeExporter closed 8 years ago
Original comment by tobiasz....@gmail.com
on 22 Jan 2009 at 6:42
Added in r344.
Callback has to be passed as first data parameter to trigger (not event shortcut
function). Must be wrapped into Callback class. Example:
->find('a:contains("phpquery")')
->trigger('click', array(new Callback('browserClick2')))
->end();
Original comment by tobiasz....@gmail.com
on 24 Jan 2009 at 12:11
Original issue reported on code.google.com by
tobiasz....@gmail.com
on 15 Jan 2009 at 11:03