Subversion Repositories SmartDukaan

Rev

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

Rev 28461 Rev 28469
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
           $(".pa").css("color", "white"); 
756
           $(".la").css("color", "white"); 
757
            $(".pa").css("background-color", "#C0C0C0");   
757
            $(".la").css("background-color", "#C0C0C0");   
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
    
Line 773... Line 773...
773
      });
773
      });
774
   
774
   
775
   doGetAjaxRequestHandler(context + "/getMobileLMPFilter", function (response) {
775
   doGetAjaxRequestHandler(context + "/getMobileLMPFilter", function (response) {
776
       $('.chartfilterlmpContainer').html(response);
776
       $('.chartfilterlmpContainer').html(response);
777
       $('.printlmpgraph').click();
777
       $('.printlmpgraph').click();
778
       console.log("helloo")
778
     
779
   }); 
779
   }); 
780
   });
780
   });
781
    
781
    
782
    
782
    
783
 
783