Skip to content

nth-child ? #5

@kalashikov

Description

@kalashikov

$(document).find('html').click(function(e) {
var path = $(e['target']).domPath()
var nth_child = e['target']['cellIndex'] ? ':nth-child(' + +(e['target']['cellIndex']+1) +')' : ''
console.log($(path+nth_child).text('Найден'))
console.log()
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions