Skip to content

Function to find the element at the end of the row in a grid

Notifications You must be signed in to change notification settings

rplumlee/findEndCol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

findEndCol

Function to find the element at the end of the row in a grid. Helpful if you need to dynamically manipulate a grid and insert a row or column at the correct place.

Usage

Include the script, and call findEndCol(numCols, selector, div);

Where:

numCols : number of columns on the grid

selector : common selector for items in grid

div : the div you are passing in (usually on click), to find the end of the row

About

Function to find the element at the end of the row in a grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published