hi im trying to get the rel value of a button that is click:
function forwardStep()
{
$("#forwardStep").bind("click", function(){
var page = $(this).attr('rel');
thats pretty much the basis but is return "undifined". Do you know why?
Regards Phil Jackson