Giter Site home page Giter Site logo

Comments (14)

krzysiekpiasecki avatar krzysiekpiasecki commented on July 20, 2024

@muhammad-ihsan May I please you, if you can provide us more details how to reproduce this error? Not only a screen shot.

Can you reproduce this defect here http://adminator-bootstrap4-65.surge.sh/ui.html

from adminator-admin-dashboard.

muhammad-ihsan avatar muhammad-ihsan commented on July 20, 2024

just write this $('#exampleModal').modal('show'); in my console when trying to show the modal on these page http://adminator-bootstrap4-65.surge.sh/ui.html. The modal wont show if we use the modal bootstrap javascript event.

from adminator-admin-dashboard.

krzysiekpiasecki avatar krzysiekpiasecki commented on July 20, 2024

I've reproduced it also on a clean project, when the jquery and bootstrap scripts were loaded at incorrect order.

from adminator-admin-dashboard.

muhammad-ihsan avatar muhammad-ihsan commented on July 20, 2024

i've download the latest version today, but nothing change

from adminator-admin-dashboard.

muhammad-ihsan avatar muhammad-ihsan commented on July 20, 2024

no update? 😞

from adminator-admin-dashboard.

muhammad-ihsan avatar muhammad-ihsan commented on July 20, 2024

🥇

from adminator-admin-dashboard.

arcticwalker avatar arcticwalker commented on July 20, 2024

Same here. $ does not have the bootstrap modal plugin loaded. It is hidden somewhere, I had to add script tags to reload jQuery and bootstrap js again to expose the modal plugin.

from adminator-admin-dashboard.

muhammad-ihsan avatar muhammad-ihsan commented on July 20, 2024

Not updated yet? Still with the same error

from adminator-admin-dashboard.

ngoclanbaby86 avatar ngoclanbaby86 commented on July 20, 2024

i'm waiting.... same issue

from adminator-admin-dashboard.

AlexRToledo avatar AlexRToledo commented on July 20, 2024

Hi I have the same issue, someone fixit?

from adminator-admin-dashboard.

jonathanvgms avatar jonathanvgms commented on July 20, 2024

Hi, i'm dealing with the same issue for weeks, the only workaround i can think off is use bootstrap's javascript and it works! but if i import the javascript doesn't work the option menu of user. :/

from adminator-admin-dashboard.

jvilaplana avatar jvilaplana commented on July 20, 2024

Same issue here.

from adminator-admin-dashboard.

r15h1 avatar r15h1 commented on July 20, 2024

@krzysiekpiasecki, do you have an update or workaround for this issue?

from adminator-admin-dashboard.

sublimedatasys avatar sublimedatasys commented on July 20, 2024

Answer=>Hi @muhammad-ihsan , @arcticwalker

If you want to handle modal event via jquery then need to write there jquery function in the js file in assets/script where bootstrap and jquery is imported as

import * as $ from 'jquery';
import 'bootstrap';
And can perform both show and hide events without any error.
$('#myModal').modal('show')

$('#myModal').modal('hide')

Another way is to use a CDN link of Bootstrap and jquery in the HTML file.

Please note: That jquery should be imported before bootstrap. In this case the order of importing dependency is important.

Thank you

from adminator-admin-dashboard.

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.