Suppose I have a div with a string of characters and I want to see if there is a specific word and do something:
$('.container-text:contains("text")').addClass('container-text-right');
But how do I check if I want him to check more than one...
As I understand the order of css and js affects and it is not just an aesthetic issue and order of the code, but it has relevance in the time of loading the page and in the user experience while carrying out said loading. Said What...
I want to place the elements of a select to a textarea, the code that I have works well to add the text, but the problem arises when deleting the textarea text, if I delete something from it, it does not let me reposition more text from the sele...
I have a problem when using jquery Datatables , I do not know why it does not allow me to open modal dialogs that are called after row 10, everything works normal in rows 1 - 10 of the table, however I do not know what happens that all the othe...
I need to iterate an array of date objects, with duration and get how many overlaps each of them.
But I'm looking to do it efficiently and quickly. I'm looking for frameworks to manage time periods but I have not found anything.
I develope...
I'm using a library of jquery DDslick to fill the input selects with styles even images, the library uses arrays to fill them for example ..
var data=
[
{ text: "Facebook",//este es el texto que se ve en la cabecera...
I wanted to know if the PHP setup I'm doing for the submission in a form is well-armed.
From what I read in the documentation I have to download two PHP files, the Class.phpmailer.php and the SMTP.php and link them the way I'm doing with a requi...
I am passing elements from one section to another, the big problem I have, is that when cloning it does not save the option selected, simple example to understand me:
<div id="content">
<div class="copy">
<select>...
I want to get all the values of the radio type input to then compare it with a variable with a set value and if some of those radio type input matches the value of that variable I select that radio type input
I've been trying to get the amoun...