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
v0.0.5 released
Added:
- jQuery object support (e.g.: $(selector).jExtract(struct); )
- support string as parent (e.g.: jExtract(struct, "<div>some text</div>"); )
- short name for jExtract function: $E (e.g.: $E(struct, parent); )