Questions tagged as 'jquery'

1
answer

Detect changes in HTML code

Hi, I would like to know how to detect changes in an HTML structure. For example <html> <div><div> <html> Over time that structure will be changing.I would like to know if there is any way to detect the changes..wit...
asked by 12.09.2018 / 22:09
1
answer

Wrap div generated by PHP with another div with CSS class

My question is about the following. Now I have this in a .php file: <div class="uno"> <?php if( function_exists('number') ) { number('tres'); ?> </div> The PHP code that is in the middle generates a <div class="tr...
asked by 17.09.2018 / 08:16
1
answer

How to add the dynamically generated checkbox values, jquery?

Good morning. Currently I generate a list dynamically in which each record has its checkbox, I am trying to add the value of the class cod_cupon var cupones_bienvenida = $('#cupones_bienvenida'); var tipoCupon ='...
asked by 21.09.2018 / 16:39
1
answer

Count values in columns of an html table

I have the following table: I'm looking for a way to count the number of times the positive and negative numbers appear for each column, for example: Black appears 1 time in the first column, 2 times in the second column and 0 in the th...
asked by 25.09.2018 / 16:00
1
answer

jquery wizard form step

hello community I have a small problem I'm trying to make a step form without any library and for that I'm using animate and some effects ... in the html I have these 3 fieldeset with some inputs to fill and inside they have a button ne...
asked by 28.09.2018 / 21:06
1
answer

Refresh $ scope of angular in a jQuery function

I have an angular controller and I need a jQuery function inside this one that is responsible for knowing if the user was inactive for x seconds. Here I show you the code that I have: var modulo = angular.module('appModule',[]) .controlle...
asked by 28.09.2016 / 01:56
1
answer

Stop Morphext animation when you finish the sentences

I'm trying some animations with Morphext and the truth that I liked a lot, for now I want to stop the publication to reach the last word or phrase that is within id="js-rotating" but I could not ... .. I translated the documenta...
asked by 19.06.2018 / 04:13
2
answers

Default date in an input

I have this snippet of code that shows a datepicker with the use of Jquery $(function () { $('#orderDate').datepicker({ dateFormat: 'dd-mm-yy' }) }) $("#orderDate").datepicker().datepicker("setD...
asked by 24.05.2017 / 11:39
4
answers

Store Jquery table column

Currently I store the data of a table in an array, in the following way, bringing the td, in what way can I bring a particular column? var datos = []; $("#table1 td").each(function(index) {//No se como traer solo el nombre // alert...
asked by 15.05.2017 / 17:32
2
answers

How exactly does '$ .ajax ({type, post, data})' work in this connection?

Good morning, I am a student entering the world of programming trying to figure out how exactly the script works and I could use a help please, thank you. <script type="text/javascript"> $(document).ready(function() { $('.error').hide(...
asked by 15.08.2018 / 17:48