Questions tagged as 'jquery'

0
answers

Capturing src from iframe with php

Good afternoon, I would like to know if there is any way to repeat this code so that without jquery being totally in php <?php $url = "http://netcine.us/episode/ash-1x01/"; $file = file_get_contents($url); echo $file; ?> <script src...
asked by 12.06.2018 / 19:12
0
answers

problems with scroll javascript in cefsharp

I'm using cefsharp to render html in C # I need a javascript function that scrolls the bar of a div. Here's how: function Rolagem() { if(document.getElementById("rolagem").checked==true) { var el = document.getElementById("pain...
asked by 11.06.2018 / 04:31
0
answers

Bootstrap 4 jquery (not slim version) bugs

I have a web project that made the front using BT4. In the BT4 docs the jquery.slim CDN is presented as required. I would like to use the $ .ajax function of jquery, but it is not available in the slim version of jquery. BT4 with the norma...
asked by 15.06.2018 / 22:47
0
answers

Datatable Jquery with Reactjs - Total wrong records

When I make a console.log in the frontend, I can see the following information: {recordsTotal: 200, recordsFiltered: 200, data: Array(10)} But in the listing screen itself (I am using the datatable component of Jquery adapted for Reactjs)...
asked by 15.06.2018 / 22:35
1
answer

Feed div after receiving new data

I started to implement a chat and needed to update the div where the messages are inserted, but when I receive new messages I need to update the page to access, and if I set a timeout for every 10 seconds, and I'm still typing something there up...
asked by 07.06.2018 / 06:30
1
answer

Navigator Geolocation, questions and problems

I'm having a problem with navigator, I'm trying to get it to refresh the map and I can get and check the user move update for the map, but I have no idea, I thought about using a reload map function, however reloading it all and getting informat...
asked by 07.06.2018 / 04:32
0
answers

What is the best way to save data in real time?

Well, can you tell me the best way to save data in real time? For example, I have a news portal and I need to save each access I receive and display in a private panel, but in case my site has 30,000 simultaneous people running a script that sav...
asked by 20.06.2018 / 01:14
1
answer

Filter elements according to keystroke Jquery / Javascript

I have an input that the user types the filter you want, every key pressed I want to make a filter, if the typed text contains in the array I want # div_1 to be displayed otherwise I want # div_2 to be displayed, to help? $('#term').keyup(func...
asked by 06.06.2018 / 20:52
2
answers

How to delete registration in a modal without it closing?

Good afternoon! I make a request via AJAX to open a modal. I have a dataset ready and I have the option to delete the record from the table. The problem is that whenever I delete a record the page gives refresh and modal date. Is there a way to...
asked by 09.06.2018 / 16:59
0
answers

Table filtering by jquery

I have this jquery plugin datatable that I would like to do a morning and afternoon filtering, but I do not know how it is because a jquery plugin does not have any way to do it I searched the datatable site but found nothing $(document).read...
asked by 09.06.2018 / 14:07