Pierre-Jean Parra
Pierre-Jean Parra
That would be a really great idea!
From what I've seen while improving this plugin, there is no way to do so. Maybe you could do it yourself within the nodeSource function : when node_id (the first...
CSS-like selectors are quite powerful, for example, if you want to select the first element (assuming your hColumns has an the id "columns"): ``` javascript $('#columns').find('ul li:first').trigger('click'); ``` hColumns sets...
You're welcome, but keep in mind this is just a workaround. There must, or at least may, be a better way to do this. Sometimes, when some features are not...
Would it be possible to merge this commit? It seems pretty harmful and it would be great to be able to use this module with recent node versions.
Hi @andrewwatts I know this repository didn't have much activity lately, but I just added support for jQueryUI 1.9. It should still work with jQueryUI 1.8, but I didn't have...
Hi, I was facing the same problem after updating to jQueryUI 1.9.2. After a few console.log(), I found out that $.ui.tabs.prototype._tabify was undefined. I might have found a solution, which...