You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heyyo, this plugin looks awesome. Quick q: is there an option to use space.js with a custom selector? It's a pretty common jQuery plugin pattern, I believe. Just for clarity, I'm imagining something along these lines:
$('.custom-spaceframe-class').space()
or by overriding the plugin's default options, like:
$.space({selector: '.custom-spaceframe-class'});
Any chance this is possible, or will be implemented at some future point? Maybe I missed something in the documentation, or possibly I'm just being dumb! But I'd appreciate being pointed in the right direction, or really any input/advice! Thanks.
The text was updated successfully, but these errors were encountered:
Heyyo, this plugin looks awesome. Quick q: is there an option to use space.js with a custom selector? It's a pretty common jQuery plugin pattern, I believe. Just for clarity, I'm imagining something along these lines:
or by overriding the plugin's default options, like:
Any chance this is possible, or will be implemented at some future point? Maybe I missed something in the documentation, or possibly I'm just being dumb! But I'd appreciate being pointed in the right direction, or really any input/advice! Thanks.
The text was updated successfully, but these errors were encountered: