Question

$('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

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top