Hacker News new | ask | show | jobs
by colorandcode 5645 days ago
Does it play nicely with content loaded via ajax? I would hate to have rerun it on every ajax callback.
1 comments

You do have to rerun it.

It would be more useful if it were part of a toolkit like Dojo or jQuery, and would automatically happen when you use their AJAX functions.

On the other hand, how hard can it be to curry yourself a function that does so?