Toggle question

Status
This content is read-only, or is not open for further replies.

JoyFreak

Guest
offline
Has something changed in 2.3 to stop the following code from working? Seems toggling is no longer working in 2.3
Example code:
Code:

Code:
    <span class="jfneTrigger is-active"
          data-xf-click="toggle"
          data-target=".view-parent"
          data-xf-init="toggle-storage"
          data-active-class="show-cards"
          data-storage-key="_jfne"
          data-hide="true"
          data-storage-type="cookie"
          id="_jfne"
          data-xf-init="tooltip">

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom