what format blueimp-gallery.add expects for list parameter -


i tried load additional slides blueimp-gallery instance collected infinityscroll using callback , galler.add()-method. in blueimp-gallery readme there list parameter listed .add(list) method can't figure out kind of list expects. list of a-tags or list list of javascript-objects, couldn't work.

ok found out, it's array of html-nodes or jquery selector


Comments

Popular posts from this blog

ruby - How do I merge two hashes into a hash of arrays? -

java - the value of local variable is not used -