In the current dev version (1.0.5.9000), the cicerone$step() function argument is_id is deprecated. Is there another method to specify that the element is a non-HTML id, but rather some other selector like .class? Or has that functionality been removed?
It looks like it intelligently chooses whether it's an HTML id or selector based on the el value. It would be nice to add that to the documentation for the argument is_id.
In the current dev version (1.0.5.9000), the
cicerone$step()
function argumentis_id
is deprecated. Is there another method to specify that the element is a non-HTML id, but rather some other selector like .class? Or has that functionality been removed?