Subversion Repositories SmartDukaan

Rev

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

Rev 20016 Rev 20048
Line 11... Line 11...
11
 
11
 
12
        $(window).on('popstate', function() {
12
        $(window).on('popstate', function() {
13
            $('#searchforbrand').val("");
13
            $('#searchforbrand').val("");
14
            $("#regularcontent").removeClass('hidden');
14
            $("#regularcontent").removeClass('hidden');
15
            $("#searchedcontent").addClass('hidden');
15
            $("#searchedcontent").addClass('hidden');
-
 
16
            $('.scrollselector').jscrollobj({
-
 
17
                loadingHtml: '<center><img src="/img/ajax-loader.gif" alt="Loading" /></center>',
-
 
18
                autoTriggerUntil: 3,
-
 
19
                padding: 20,
-
 
20
                callback:loadCartDetails
16
 
21
            });
17
            statepushed = false;
22
            statepushed = false;
18
        });
23
        });
19
 
24
 
20
      }
25
      }
21
    }       
26
    }