kossnocorp / role

jQuery plugin to provide easy way to handle DOM elements by role attribute

Home Page:http://code.nocorp.me/role/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in nextUntill

kossnocorp opened this issue · comments

This example doesn't work properly (in some cases):

$('@role-selector').nextUntill('@role-selector')

Isn't it related to the fact that <ul> has role settings-tilte and you're looking for settings-title? :)

title != tilte