Mazi wrote:
DenisChenu wrote:
i made it for citronade (deactivate jquery-ui button)
Can you simply de-activate the jquery UI buttons with one line of JS for any kind of template so that it will use the old, "common" buttons? Are there any side effects?
Yes you can, no side effect
function navbuttonsJqueryUi(){
// Just deactivate default jquery-ui button
}What was the reason for using jquery UI? There must be some advantage compared to the old buttons!?
Don't know, i like bootstrap for button.
You can have a look to
"SkeletonQuest : template for all browser" . Need some adaptation, but clean on all browser without big javascripting.
Denis