pyquery
pyquery copied to clipboard
remove() method have bug
I use pyquery like this `from pyquery import PyQuery
if name == 'main':
query = PyQuery('
I except got '
I use pyquery like this `from pyquery import PyQuery
if name == 'main':
query = PyQuery("
I except got '
I think it is not a bug,it's the same to jquery