Spica Posted October 30, 2015 Share 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. Link to comment Share on other sites More sharing options...
LostKobrakai Posted October 30, 2015 Share Posted October 30, 2015 Did you try $fields->find("tag=mytag");? Link to comment Share on other sites More sharing options...
Spica Posted October 30, 2015 Author Share Posted October 30, 2015 yes, of course $fields->find(); gives all fields $fields->find("tag=mytag"); $fields->find("tag*=mytag"); none Link to comment Share on other sites More sharing options...
LostKobrakai Posted October 30, 2015 Share 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 Link to comment Share on other sites More sharing options...
Spica Posted October 30, 2015 Author Share Posted October 30, 2015 how stupid is that. Your right. Link to comment Share on other sites More sharing options...
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