$("#aFilter-Type").text(SelectedProductType);
if ($('#dvFilter-Type').css('display') == 'none') {
$("#dvFilter-Type").css("display", "block")
Count = Count + 1;
}
I want to get count of "SelectedProductType" if count is greater than 10 than I want to suppress that for example my text is "SelectedProductType" than I want to show "SelectedPr..." this text any idea please