Using chained selector method with a cloned jquery/cheerio element
I am using cheerio in javascript, which uses jquery syntax to select dom elements. I made a clone of a dome element like this:
var clone = $('.a').clone()
Now I want to access data of that clone using chained jquery selectors like