Posts by Jony Alan • 146 points
9 posts
-
1
votes1
answer31
viewsA: Problem with Javascript Datepicker for Dates > Day 12
Friend, do a test before I run your code, delete this line from the dataPicker statement. maxDate: today
javascriptanswered Jony Alan 146 -
1
votes2
answers251
views -
1
votes1
answer432
viewsA: Sweetalert2: Uncaught Typeerror: Failed to resolve module specifier "Vue-sweetalert2.js"
Friend, to use after import you can do so. import VueSweetalert2 from 'vue-sweetalert2.js' const swal = require('sweetalert2'); Within the methods showAlert(){ swal.fire({ type: 'warning', title:…
-
1
votes1
answer52
viewsA: not working modal and java script and a function
Friend, ta missing further exemplify the problem, but giving an analyzed I see that you are using Bootstrap. To see if everything is right in your modal, put this jquery inside a function and call…
-
1
votes2
answers668
views -
1
votes1
answer153
viewsA: How to insert the datepicker value of an icone html <i> into the input using Vue.js?
This problem happens only in this version of materialize (0.100.2) it is not only with datepicker, select also does not load the event '@change', after a day searching and testing I found a…
-
1
votes1
answer153
viewsQ: How to insert the datepicker value of an icone html <i> into the input using Vue.js?
I’m new here Xp. How to insert the datepicker value of an html icone into the input using javascript? I’m using the datepicker of matelialize version 0.100.2 and Vue.js, already fixed the Bug of…
-
4
votes2
answers145
viewsA: How to leave the background of Visual Studio 2008 in dark theme?
You will have to download the theme on this site https://studiostyl.es/schemes/son-of-obsidian, it has the option for 2008, if you want can also create your theme.…
-
2
votes1
answer435
viewsA: Search mongodb by text?
Containing the text you need to use the famous relational database like. Follow examples in Mongo. inserts = db.users.insert({name: 'paulo'}); db.users.insert({name: 'patric'})…