Questions tagged as 'jquery'

0
answers

How to go to a specific tab with Jquery, framework7?

Good morning. I have the following html structure of tabs in a view "inicio.html" <div id="tab-1" class="tab active"> </div> <div id="tab-2" class="tab"> </div> <div id="formaentregaPedido" class="tab"> <...
asked by 13.11.2018 / 16:12
0
answers

Pagination does not work well when making filters

I have a paginated table (15 records per page) with 3 buttons to show me the active, inactive or all records. The issue is that if I give the assets for example and on the first page there are only 4 active records, it only shows those 4 and not...
asked by 13.11.2018 / 15:56
1
answer

Armed form phpmailer

I'm wanting to put together a form for a site using PHPMAILER. I'm trying to do tests with my own Email but I'm not getting the messages coming to me nor are the verification fields working for me. This is the test site . On the other hand I...
asked by 15.11.2018 / 00:55
1
answer

How to generate a message after completing a form correctly

Hi, I wanted to know how I can do so that when a user completes the form correctly, it generates a sending message without having to generate an extra page of sending. The idea that I had was that once the form was completed and the form disappe...
asked by 12.11.2018 / 23:48
1
answer

open a hidden div by clicking on a link from another page

I will try to explain what I need, I have found some similar things but not the same and it does not work for me. By clicking on a button or link I want you to open another .html page and show a hidden div of this. example: PAGINAPRINCI...
asked by 12.11.2018 / 21:38
1
answer

Can an element created in jquery create a brother?

I have created an element in jquery and I have stored it in a variable as I show it below: x = $("<tr><td> Texto </td></tr>"); and if I print it in console in this way console.log (x [0]) print me the following &...
asked by 12.11.2018 / 21:34
2
answers

Why does not a conditional work and execute the AJAX petition?

I have a code in which I check if the client in an input was introduced. If so, if this checking account is checked, write it down and it is because it was charged on the spot. But first I have a conditional, where if the client code has not...
asked by 12.11.2018 / 18:02
0
answers

Change the primary URL route from an iframe

I need to change the main URL of the page where an inframe is hosted, I did it in the following way, but I only change the url of the iframe but not the page where the iframe is hosted, how could I do this? I appreciate help var loc = window....
asked by 12.11.2018 / 18:31
0
answers

Extract HTML attribute data with Vuejs

Dear I am developing a component collapse (accordion), which will show me data. But I need to make the method where I show the data is executed at the beginning of the application: mounted:function(){ // invocar los métodos this.idRu...
asked by 18.11.2018 / 22:44
0
answers

Change div within the same html

I'm doing a page with forms, and maybe it's one of the easiest things but I can not find documentation to do it, I explain, the page has a form on the left, and I want to get the form to fill in the form in a php document that I have inside a...
asked by 18.11.2018 / 19:58