Search the Community
Showing results for tags 'checked'.
-
Hello I would like to insert into a span tag the label of a radio button on checked status but It doesn't works and not showing errors I'm trying the following code to test in the change function works property. Variables like name, id and value are recovered correctly but the content of tag span doesn't change <script> $(document).ready(function() { $('input[name="InputName" value="InputValue" id="InputID"]').change(function() { var value = $("input[name='InputName']:checked").val(); $('#SpanID').text(value); }); }); </script> Any solution?
-
Hello, How to change the li background-color of the attribute of a product which is checked with radio button. In the example image, the radio buttons are hidden, the hover no problem, I want to keep it that the same as the "hover" but I can not do ... I see <span class="checked"> which moves along the selected attribute, perhaps I imagine trying to have this class in the parent li of the selected radio. If someone has a solution or a track? I hope I was clear enough thank you
-
Bonjour, Comment faire pour modifier le background-color li de l'attribut d'un produit qui est checked avec bouton radio. Dans l'image d'exemple, les boutons radio sont cachés, le hover pas de problème, mais en checked je voudrais que ça reste comme le hover mais je n'y arrive pas ... Je vois le <span class="checked"> qui se déplace selon l'attribut sélectionné, j'imagine peut-être essayer d'avoir cette classe aussi dan le li parent du radio sélectionné. Si quelqu'un à une solution ou une piste ? J'espère avoir été assez précis Merci
- 3 replies
-
- background
- li
-
(and 3 more)
Tagged with:
-
Hello I have to activate 2 boxes every time I import a CSV file, so I'd like to know if is possible to activate by default these boxes: - ISO-8859-1 encoded file? - Force all ID's during import? I'm using Presashop 1.5.6.1 Regards and thanks. (SORRY FOR MY ENGLISH)