Changeset 645 for pro-violet-viettel/sourcecode/assets/js/admin/user.js
- Timestamp:
- Dec 4, 2014 3:22:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/assets/js/admin/user.js
r644 r645 30 30 $("#user-history").find("#content-regis-histoty").html(content); 31 31 $("#user-history").find("#regis-pagination").html(paging); 32 $(" .ajax_paging").click(function ()32 $("#regis-pagination .ajax_paging").click(function () 33 33 { 34 34 $.ajax({ … … 75 75 $("#user-history").find("#content-trade-histoty").html(content); 76 76 $("#user-history").find("#trade-pagination").html(paging); 77 $(".ajax_paging").click(function ()77 $("#trade-pagination .ajax_paging").click(function () 78 78 { 79 79 $.ajax({
Note: See TracChangeset
for help on using the changeset viewer.