Sha256: cf83c6b40191ad7e1b63de30ed4bdae03257e00baa05d0430e6ce0e76875fb4c
Contents?: true
Size: 209 Bytes
Versions: 50
Compression:
Stored size: 209 Bytes
Contents
# Find elements in the scope of another element $.fn.behavior = (value) -> $(@).find("[data-behavior~='#{value}']") # Find elements anywhere in document $.behavior = (value) -> $("[data-behavior~='#{value}']")
Version data entries
50 entries across 50 versions & 1 rubygems