This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
feature request: trigger('eventcreate') to set event bindings to a widget without enhancing the markup #4935
Closed
Description
I have started to do I site where I'm creating enhanced JQM markup server-side to prevent the page from stalling when enhancing elements from a page or content pull.
This works except for the element bindings I'm missing on widgets like controlgroups.
So why don't have a trigger('eventcreate
)` method in widgets that have allows to initialize a widget without enhancing the markup = only set element bindings?