Subversion Repositories SmartDukaan

Rev

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

Rev 28469 Rev 28470
Line 751... Line 751...
751
    $(document).on("click", ".accessories_based",
751
    $(document).on("click", ".accessories_based",
752
            function () {
752
            function () {
753
    	
753
    	
754
          $(".ba").css("color", "white"); 
754
          $(".ba").css("color", "white"); 
755
          $(".ba").css("background-color", "#C0C0C0");   
755
          $(".ba").css("background-color", "#C0C0C0");   
756
           $(".la").css("color", "white"); 
756
           $(".la").css("color", "blue"); 
757
            $(".la").css("background-color", "#C0C0C0");   
757
            $(".la").css("background-color", "white");   
758
             doGetAjaxRequestHandler(context + "/getAccessoriesBrandWise", function (response) {
758
             doGetAjaxRequestHandler(context + "/getAccessoriesBrandWise", function (response) {
759
                    $('.reportContainer').html(response);
759
                    $('.reportContainer').html(response);
760
                });    
760
                });    
761
   }); 
761
   }); 
762
    
762