[jQuery] How to open links in a box with the fade effect?
I have downloaded also the plugin JQmodal. This effect I like, its
super. I use it for a reaction form to my guestbook.
What I also want, is a quickreply function for my news messages on the
frontpage. But then, the link has to pass values. Since it needs to
load : "quickreply.php?id=[here the id]". How, or with what function
can I do this? Im not really into javascript and of Jquery I know
almost nothing.
I now use:
<script>
$().ready(function() {
$('#ex2').jqm({ajax: 'extern/2.html', trigger: 'a.ex2trigger'});
});
</script>
But I dont see how I can adjust this function to pass variables and to
trigger it with the click on the link.
Can anybody help me on my way?