Cómo activar un clic en un enlace usando jQuery
Tengo un enlace:
<ul id="titleee" class="gallery">
<li>
<a href="#inline" rel="prettyPhoto">Talent</a>
</li>
</ul>
Y estoy tratando de activarlo usando:
$(document).ready(function() {
$('#titleee').find('a').trigger('click');
});
Pero no funciona.
También he intentado: $('#titleee a').trigger('click');
Edit :
En realidad necesito activar lo que sea que get se llame aquí <a href="#inline" rel="prettyPhoto">
Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32
Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52