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....
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",...
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...
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()...
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....
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...
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...
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...