Spica Posted October 30, 2015 Posted October 30, 2015 maby I dont find it, but what would be the best way to get this selector on fields $fields->find("tag*=mytag") As the pw provided tags are stored in the data column its not working this way.
LostKobrakai Posted October 30, 2015 Posted October 30, 2015 Did you try $fields->find("tag=mytag");?
Spica Posted October 30, 2015 Author Posted October 30, 2015 yes, of course $fields->find(); gives all fields $fields->find("tag=mytag"); $fields->find("tag*=mytag"); none
LostKobrakai Posted October 30, 2015 Posted October 30, 2015 Ah, the field is actually called "tags" not "tag", that's at least one reason why you can't find fields. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now