How to show ColorBox Dialog when URL Parameter is passed in jQuery
Posted
by 1gbram.mp
on Stack Overflow
See other posts from Stack Overflow
or by 1gbram.mp
Published on 2010-06-01T21:18:32Z
Indexed on
2010/06/01
21:23 UTC
Read the original article
Hit count: 285
I'm looking to show a ColorBox Dialog, using the code
$(document).ready(function()
$(".colorbox_dialog").colorbox();
});
When the url parameter ?dialog=yes is passed. How can I do this in jQuery 1.3+?
© Stack Overflow or respective owner