- View
Photo Gallery - Live
Reservation
Chat - International
Traveler Info
Calendar Events |
|
').appendTo(control).click(function(){ var list = jQuery(this).parent().parent().find('div.list'); var currentPage = jQuery(list).data('currentPage'); if ( currentPage > 1 ) { var pageList = jQuery(list).find('.list_page').hide(); jQuery(pageList[(currentPage-2)]).show(); jQuery(list).data('currentPage', (currentPage-1) ); jQuery(this).parent().find('span.page_title').html( (currentPage-1) +' of '+jQuery(list).data('pagesNum') ); checkBtn(this, list); } }); var next = jQuery('Next').appendTo(control).click(function(){ var list = jQuery(this).parent().parent().find('div.list'); var currentPage = jQuery(list).data('currentPage'); if ( currentPage