D
D
Denis2020-04-28 14:47:03
JavaScript
Denis, 2020-04-28 14:47:03

How to connect two jQuery objects? How to add a method to the end of an object?

There is an object

SelectSlice = $('.accordeon').children().first().next();

Nextus = .next();
I'm trying to connect it to another:
$.extend(SelectSlice, Nextus);

How to get the object ? How to add a method to the end ? $('.accordeon').children().first().next().next().next()

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question