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
if the path is 0.0 your item.data('path') will return 0 instead of 0.0 change to item.attr('data-path') solves the problem.
if you want a try:
[{"name":"html","type":"find","filter":".image-additional a"},{"name":"each","filters":[{"name":"html","type":"href"}]}]
The text was updated successfully, but these errors were encountered:
Ah, right. Good one. Could you make a pull request?
Sorry, something went wrong.
sorry i really busy to do this, i realy thank you for the script, but the bug solution is simple as
[cmd+r] item.data('path') [tab] item.attr('data-path')
cheers
[]'s
2014-03-05 5:48 GMT-03:00 David Durman [email protected]:
Ah, right. Good one. Could you make a pull request? Reply to this email directly or view it on GitHubhttps://github.com//issues/20#issuecomment-36721048 .
Reply to this email directly or view it on GitHubhttps://github.com//issues/20#issuecomment-36721048 .
There are places where $(this).data('path') are used. Those need to be replaced as well.
No branches or pull requests
if the path is 0.0 your item.data('path') will return 0 instead of 0.0 change to item.attr('data-path') solves the problem.
if you want a try:
[{"name":"html","type":"find","filter":".image-additional a"},{"name":"each","filters":[{"name":"html","type":"href"}]}]
The text was updated successfully, but these errors were encountered: