Initialize for multi clases is it possible ?
See original GitHub issue<div class="class-1 class-2"></div>
<div class="class-1 class-2"></div>
<div class="class-1 class-5555"></div>
<div class="class-2 class-88"></div>
i want just handle class-1 and class-2 divs both initialize; is it possible ?
$.initialize(“.class-1.class-2”, function() { alert(“selectect classes was initialized”); });
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
How do I initialize this derived class that uses multiple ...
1 Answer 1 · But what if both A, B themselves inherit from AA, BB (and in my case AA = BB )?...
Read more >Providing Multiple Constructors in Your Python Classes
In this step-by-step tutorial, you'll learn how to provide multiple constructors in your Python classes. To this end, you'll learn different ...
Read more >Is it possible in C++ to initialize multiple variables or ...
Is it possible in C++ to initialize multiple variables or classes via a loop? I'm new to c++ and also to programming. But...
Read more >Initializing Fields - The Java™ Tutorials
The Java compiler copies initializer blocks into every constructor. Therefore, this approach can be used to share a block of code between multiple...
Read more >initialize() | Apple Developer Documentation
The runtime sends the initialize() message to classes in a thread-safe manner. That is, initialize() is run by the first thread to send...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Multiple classes should be treated as a normal selector, so yes, it should work.
Below are some examples of how I use initialize()… note that many complex arrangements are possible:
No worries. I hope your project goes well.