Tell me, what is this way of calling $ function and how does it work?
$('select[name=\'recurring_id\'], input[name=\'quantity\']')
I'm confused by the comma inside the quotes.
Selects all <select name='recurring_id'> and <input name='quantity'> elements.
<select name='recurring_id'>
<input name='quantity'>
A comma means a list of selectors.
http://jquery.page2page.ru/index.php5/Group_Selects
Source: https://ru.stackoverflow.com/questions/722316/More articles:I can not clone the JS codemain library c ++ [closed]How do I pass the self object b of class B when calling a.inc ()The mail () function does not work through cron.Selection of lines with the maximum value in 2 fieldsCrontab run at different intervals at different timesProblem with squattingSearch for external links in jQueryThe difference in seconds between the time for today and a given dateHow to draw a border inside a block?All Articles