$('a#city-prompt').fancybox({
'width': 750
});
/*$('#city-prompt').trigger('click');*/
The code as is, works good, but when I trigger the click using jQuery it doesn't actually trigger anything
$('a#city-prompt').fancybox({
'width': 750
});
/*$('#city-prompt').trigger('click');*/
The code as is, works good, but when I trigger the click using jQuery it doesn't actually trigger anything
Try this:
Or: