Subversion Repositories SmartDukaan

Rev

Rev 30017 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30017 Rev 32170
Line 24... Line 24...
24
		function () {
24
		function () {
25
			loadModel("main-content");
25
			loadModel("main-content");
26
 
26
 
27
			$(document).on('click', "#focused-model-paginated .next",
27
			$(document).on('click', "#focused-model-paginated .next",
28
				function () {
28
				function () {
29
					loadPaginatedNextItems('/getPaginatedFocusedModel',
29
					loadPaginatedNextItems(
30
						null, 'focused-model-paginated',
30
						null, 'focused-model-paginated',
31
						'focused-model-table',
31
						'focused-model-table',
32
						'focused-model-container');
32
						'focused-model-container');
33
 
33
 
34
					$(this).blur();
34
					$(this).blur();
Line 36... Line 36...
36
 
36
 
37
			$(document).on('click', "#focused-model-paginated .previous",
37
			$(document).on('click', "#focused-model-paginated .previous",
38
				function () {
38
				function () {
39
 
39
 
40
					loadPaginatedPreviousItems(
40
					loadPaginatedPreviousItems(
41
						'/getPaginatedFocusedModel', null,
41
						 null,
42
						'focused-model-paginated',
42
						'focused-model-paginated',
43
						'focused-model-table',
43
						'focused-model-table',
44
						'focused-model-container');
44
						'focused-model-container');
45
 
45
 
46
					$(this).blur();
46
					$(this).blur();