[jQuery] How to append parameter to a href ?

[jQuery] How to append parameter to a href ?


Hi guys,
I am using greybox. However, I need to append some parameter to the link
before opening the frame by greybox. For instance, I got a link like this :
sendPage.html Send Email
<script type="text/javascript">
/* <![CDATA[ */
var GB_ROOT_DIR = "http://localhost:8080/todo/scripts/greybox/";
$(document).ready(function() {
    $("a[@rel='gb_page[600,600]']").click(function() {
// how to append the parameter the link here?
    });
});
/* ]]> */
</script>
Thanks & Regards,
Mark
--
View this message in context: http://www.nabble.com/How-to-append-parameter-to-a-href---tp16418706s27240p16418706.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.