Questions tagged as 'jquery'

2
answers

Is there a way to load asynchronous html content?

I'm doing a web application, in cocreto I do a 5 step wizard but too many fields, but the file has already spread a lot and it takes a long time to load, the .js are already asynchronous, but the html is making it late in loading a lot. Is there...
asked by 10.01.2018 / 00:22
1
answer

Validate start of modal with Jquery

I have a page HTML , which should allow me to enter information from a modal. What I need is that before launching the modal, the user must select two options otherwise it will not start. I put the following code as an example:...
asked by 08.01.2018 / 19:52
1
answer

Is there any way to save a variable somewhere other than in the BD in Laravel 5.5?

I'm trying something half crazy. The use case is that every 2 years the Board of Directors changes, so this year it will change to the XXXVII Council (It is currently in the XXXVI). It made me absurd to create a table just to save the number of...
asked by 06.01.2018 / 03:40
1
answer

Problem Jquery and boostrap

I try to install boostrap and jquery in my project but I get this error. Uncaught Error: Bootstrap's JavaScript requires jQuery     at Object. (app.js: sourcemap: 10906)     at webpack_require (app.js: sourcemap: 20)     at Object._typeof (...
asked by 05.01.2018 / 21:52
1
answer

Error 404 with JSON files in IIS

I want to configure the language translation of Datatable by means of local url in a solution of ASP.NET MVC 4. tblJs = tblHtml.DataTable({ destroy: true, searching: false, ajax: { url: '/...
asked by 06.01.2018 / 17:22
1
answer

Error in json ajax and codeigniter using join

I have a modal window that I want to show the product information, but the table in the database has two fields that store the id instead of the name. Example the product table Code = 123456 Name = Product 1 Category = 1 - > there are anot...
asked by 05.01.2018 / 05:13
2
answers

Correct use of localstorage

Good I am using for the first time localstorage and I do not get it to work, have I written it wrong? for(var j=1; j<(totalInputs+1); j++){ var resultado = $('#Titulo-'+i+'-'+j).val(); localStorage.setItem('resultadoStorage', r...
asked by 04.01.2018 / 22:59
2
answers

Problem with Jquery with style if

Hello I'm trying to show and hide depending on where you click. It is not generating any type of error. The intention is that when you click, the input is opened, which it does, but when I apply the if, the else does nothing, and when you cli...
asked by 05.01.2018 / 12:14
1
answer

Check a checkbox with javascript

I receive information from an arrangement and I want that according to what I receive, the check that I have is activated, I have used several options and none of them works for me: $("#inicio").prop("checked", true); $('input[name="inicio"][v...
asked by 05.01.2018 / 17:23
1
answer

content repeated with .clone () jquery randomly displayed

I have a big doubt, I want to make a list of images that are repeated as well as this in the code using jquery I can clone the elements li , but I want that when displaying the repeated elements, come out in disorder , right now the...
asked by 23.01.2018 / 20:28