Questions tagged as 'jquery'

4
answers

How to pass a variable with ajax to another php file

Good I have an inconvenience with my code, I want to send you a data through ajax, that allows me to make a query according to what this variable brings, the problem is that you do not want to recognize me when making the $ _POST variable, in it...
asked by 07.11.2018 / 05:09
1
answer

find parent elements within an iframe

Good morning, I have a document with the following structure: <div id=’Prueba’> <iframe id=’myiframe1’> <div id=’div_Actual’></div> </iframe> </div> I want to know if from the html page that is in the...
asked by 06.11.2018 / 22:06
1
answer

Problem with anchors in HTML

I have a menu which when clicking on a link that takes me to a specific section of the page, the problem is that it is not displayed correctly, that is, it should show me the title of the section when doing click on the link and not the content....
asked by 12.11.2018 / 21:45
1
answer

Error creating an attribute with Angular 6

I want to create an attribute that calls (click) from setAtributte (), but it tells me this error: ERROR DOMException: Failed to execute 'setAttribute' on 'Element': '(click)' is not a valid attribute name. Search all over Google and I'm n...
asked by 13.11.2018 / 00:43
2
answers

How to hide the text and its radio button, jquery?

I have these 3 radio buttons: <ul> <li> <label class="label-radio item-content"> <input type="radio" name="entregaPedido" value="2"> <span class="item-media"> <i class="icon icon-form-...
asked by 08.11.2018 / 23:05
1
answer

change disabled td in a table with x-editable

I want to be able to make a table that disables me td depending on the select option that I select. Example: If I select Wood1 the first and second td are enabled and the third one is disabled with the enabled button td n...
asked by 08.11.2018 / 18:41
1
answer

icons that scroll down to a certain point

I have some icons which are downloaded when I scroll, but I need to stop before getting to the footer, since they currently go down to the end of the window and are moonted in the footer HTML <head> <link href="css/boot...
asked by 03.12.2018 / 11:16
2
answers

Javascript: Sum of amounts in real time

introducir el código aquí I have the following function that works to add the amounts in inputs that have the class monto_cierre : function sumamodal() { // Para suma de montos de cierre var total = 0; $(".monto_cierre"...
asked by 03.11.2018 / 16:57
2
answers

The value of the Datepicker (Daterangepicker) transformed to "Date" always shows me today's date

Greetings, I have a Datepicker which if I pick up the value directly (as a string)      var Data = $("#txtExpDataInici").val(); I take the values of the date well, but if I change it on date Date($("#txtExpDataInici").val()); alway...
asked by 03.03.2016 / 10:54
1
answer

Multiply rows of tables

I made a table where on the labels I can write numbers (to multiply them) and in another to show the result, it works only when I have a row But if I add another row with its columns below, it does not show the result for each row...
asked by 16.11.2018 / 17:19