Questions tagged as 'jquery'

2
answers

Assign value to inputs using .each ()

I have an error when I want to set the data to the IDs of the inputs, only set one and not the N that I get. It should be noted that the input IDs are placed with PHP, that is, dynamically, as well as the amount of input's they will show....
asked by 08.05.2017 / 16:57
1
answer

ERROR in NgSemanticModule is not an NgModule Angular cli

I am implementing ngsemantic and I found the following error ERROR in NgSemanticModule is not an NgModule. This is my package.json { "name": "SaveBPM", "version": "1.0.0", "license": "MIT", "scripts": { "ng": "ng",...
asked by 05.05.2017 / 13:19
1
answer

Add input data to a table using jquery

Hi, I'm trying to add data from a form to a table, but when I click the add button, I capture the values at zero. The code is as follows:                     Pay                                                                                 ...
asked by 05.05.2017 / 13:01
2
answers

Fill an input, with several texts with Jquery and PHP

Greetings, I am creating a similar help window even on this same page, when you write a certain character and it is detected, a help window comes out and when you click on it it is placed inside the input (In the question form section , in the i...
asked by 11.05.2017 / 18:11
1
answer

Concatenate second data Ajax jQuery [duplicated]

I am currently sending Ajax % of%, but I need to send another data: //data que necesito enviar var ParamObjSend = { "id" :$("#id").val(), }; var array = [1,2,3,4]; $.ajax({ type: "POST", url: "<?php print base_url()...
asked by 11.05.2017 / 12:56
1
answer

How to map a checkbox as bool (bit in SQL server)?

I know they always ask for code, but my question is basic. I also know that you can qualify it as "general knowledge" or "subjective response", but although it seems incredible, there are not many topics in Spanish that speak of the subject....
asked by 26.05.2017 / 06:34
2
answers

AddClass RemoveClass

I'm doing a simple menu, I want the menu item to be left where I click. I have my class activo and my code of
asked by 04.05.2017 / 17:31
1
answer

Problem with slider and the SetInterval

Good, I hope you can help me with this little problem I'm trying to make a slider with jquery and js, it turns out that when you give the images a timer (setinterval) and its effect FadeOut and FadeIn, everything works perfect, but something...
asked by 03.05.2017 / 19:01
1
answer

Problem using RegExp and replace [duplicate]

I have the following problem, I am replacing text in a paragraph but when I find special characters like (* ,? or others) instead of replacing it, it adds it. I leave the code to see if you can help me.    Note: here I only put a small ex...
asked by 27.04.2017 / 15:43
1
answer

Problem when deploying html elements with toogle

I'm new to the forum, I'm trying to show and hide several div's that have the same class, by clicking on the icon-plus class it displays the hidden content and changes its class by icon-minus, by clicking again hides the div and returns to chang...
asked by 25.04.2017 / 04:00