Questions tagged as 'javascript'

1
answer

How to display my datepicker down

I put a datepicker on my page inside an imput, it works perfectly, but it displays up, how can I change that property. this is the javascript code <script> $(document).ready(function() { $( function() { $( "#datepicker" ).datep...
asked by 08.05.2018 / 18:34
0
answers

Google charts, error with values in a single month

I have this error in google charts, I could not request it. google.load('visualization', '1', {packages: ['controls', 'charteditor']}); google.setOnLoadCallback(drawChart); function drawChart() { var data = new google.visualizat...
asked by 08.05.2018 / 21:42
0
answers

You can generate a video with audio and videos clip with ffmpeg

I'm making an application in which I have to generate a single video clip of a duration video, I was recommended to use the ffmpeg but I do not know if it could be created and if possible how the structure would be, since I have understood that...
asked by 08.05.2018 / 20:34
1
answer

VueJS and node for a step to production

I have a question, I have a project done with vue-cli , I run the command npm run build , I generate the dist and the index . The idea is to deploy in a nodejs, which provides services and connection to the BD (mongo)...
asked by 11.05.2018 / 15:13
0
answers

Problem when creating dataTable

I am working with a tabs component within a tab I am trying to place a dataTable but it marks me an error and I do not know what the problem is. Here I leave code that I am using. Script Code <script> var id_maest...
asked by 11.05.2018 / 14:47
2
answers

Browse json array in ajax extracted by php

I'm new to ajax and javascript. My goal is to extract the value of the input in relation and through ajax send it to php, there by a function that I have with mysqli, I get an array, in the end I use echo json_encode, but I do not know where tha...
asked by 03.05.2018 / 17:51
0
answers

how to dynamically resize bootstrap-treeview horizontally?

I have the following html where I load a treeview with nodes, what I would need is that it could be resized with the mouse pointer horizontally, that is to enlarge the width of the treeview. <div id="container-tree" class="col-sm-2 tree-co...
asked by 27.04.2018 / 18:34
0
answers

How to prevent a user from entering meaningless text in an input type text?

I have a form in which there is a required input type text the question is if there is any way to avoid writing a meaningless text such as: fuihqwfiuqwefhqrufhqr just to meet the requirement.     
asked by 26.04.2018 / 17:11
1
answer

Checkbox validated and show popup

I explain, it happens that I want that when you accept the terms and conditions, and when you enter, show me the pop up integrated in the button, but it happens the opposite or in disorder, without chulear the checkbox or being chuleado, if or i...
asked by 26.04.2018 / 22:04
1
answer

Start vue-datepicker with current date and change style

I'm using vuejs-datepicker to deal with the date field of the form, so far I have not been able to make the datepicker start with the date of the current day and also not be able to select the days before the date that is being starting I'm t...
asked by 26.04.2018 / 22:55