34
@irmtfan
Thanks for the tip to your method I find it useful
@blackrx
I think at this point we should wait for the arrival of xoops 2.6.0, because to create a framework in jquery mobile is not a short time. The problem is that you have to go find all the html tags, and not just because there are ids and classes for these tags.
To replace them I using three basic functions in jquery: ReplaceWith, ReplaceAll and html, as you can see from the
documentation of jquery. The scripts I have tested and worked fine, but when I inserted the modules, starting from the contact module, the script does not work anymore because we probably are not static pages and this may affect, but I'm not sure.
I hope that with bootstrap included in xoops 2.6.0 we can agglomerating also a framework with jquery mobile in a simpler way.
The biggest problem is that I did not have time to go into that, as you can see on my website, redirection works with that code I posted, but framenwork does not work as it should.
If anyone has any ideas can send them here if you like.