We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
You can't do this anymore...
$('<div class="jspVerticalBar" />')
You have to add the closing tags yourself like
$('<div class="jspVerticalBar"></div>')
The text was updated successfully, but these errors were encountered:
I fix this as this appears to be in many places
Sorry, something went wrong.
Fix security Issue #376 with jQuery 3.5.x
72cfc32
This should be fixed in master now
Nice work! Looks good to me.
For making fixing Issue #376 Complete. Rewrite example '<p />' also w…
4154b4f
…ith syntax <p></p>'
This can be closed then?
illuusio
No branches or pull requests
See: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
You can't do this anymore...
You have to add the closing tags yourself like
The text was updated successfully, but these errors were encountered: