| Line 38... |
Line 38... |
| 38 |
$("#prebooking-orders-paginated .previous").live('click', function() {
|
38 |
$("#prebooking-orders-paginated .previous").live('click', function() {
|
| 39 |
loadPaginatedPreviousItems('/getPaginatedPrebookingOrders', null, 'prebooking-orders-paginated', 'prebooking-orders-table', 'prebooking-order-details-container');
|
39 |
loadPaginatedPreviousItems('/getPaginatedPrebookingOrders', null, 'prebooking-orders-paginated', 'prebooking-orders-table', 'prebooking-order-details-container');
|
| 40 |
$(this).blur();
|
40 |
$(this).blur();
|
| 41 |
});
|
41 |
});
|
| 42 |
|
42 |
|
| 43 |
$('#brands li a').live('click', function(){
|
43 |
/*$('#brands li a').live('click', function(){
|
| 44 |
$('#brand-value').text($(this).text());
|
44 |
$('#brand-value').text($(this).text());
|
| 45 |
loadItemsDescriptionByBrand("items-description-container", $(this).text());
|
45 |
loadItemsDescriptionByBrand("items-description-container", $(this).text());
|
| 46 |
console.log($(this).text());
|
46 |
console.log($(this).text());
|
| 47 |
});
|
47 |
});*/
|
| 48 |
|
48 |
|
| 49 |
$(".prebooking-listing-details").live('click',function(){
|
49 |
$(".prebooking-listing-details").live('click',function(){
|
| 50 |
var prebookingListingId = $(this).attr('data');
|
50 |
var prebookingListingId = $(this).attr('data');
|
| 51 |
console.log("prebookingListingId = " + prebookingListingId);
|
51 |
console.log("prebookingListingId = " + prebookingListingId);
|
| 52 |
loadPrebookingListingDetails(prebookingListingId, "prebooking-listing-details-container");
|
52 |
loadPrebookingListingDetails(prebookingListingId, "prebooking-listing-details-container");
|