plugin which I used is http://www.jquery-steps.com/Examples#advanced-form (you can look at clicking by code to see)
and I want to make custom button or trigger but my trigger function is not working on this plugin why that ?
my jquery codes
$(document).ready(function(){
$('#go-next').click(function(){
$('a[href="#next"]').trigger('click');
})
})