shipshapecode/shepherd

attach to element by id

Closed this issue · 4 comments

Can you use an element id for the attachTo field? The docs only show a class example.

Yes, any selector.

What format? is that "#my-id"?

@sirmspencer yes, any selector will work. .my-class, #my-id, span etc

Thanks!