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

Fixes various issues with selectors not working correctly #5

Closed
wants to merge 8 commits into from

Conversation

mgreter
Copy link
Contributor

@mgreter mgreter commented Feb 21, 2014

Selectors like div > div or div.class did not work for me
with strawberry perl. Fetched a copy of jQuery 1.2.3 and
reverse engineered the missing pieces together from there.

mgreter and others added 8 commits July 3, 2014 02:35
Selectors like div > div or div.class did not work for me
with strawberry perl. Fetched a copy of jQuery 1.2.3 and
reverse engineered the missing pieces together from there.
Conflicts:
	test/selectors.t
Release resources once the main object goes out of scope.

Conflicts:
	lib/pQuery.pm
Modern Perl seems to handle this pretty well anyway. Using
the modifier is still supported and is definitely a bit
faster. As long as the regexp doesn't change on run-time.
http://perldoc.perl.org/perlop.html#Regexp-Quote-Like-Operators
BR tags would be written as <br></br> which is
interpreted as two newlines by modern browsers.
@ingydotnet
Copy link
Owner

Thank you for this work. I finally applied and released it.

@ingydotnet ingydotnet closed this Jul 5, 2014
@mgreter
Copy link
Contributor Author

mgreter commented Jul 5, 2014

Thank you very much!

@mgreter mgreter mentioned this pull request Jul 5, 2014
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

Successfully merging this pull request may close these issues.

None yet

3 participants