Can I use ajaxize to load any widget on demand?
-
I’m looking for a plugin that’ll let me run widget operations and display widget contents upon a button click or similar interactive event.
Example
Sidebar shows no open widgets, only 3 folded accordion menus:
=== Related Posts ===
=== Latest Posts ===
=== Users Online ===Upon page load, none of these widgets are loaded. Not their contents nor their associated operations. That requires direct interaction. So I click on “Related Posts”. Now, the related posts widget will run its “related posts” algorithm on the database and once it has its results it will display them:
=== Related Posts ===
– Going fishing
– Going hunting
– Going hiking
=== Latest Posts ===
=== Users Online ===Could this be doable with Ajaxize?
- The topic ‘Can I use ajaxize to load any widget on demand?’ is closed to new replies.