Giter Site home page Giter Site logo

Comments (4)

glutamate avatar glutamate commented on August 24, 2024

I made this work with bootstrap 5 @MarksEliel @davicotico. The only problem I saw was the icon picker not displaying its pop up in the right place. To fix this, change this line:

var tip = ($.fn.bsVersion() === '3.x') ? el.tip() : $(el.getTipElement())

(https://github.com/davicotico/jQuery-Menu-Editor/blob/master/bootstrap-iconpicker/js/bootstrap-iconpicker.js#L497)

to:

                              var tip = ($.fn.bsVersion() === '3.x') ? el.tip() 
                                      : ($.fn.bsVersion() === '5.x') 
                                      ? $(bootstrap.Popover.getInstance($this).getTipElement())
                                      : $(el.getTipElement())

This was helpful: itsjavi/bootstrap-colorpicker#327 (comment)

Is anyone able to recreate the minified js file? It's not very important to me, so I will just serve the modified un-minified file for now

from jquery-menu-editor.

glutamate avatar glutamate commented on August 24, 2024

you should also change the float-right class in TButtonGroup to float-end

from jquery-menu-editor.

InsiteFX avatar InsiteFX commented on August 24, 2024

None of this is working in Bootstrap 5.3.2

Hope this gets fixed soon.

from jquery-menu-editor.

davicotico avatar davicotico commented on August 24, 2024

Hi @InsiteFX , @glutamate , @MarksEliel
You can try Vanilla Javascript Menu Editor. I have worked on and will continue to work on Vanilla Javascript Menu Editor.
jQuery Menu Editor is not deprecated, but for now, I have no plans to update it

from jquery-menu-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.