Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Re: Two Thums In WebSlider

     

    Hi All I got answer for my query......

     function WrpRefresh(slider, args)
        {

           var slider=document.getElementById('wpCmsRating');      
           if (args.get_isSecondary()==false)
             {
              var hdn1=document.getElementById('<%= cmsValue.clientID %>')
             hdn1…

  • Two Thums In WebSlider

    Hi All,

     I am using two thumps slider. I want to get both thump value at client side.... now i get single thump value from this code.

       function WrpRefresh(slider, args)
        {
             var slider=document.getElementById('wpCmsRating');      
         alert(args.get_newValue…