I need to programmatically trigger a click event that\'s being handled by jQuery. Here\'s the current code:
var $thumbs = $(\'#PhotoGalleryThumbs .tile\'); var
$thumbs.click();
This would trigger the click event. Is this what you're looking for?