Posts by Leandro Ferreira • 99 points
7 posts
-
2
votes1
answer118
viewsQ: Call ASYNC - AJAX
I have a problem with calls in AJAX, I need to make more than one call in AJAX to store in different variables and in that I can treat them. I’m just having trouble with AJAX’s ASYNC, because it’s…
-
-1
votes2
answers81
viewsQ: Align data tbody with theady
I have data consumed by an API to popular a table in html, they are coming OK, but I’m not able to make the alignment between theady and tbody that populate at runtime, you could help me? She’s…
-
3
votes1
answer65
viewsQ: Message from the validate datetimepicker
Good morning, everyone, I’m having a problem with my form validate() with the datetimepicker in a modal, the message is showing up to the right of the input and before the button, I need it to…
-
0
votes1
answer49
viewsA: Window datetimepicker out of place
Try this: $(Function () { $('#datetimepicker1'). datetimepicker({ widgetPositioning: { horizontal: 'left', vertical: 'top' } }); });…
-
0
votes1
answer1461
viewsQ: How to make a each in Datatable and get only the selected lines?
Good morning, I am needing to "SCAN" my Datatable and get only the selected line, could someone please help me? The action will occur after the click of any button. I have this code below where I…
-
0
votes1
answer94
viewsQ: Dropdown Hidden
Good afternoon, I have a problem in my JS menu where there is a dropdown menu: <!-- MENU USER --> <div class="collapse navbar-collapse navbar-user" id="navbarSupportedContent"> <ul…
-
3
votes1
answer1251
viewsQ: Reload or Refresh Datatables
Good morning, I have a Datatables that is loaded by a WHILE coming from a QUERY in which I mount at the beginning of my page by PHP. My problem is when I need to insert or edit some information that…