Posts by Diego Laura Soares • 55 points
12 posts
-
0
votes1
answer685
viewsQ: Put variable inside input type="date"
How can I put this variable inside input var data = new Date(); var dataCurrente = new Date(); if (data > dataCurrente) { alert("Data maior que atual"); } In case the new date() has to be the…
-
-1
votes1
answer34
viewsQ: need to pass this Cod to Angularjs someone knows how to help me
Does anyone know how to turn it to angular? $(document).on( 'keydown', function(e) { if (e.ctrlKey && e.altKey && e.which === 83) { $(".btnSalvarRegistro").click(); } ); please help…
angularjsasked Diego Laura Soares 55 -
0
votes0
answers52
viewsQ: modal on top of another modal without accepting each other’s shortcut
I have a modal, which opens another modal, so far so good, I put a shortcut Ctrl+alt+c to cancel, so far so good, only I want that when I open the second modal, and click on the shortcut only it…
-
0
votes1
answer269
viewsQ: alt and two letter shortcut
good afternoon I got that code right here $(document).on('keydown', function(e) { console.log(e.which); // Retorna o número código da tecla console.log(e.altKey); // Se o alt foi Pressionado retorna…
-
0
votes1
answer591
viewsQ: creating javascript html shortcut
Good morning, I put in accesskey="i" to create a shortcut in html, but I need to add two letters, as I do? <button type="button" class="btn btn-default btnEntidades" ng-click="salvarEntidades()"…
-
1
votes0
answers116
viewsQ: Open PDF Internet Explorer
Good morning, I need to Open PDF of my table at the click button, it is working in all browsers, except in IE, in principle just convert Base64 into something that IE support, automatic, via…
-
0
votes2
answers205
viewsQ: Release save button with permission
I got a registration chart in a modal, he’s got the save and cancel button, only by filling in all the required input and select it releases the save, and saved in the database, ta all working, only…
-
0
votes1
answer230
viewsQ: Select2 database
I have a Select2 that is populated from the database of everything working, receives the data of the bank and etc. however if I want to edit it does not bring the saved option on the screen only on…
-
0
votes2
answers162
viewsA: Select Open window with bank options
Yes great help, but I also want to have the options and have this option coming from the database, that comes dynamically understand, in case I want to know how to take this value and put in my li,…
-
1
votes2
answers162
viewsQ: Select Open window with bank options
I need some help, I have a code checkbox there was a window, if the window was gone, so far so good, only now, it’s not going to be another checkbox which will control the display of the window.…
-
1
votes2
answers225
viewsQ: How to delete input and bring back filter options
Good afternoon I have a Cod. of filter that works very well, it is inside a dialog, but I need that when I leave the dialog that is in the same html, the value of the input returns to empty and the…
-
1
votes1
answer303
viewsQ: javascript paging
I have a pagination OD and I want him to do an item count, ex: has 40 items and I want to read in 5 per pages, then the first page reads 1 of 5, the second and 6 of 10 and the third and 11 of 15 and…