javascript - Is this a Telerik issue? Arrows not expanding selection -
here's situation i'm facing. our company website has little arrows images. when click them, they're supposed expand selection.
the code in question looks this:
<div class="rttop"> <span class="rtsp"></span> <span class="rtplus"></span> <a title="link page" class="rtin" href="/differentpagelink"> link page </a> </div> i have removed actual links. noticed upon inspection 2 spans contain arrow. problem is, when click arrow, change "spinning circle" (like it's working) split second, it's trying expand selection. however, arrow disappears, , sub-section not expand.
in console, don't errors can see. this:
xhr finished loading: post
what's confusing me if go up level or down level, works. if go into "link page", arrow functionality works should, , don't see difference between code @ different levels.
another thing that's confusing if click down arrow, span class rtplus goes away -- arrow.
so go this:
<div class="rttop"> <span class="rtsp"></span> <span class="rtplus"></span> <a title="link page" class="rtin" href="/differentpagelink"> link page </a> </div> to this:
<div class="rttop"> <span class="rtsp"></span> <a title="link page" class="rtin" href="/differentpagelink"> link page </a> </div> thoughts? problem here? i'm not familiar telerik. should try here?
Comments
Post a Comment