I don't actually quite understand what was going wrong, I may have some error in my page, but the following line in child.js was breaking jquery at all:
if (href.length <= 0 || href.charAt(0) == '#') {
Seems like some of the <a> tags on the page don't have href. This shouldn't happen on my page but I realized that can happen generally, with <a name="">.
Attaching a patch to check if href is correct object.
| Comment | File | Size | Author |
|---|---|---|---|
| modalframehref_patch.js.txt | 351 bytes | meba |
Comments
Comment #1
markus_petrux commentedCommitted to CVS. Thanks :)