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
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This hard-wires the url of any nested element we run through listview.refresh().
What's missing here is a way to opt-out of the variable assignment on L308, the id, so data-driven apps can add their own list elements, and nested list elements, and insert their own homegrown implementations that play nice with jQm's URL management.
The text was updated successfully, but these errors were encountered:
Line 308 jquery.mobile.listview.js, which is in method _createSubPages, currently reads:
This hard-wires the url of any nested element we run through listview.refresh().
What's missing here is a way to opt-out of the variable assignment on L308, the id, so data-driven apps can add their own list elements, and nested list elements, and insert their own homegrown implementations that play nice with jQm's URL management.
The text was updated successfully, but these errors were encountered: