I am using v1.3.2

I replaced var aIndex = $(this).attr('href');  with var aIndex =
+this.href.match( /\d+$/ )[0];  and it works now. Thanks for the help!

Reply via email to