Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jquery selector don't work for term.open (close : mistake) #92

Open
VigibotDev opened this issue Oct 8, 2015 · 2 comments
Open

Jquery selector don't work for term.open (close : mistake) #92

VigibotDev opened this issue Oct 8, 2015 · 2 comments

Comments

@VigibotDev
Copy link

<script jquery...
// Fail (terminal go to end of body) var test = $("term")[0]; term.open(test); // Work var test = document.getElementById("term"); term.open(test);
@aurium
Copy link

aurium commented Oct 9, 2015

Missed # at the jQuery id selector?
var test = $("#term")[0];

@VigibotDev
Copy link
Author

lol verified yes, you can close my shit:D

@VigibotDev VigibotDev changed the title Jquery selector don't work for term.open Jquery selector don't work for term.open (close : mistake) Oct 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants