Accordion Next Button in PHP 5.4.2
Hey I have used accordion before but very new to it.
I use a next button to make the tabs slide up the code I use is below
<input type="button" onclick="$('#accordion').accordion('activate', 1);">
But it now longer works since I've upgraded to php 5.4.2
Any help would be apprciated I am very very new to programming so forgive me if this question is stupid.