You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am trying to do a navigation dots with ascensor.
I have two floors:
Section 1 Section 2 Section 3
Section 1.1 Section 2.1 Section 3.1
I have three dots (one for each section). In the first floor the navigation works but the problem is when i go to the second floor (section 1.1, section 1.2 and section 1.3), the dots keeps bind with section 1, section 2 and section 3.
So how can i do to fix it?
Hi, i am trying to do a navigation dots with ascensor.
I have two floors:
Section 1 Section 2 Section 3
Section 1.1 Section 2.1 Section 3.1
I have three dots (one for each section). In the first floor the navigation works but the problem is when i go to the second floor (section 1.1, section 1.2 and section 1.3), the dots keeps bind with section 1, section 2 and section 3.
So how can i do to fix it?
Here my code:
$(".links-to-floor li span:eq(" + alce.data("current-floor") +
")").addClass("selected")`The text was updated successfully, but these errors were encountered: