Questions tagged as 'load'

1
answer

jQuery load access denied

I am facing a problem already known by many, in IE it is possible to use Activex to get the user logged on the network. In Chrome this is not possible and after many searches I got the same answer. I know there is a library in Java that can ge...
asked by 08.09.2016 / 17:50
1
answer

How to disable the textchanged event in the load event in Visual Studio C #?

I have the following problem: I have a function that is called when the button triggers the textchanged event only when I start the program for the first time it calls the textchanged function in the load event. I want when the program starts th...
asked by 17.08.2018 / 18:06
1
answer

Load tab only when clicking (with jquery)

I'm using the tab system with jqueryUI and I came across a problem where I need to load the page, just load the first tab, is there a way to do this?     
asked by 17.07.2018 / 22:14
1
answer

How to filter result from another page with Jquery Load () or Get ()?

In an HTML I have for example: <fieldset> <div> <h3 class="title title-line">Dados da conta</h3> </div> <div class="ch-form-row"> <label>Usuário</label> <s...
asked by 29.03.2018 / 16:58
0
answers

Error 404 when loading page. How to solve?

The problem is that when I reload page, the system returns error 404 in this file js/theme.min.js How can I resolve this problem?     
asked by 21.03.2018 / 13:00
1
answer

After you destroy the Datatable, the next load shows error: Can not read property 'column' of undefined

When you load the datatable for the first time, everything works normally, the columns of the table are displayed without problem. But when I update the table with a new filter parameter, the table is not loaded, and it shows the message loading...
asked by 19.01.2018 / 15:20
2
answers

How to efficiently preload images in javascript?

I wanted to know if there is a function, some library or anything that facilitates the preloading of images. Does requirejs work for this? I'm doing so at the moment: var imgs = []; imgs["cartas"] = []; imgs["cartas"]["ouros"] = []; imgs["cart...
asked by 25.08.2017 / 02:19
1
answer

.load of jquery does not load js nor css

I'm trying to load the contents of "home.html" inside the div #content but it seems like it loads only part of the css and does not load the sliders, code: index.html <!DOCTYPE html> <html lang="en"> <head> <...
asked by 18.05.2017 / 18:52
1
answer

If using load

I have the following function in javascript: $(document).ready(function () { Eventos(); $('[name="dtd1nrob"]').change(function () { BloquearQuestao(); }); }); function Eventos() { BloquearQuestao(true); }; function Blo...
asked by 09.03.2017 / 15:46
1
answer

"Page loading" with ajax (without jQuery)

I'm trying to do that "Loading" effect when the user accesses the MAIN PAGE ONLY, but I'm not able to CSS: #load {background:url(http://www.ajaxload.info/cache/FF/FF/FF/00/00/00/1-0.gif) no-repeat center;background-color:#fff;width:100%;hei...
asked by 05.02.2016 / 12:39