Jump to content
  • 0

как сделать чекбоксы


mstdmstd
 Share

Question

3 answers to this question

Recommended Posts

  • 0


Спасибо, с чекбоксами все получилось, но с радио не работает:Несколько радиоэлементов заполянются в цикле :

{% for nextMailchimp in mailchimpLists %}
    <li class="padding_sm">  
         <input name="radion_mailchimp_list" id="radion_mailchimp_list_{{ nextMailchimp.list_id }}" type="radio" class="styling_radio"
                     value="{{ nextMailchimp.list_id }}" {% if current_mailchimp_list_id == nextMailchimp.list_id %}checked{% endif %} onchange="javascript:radion_mailchimp_listOnChange();">
        <label for="radion_mailchimp_list_{{ nextMailchimp.list_id }}">  {{ nextMailchimp.list_name }} with {{ nextMailchimp.member_count }} subscribed member(s)</label>

Ранее id и name  каждого элемента имели значение radion_mailchimp_list и радио работало
Теперь же чтобы работала стилизация в элементы id/name заполнил radion_mailchimp_list{ nextMailchimp.list_id }

И пересмтал работать код для определения текеущего элементы 

            var radion_mailchimp_list= $("#radion_mailchimp_list:checked").val()

А как правильно ?
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy