Im trying to find items that have a value set to true, but Im having a difficult time to find ids containing a certain string
id*['_conf']
var items = $jointlist.find("input[type=hidden] id*['_conf']").filter(function() { return this.value == 'true'});
Please can you help