Questions tagged as 'javascript'

0
answers

What is the best practices of Bootstrap and Jquery? [closed]

Good night, dear friends I know it works the same way, but what is the best way (practice)? Looking at performance and fast loading. Call the Bootstrap and Jquery files between the tags head or between body     
asked by 19.02.2017 / 00:31
1
answer

Auto List Member does not work with javascript

I use Visual Studio 2015, I'm having trouble not displaying auto list member in javascript.    * I've been in the configuration > Text Editor > JavaScript > General .       * I've noticed Visual Studio 2015 in the control pa...
asked by 19.02.2017 / 20:50
1
answer

save to file a backend return

My backend controller returns a file of type xlsx to my front, this is the method that returns: public FileResult ListarLivrosExcel() { // Gerando minha planilha e recebendo-a using (ExcelPackage arquivoExcel = new BmpoDTO...
asked by 20.02.2017 / 11:37
1
answer

How to access data from a dynamic imput of a form with django?

I'm participating in a project where we're using django. I created a form with two initial fields and can add more dynamically using javascript. <div class="form-group"> <div class="panel-title"><b>Informe os Crit...
asked by 18.02.2017 / 20:22
0
answers

Error when executing grunt command

So I installed the grunt here and when I run the grunt command it appears error on unglify targets found    warning: task "unglify" failed. use --force to continue My gruntfile.js is like this module.exports = function(grunt) { gru...
asked by 27.01.2017 / 04:18
3
answers

How to do something asynchronous with jQuery, search in MySQL with PHP?

I'm having a lot of trouble with this part. I want to simply do a search in the database and move to my main program, this without giving a refresh . I know how to do all of PHP and MySQL, however the jQuery part is no longer my area, I know th...
asked by 26.01.2017 / 17:30
1
answer

Developing Upload Related Videos

I want to create a script that works like in sites of the genre: dailymotion , metacafe and many other video repositories that do this. When the user opens a video, he starts the video to run inside a div whose id will be define...
asked by 27.01.2017 / 19:12
2
answers

Fill Second Input automatically when filling the First

I have a input that I'll give the name of input-1 , and there I'll insert this: 12:00 When I have a second input that I am going to give the name of input-2 , it is possible to insert in input-1 : 12:...
asked by 23.04.2015 / 01:10
1
answer

How to get the last selected option in a select multiple?

I have a select where I can select more than one (multiple) option: <select class="produtos form-control input-lg" multiple="multiple" onchange="adicionaALista();" id="selectDeProdutos"> <c:forEach var="p" item...
asked by 05.03.2017 / 03:07
1
answer

AutoComplete Jquery [closed]

How can I do a jQuery autocomplete to pull data from a bank? I tried using this example I just can not. My system is in ASP.NET MVC and I am using SQL Server as the database.     
asked by 06.03.2017 / 13:59