libLink icon indicating copy to clipboard operation
libLink copied to clipboard

Library for binding jQuery elements to plugins

Results 4 libLink issues
Sort by recently updated
recently updated
newest added

Hello.As a new user coming to this repo I _would_ like to know how to use it. Is there any documentation available?

This library doesn't specify a license. Is it intended to be wtfpl like noUiSlider?

first off... libLink and noUiSlider are awesome, thanks! now for the issue; Suppose I've got a slider that I've got linked to many different elements, I need to remove one...

Hi. It's possible to use this library for update DOM but without using a jQuery plugin? I mean, I would do something like $('[name="budget"]').Link ().to ($('.budget-observers')) ; So each time...