4,408
edits
No edit summary |
No edit summary |
||
Line 192: | Line 192: | ||
// Adjust width of filtered-list-items in #list | // Adjust width of filtered-list-items in #list | ||
filteredListItems.css('width', 'calc(33.3% - 0px)'); | |||
// Set new width using .each() to iterate over the jQuery objects | // Set new width using .each() to iterate over the jQuery objects | ||
Line 444: | Line 444: | ||
// Revert width of filtered-list-items in #list | // Revert width of filtered-list-items in #list | ||
filteredListItems.css('width', 'calc(20% - 0px)'); | |||
// Revert width of filtered-list-items in listLists | // Revert width of filtered-list-items in listLists |