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

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -