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

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -