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…
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…
Hi all!
I try to use the webslider in a WebTab with the settings AsyncMode=On and EnableLoadOnDemand=True. When I initially load the page and the tab with the slider is visible, it is working fine. Now I switch through the tabs. When I switch to the tab…