Y.one ('form fieldset: nth-child (2)'). toggleClass ('hide');
in chrome, FF, opera this line works, but in ie6-8 it throws an error 'Y.one (...)' is null or not an object.
where is the problem?
You must add the "selector-css3" module to your .use () statement if you want to use the CSS3 selector in browsers that do not support them.
Source: https://habr.com/ru/post/1764779/More articles:Python update in virtual Env - pythonSelf-relational table and recursive SQL function - phpMySQL recursive query? - phpНевозможно Stream Ogg Из ffmpeg Через stdout - ffmpegIs JSON array deserialization an order of elements that are always saved? - jsonScheme / Racket: Make an Evaluation Cycle - order-of-evaluationdoto and setting the property conditionally - clojureAttempting to perform a hierarchical update results in the error "Foreign key value cannot be inserted" - c #The problem of positioning a banner on top of my UITableView - objective-cPython: spwn or thread for a lengthy background process? - pythonAll Articles