Skip to main content

All Questions

Tagged with
0 votes
2 answers
62 views

DataTable not updating after adding new row in JavaScript application

I'm working on a JavaScript web application that uses DataTables to display a list of instructors. I'm having an issue where the DataTable doesn't update immediately after adding a new instructor to ...
badr aldeen's user avatar
0 votes
0 answers
37 views

Fabric.js with Vue 3 - Can not load svg image

I am trying to use Fabric.js ^6.3.0 with Vue 3 to load a svg image to canvas: <script setup lang="ts"> import * as fabric from 'fabric' import { onMounted, ref } from 'vue' const ...
Nguyen Duc Kien's user avatar
2 votes
2 answers
61 views

Vue dragable elements reordering with different containers

I develop an application in VueJs 3, and need the following behavior: There is a main list of chapters, and in each chapter there are events: - Chapter 1 - Event 1 - Event 2 : - ...
guyaloni's user avatar
  • 5,688
0 votes
0 answers
74 views

How to Prevent Select2 Dropdown from Moving with Scroll inside a Bootstrap Vue Modal?

I'm working on a project that uses Vue.js and Bootstrap-Vue. Inside a Bootstrap modal, I've integrated a Select2 dropdown. I encountered an issue where the modal wouldn't scroll when the Select2 ...
monny's user avatar
  • 127
0 votes
0 answers
796 views

I am having problem using jquery with Vite. Used rollup-plugin-inject but still couldn't seem to make it work

I was working with vue and vite. The project requires jquery functionality but it seems like vite does not allow jquery to be used in normal way. So I used rollup plugin inject to use the jquery. I ...
Sabbir Ahmed Chowdhury's user avatar
1 vote
1 answer
75 views

vue js and jquery DOM manipulation

I wonder if anybody can give me advice how to approach the situation when I need to access DOM elements directly while I am also using VUE.JS. I use Fomantic-UI framework (fork of dead Semantic UI). A ...
Martin's user avatar
  • 13
0 votes
0 answers
28 views

ION Range Slider triggering multiple times If axios is used

When Axios is used in the OnFinish method, It is triggered multiple times. If I don't use Axios, there seems to be no problem. You can check the sample code below. When Axios is not used. $("#...
Mustafa Tığ's user avatar
0 votes
2 answers
53 views

How can I disable input and prevent it from opening in the browser?

enter image description here How can I prevent any user from opening disabled input in the browser? Is there an easy way to do this or what should I do? I use Vuejs in my project I need to do this as ...
tahaeren7's user avatar
1 vote
1 answer
46 views

return vue data values in javascript

I'm using VUE (and I'm new to it) to create elements based on the data and updating their content based on v-model inputs. I'll put the example code below however what I'm trying to do is use some ...
Chobbit's user avatar
  • 606
0 votes
2 answers
259 views

showing country api info (capital, currency,...) of a world countries dropdown selection in a card container

I'm trying to show the card info of South Africa as default value (before typing any country's name into the search bar input field or chosing a specific country out of a given list) and the according ...
B C's user avatar
  • 1
0 votes
0 answers
265 views

Vue + Inertia added to Laravel 10, now I am getting 'autocomplete not a function' when loading a Vue component

CONTEXT: I have an established and mature Laravel application built entirely with Laravel, Blade, Javascript and JQuery. When I load a blade view from the Laravel portion of the site I get no errors ...
Vince's user avatar
  • 1,515
0 votes
0 answers
43 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
-2 votes
2 answers
3k views

Uncaught runtime errors: ERROR [object Object] VUE JS,NODE

I am using vuejs as my frontend,when I run npm run serve,it runs ok,but when I navigate to my browser,the first thing I see is this error Error Uncaught runtime errors: ERROR [object Object] ...
JOHN KAMAU's user avatar
1 vote
1 answer
191 views

How to load event or call any function on stripe js initialized

I have a checkout page that primarily contains the new Stripe Payment Element. The Html contain load fast because I used SSR but stripe payment element show the issue and reload page 2 or more time ...
Shark's user avatar
  • 166
0 votes
2 answers
547 views

Close modal by sending the esc key in the browser with javascript

all modals can close using press esc key by human. I want to do this through javascript code without actual human intervention I run the following code through the browser console, but it does not ...
ᴜɴᴅᴇғɪɴᴇᴅ's user avatar

15 30 50 per page
1
2 3 4 5
86