Is there a limit on the number of <li> elements in a <ul>?
I load a collection of 343 objects into the BackboneCollectionit method fetch().
Those 343 objects are templated into elements <li>.
I would expect 343 elements to be displayed on the page, but $('#myapp li').lengthtells me that there are a total of 200 objects.
Any idea what could happen?
+5