static S getTagParam(S tag, S key) { ret getHtmlTagParameter(tag, key); } // param of opening tag static S getTagParam(L<S> tok, S key) { ret getHtmlTagParameter(second(tok), key); }
Began life as a copy of #1005224
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013873 |
| Snippet name: | getTagParam - synonym of getHtmlTagParameter |
| Eternal ID of this version: | #1013873/3 |
| Text MD5: | 863f8e67db08262780dac2e9a1f12504 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-03-18 19:16:09 |
| Source code size: | 194 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 667 / 712 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013972 - tagParam - synonym of getHtmlTagParameter |