Posts by Adriano Monecchi • 187 points
5 posts
-
1
votes2
answers346
viewsA: Add class Dynamically
For the class used in your code snippet, I suppose you are using the Owl Carousel plugin, I also use it. What you are trying to do can easily be reached the callback afterInit of the plugin itself.…
jqueryanswered Adriano Monecchi 187 -
0
votes0
answers554
viewsQ: Displaying alert/context messages with jQuery dynamically beyond . show(); and . Hide();?
During the interaction with a given interface, please see here jsfiddle, some warning messages (nothing involving validation...) are presented. My rather crude approach to display/hide these…
-
2
votes2
answers2640
viewsQ: Take data attribute value and apply as text in another html element
I have a series of checkboxes in an interface that are already configured to display/hide other elements of the interface conditionally. In this same interface I have a div set to display messages…
-
2
votes1
answer981
viewsQ: How to display the value of jQuery UI Slider in a text input and update the Slider if a value is entered in the text input?
The result I need to achieve using jQuery UI Slider seems to be simple. The Slider will be used to define the age of the user who would submit the form, with minimum value 18 (years) and maximum 100…
-
3
votes1
answer953
viewsQ: How to avoid overlapping (overlapping) <select> elements in a form on the same page?
I use wordpress as CMS and created a form with the plugin WPCF7 (Contact Form 7). It turns out that some form elements such as select, checkbox and radio button overlap each other in a way that I…