Questions tagged as 'jquery'

1
answer

Error refererirme to the value of an element in jquery

I am modifying a tab of bootstrap to have marked the one that I need when loading the page and I am not able to do it dynamically. On the one hand I use this function (taken from this website) function activaTab(tab){ $('....
asked by 03.02.2016 / 02:36
1
answer

SPA using requirejs and jquery

Good community, I am trying to migrate a project using the require.js library to perform asynchronous modules, but I have encountered problems that I do not know how to solve. Trying to use variables to save templates such as Index_Ctrl.js...
asked by 06.02.2016 / 00:06
0
answers

Using JSON of FUSIONTABLES as input of Chart.js

I'm trying to work with the fusiontable responses to build a chart.js. How can I use the JSON to create it if I have this JSON as an answer? { "kind": "fusiontables#sqlresponse", "columns": ["KILOS", "REMISION"], "rows": [...
asked by 05.12.2018 / 21:41
1
answer

How to set the header of an html table with jquery?

I have the following table: $('.listado_volumen_negocio > tr').remove(); var listado_volumen_negocio = $('.listado_volumen_negocio'); var response = { "data": [{ "Nivel_Codigo": 1, "Nombre": "Juan", "VNIndivi...
asked by 30.11.2018 / 03:09
2
answers

send array from ajax to php

hello to all I have the following form in which I add products and when clicking on add they are stored in the table as in the image, As you can see in the image I have 3 products and when clicking on preview what it does is store all the record...
asked by 30.11.2018 / 22:35
0
answers

Problems giving CSS styles to buttons in a content editor

I am starting in the world of CSS and jquery and I have proposed creating a text editor options bar similar to this: To start I made this HTML and CSS code, to generate some elements to my text editor options bar, I wanted to ap...
asked by 23.12.2018 / 07:59
0
answers

Materialize CSS - Initialize Pushpin with pure Javascript (without JQuery)

I am using MaterializeCSS v1.0.0 without requiring JQuery with failures for the pushpin component. Codepen1 It works! (JQuery init) Codepen2 Not working (Pure JS init) The Pushpin Help indicates this initialization with pure Javascrip...
asked by 13.12.2018 / 15:37
2
answers

detect the browser language with js and redirect the visitor

Hello I need that when a user opens my website, detect the language and redirect it to the browser language. I'm trying this but it goes into a loop and the page loads constantly. I hope you can help. There are 3 languages that I have to address...
asked by 25.11.2018 / 19:46
1
answer

Infinite Scroll With Jquery and Ajax

Hello, I have been assembling this code that works in its part of the condition of the height of the scroll but not in the part in which the AJAX has to automatically enter the .html which fails? $(document).on('scroll', function() {...
asked by 18.03.2016 / 21:15
1
answer

Browse html elements with the same class with javascript

I have the following table which contains 3 rows, in each of them I put a checkbox to which I assign a value in the value attribute, what I need to do is go through the checkboxes and determine which ones they are selected to save their values...
asked by 22.11.2018 / 21:29