Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

"#element".tooltip is not a function on home page fixed.#6070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kevin-bates merged 4 commits intojupyter:masterfromBloepcode:jquery-bug-fix
May 24, 2021

Conversation

@Bloepcode
Copy link
Contributor

Closes#6062

Hello, this is my first time contributing to Github.
In the notebook/templates/tree.html file was there a $ character missing which resulted in an"#element".tooltip is not a function error in the console, I fixed this issue by adding the $ character. Then I also found out that this line:$('#element').tooltip('enable') that uses jquery was ran first, only then jquery was imported (<script src="{{ static_url("tree/js/main.min.js") }}" type="text/javascript" charset="utf-8"></script>), this also resulted in an error, I swapped them and now it works.
I hope I did not miss anything.

Kind regards, Ilay Hamer.

Copy link
Member

@kevin-bateskevin-bates left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This indeed appears to be fixed - thank you.

Since I'm not familiar with this area of the code, it would be great to get a confirmation from someone that can determine if there's any hidden issue here.

Copy link
Contributor

@blink1073blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks good, thank you!

@blink1073blink1073 added this to the6.4 milestoneMay 24, 2021
@kevin-bateskevin-bates merged commit56416cb intojupyter:masterMay 24, 2021
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsNov 21, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

2 more reviewers

@blink1073blink1073blink1073 approved these changes

@kevin-bateskevin-bateskevin-bates approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

6.4

Development

Successfully merging this pull request may close these issues.

Console error: "#element".tooltip is not a function (in the home page)

3 participants

@Bloepcode@blink1073@kevin-bates

[8]ページ先頭

©2009-2025 Movatter.jp