Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
43 views

ag-grid Cell Renderer won't render component with jQuery

I'm using ag-grid in a Vue3 (Composition API) app, and trying to display a some jQuery sparklines (https://omnipotent.net/jquery.sparkline/#s-about) within some of the cells. As per the ag-grid docs (...
asdf's user avatar
  • 1
0 votes
0 answers
40 views

Vue3 : jquery__WEBPACK_IMPORTED_MODULE_2___default(...)(...).modal is not a function

I have a Vue 3 app. I've install jQuery + Bootstrap and included them in main.js like this: import "bootstrap"; import "bootstrap/dist/css/bootstrap.min.css"; global.jQuery = ...
ABIX's user avatar
  • 1
0 votes
0 answers
109 views

Vue 3 micro frontend conflicts with jQuery in Rails app

The project I'm working on is a Rails app with jQuery running on a lot of various parts/interactions. I'm implementing micro frontends in Vue 3 for new features and functionality using a modified ...
Stickel's user avatar
  • 21
0 votes
1 answer
39 views

Vue element not loading on hidden modal

I am trying to display a Vue component onto a modal controlled by semantic ui, however, the vue element is not loading/mounting. I am using Laravel & JQuery mainly with some vue elements. I ...
Jake Butterfield's user avatar
-1 votes
1 answer
376 views

document.querySelector() always selects the element with the class "Open" even after it has been removed and replaced with the class "Close" | Vue3 js

So I was trying to find a Vue Solution of the jQuery SlideUp() and slideDown() functionality. And I have run into a problem while creating the same for my Side Bar Menu Open and Close funtion. See my ...
Rejown Ahmed's user avatar
0 votes
1 answer
64 views

watch changes of nested data in vuejs

I want to watch changes of families variable which contains nested objects <component-test v-for="family of familiesToDisplay" // rest /> data: () => ({ families: []...
hayaa's user avatar
  • 33
0 votes
1 answer
46 views

Changing SELECT options in Vue component

I'm using a Vue 2 component to implement a jQuery Chosen SELECT field. It's working OK, except that I need to be able to dynamically change the options list and it's not working as expected. This ...
Cass's user avatar
  • 129
0 votes
0 answers
167 views

How to add custom javascript in vue component

Here is the screenshot I'm not able to make a toggle work as it is written in (jquery-based) javascript. The HTML and CSS is working fine but I'm unable to get the toggle workin as it is related to (...
Makhdoom Khizar Hayat's user avatar
-1 votes
1 answer
438 views

Vue js and cloned components

I have a form that contain a list of v-select managed by Vue js, all select in my application is managed by this module and other input field are a sample html field. when i clone the form with jquery ...
Abeel's user avatar
  • 13
-1 votes
1 answer
109 views

How to use Vuejs to replace this jquery code?

I have this code below : log(n) { $('#log').append('<div></div>').append(document.createTextNode(n)); }, The jquery function will inject text into the code below : <div id='log'&...
faroun21's user avatar
-1 votes
1 answer
87 views

Unable to Vue.Js bootstrap modal

I'm trying to render bootstrap modal as a Vue.Js component. Please find code below. I've also pushed the code to a Git repo. I keep getting the error. testInstance.$mount is not a function https://...
user2721794's user avatar
0 votes
1 answer
3k views

Save image type on image upload using vue.js

I'm trying to upload image using vue.js that will be multiple images and user can get preview of those images, but i also want to save image type i.e. user can set primary image from groups of images ...
user3653474's user avatar
  • 3,720
1 vote
2 answers
720 views

jQuery not working in vue component when change route

I have an issue with jQuery script files is not working inside vue component but it working outside it, I found a solution to put all script files in script section inside vue component, but I'am ...
Fadi Sharif's user avatar
0 votes
2 answers
554 views

Can We use jquery onscroll function in Vue.js?

i want to use JQuery on scroll function to stick my navbar at the top in vue.js how can i do so. this is what i am doing my Components that is navbar in bootstrap which i want to stick onscroll. also ...
Asad Shiekh's user avatar
1 vote
1 answer
2k views

Vue Js infinite loop marquee (horizontal bar)

I need recommendations on how to build an infinite loop marquee from my vue js code, or at least how to use Vue Js and jQuery for this specific project. My project Fiddle is as follows: https://...
user avatar

15 30 50 per page
1
2 3 4 5
10