I see in code
$(".add-to-list :select :selected")
using jQuery, and we had jQuery 1.3.2, but updated to 1.4.2 recently. The line above actually speaks of a syntax error ... was it for jQuery 1.3.2 but not 1.4.2, and what does it do - any documents - and how do you do it in 1.4.2? thank.
This selector searches for all optionelements that are selectedinside all selectelements in all elements that have a class add-to-list.
option
selected
select
add-to-list
, , , :select . 1.3.2, . select HTML select.
:select
1.3.2
:
".add-to-list select :selected"
Source: https://habr.com/ru/post/1776608/More articles:Rapid Prototyping Tool for Using REST API Results on the Web - restHow to change the background color of a UITableViewCell using my own color combination - background-colorsocket program message file for php - cесть ли кто-нибудь, кто сделал заявку с использованием фона для tableview и tableviewcell? - iphoneAnswering touch in other classes - iphoneAdditional purchases wp7 - windows-phoneHow to solve lazyinitializationexception without using fetch = FetchType.EAGER? - javaUpload and POST file to PHP page - cProblem with mysql join query - mysqlHow can I select an HTML element from JavaScript without knowing its identifier? - javascriptAll Articles