|
You are here |
juandebravo.com | ||
| | | | |
denvaar.dev
|
|
| | | | | ||
| | | | |
syntackle.com
|
|
| | | | | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly. | |
| | | | |
pbrisbin.com
|
|
| | | | | Often you might want to present a table of items, each of which links to its own page. Typically you might add an additional cell with a link to go to the item-specific page. Wouldn't it be better if the entire row was itself clickable? Well, I did the googling, and here's one easy way I've found to accomplish that. You'll need a little jQuery: $(function() { $('tbody.link tr').click(function() { window. | |
| | | | |
www.bitnative.com
|
|
| | | |||