- Tempe, AZ
-
11:48
(UTC -07:00)
Pinned Loading
-
ASU-KE/UDS-WordPress-Theme
ASU-KE/UDS-WordPress-Theme PublicWordPress theme styled using the ASU Unity Design System (@asu/unity-bootstrap-theme 2023)
-
ASU-KE/unity-carousels
ASU-KE/unity-carousels PublicCarousels built with glidejs, customized for the ASU Unity Design System. Built for the Gutenberg editor.
JavaScript
-
asuengineering/pitchfork-people
asuengineering/pitchfork-people PublicPitchfork People allows you to build a directory of people that is automatically maintained by data from ASU Search.
PHP 1
-
Drupal 8 Webform custom module: crea...
Drupal 8 Webform custom module: create hook: Apply webform creator roles to webform 1<?php
23use Drupal\webform\WebformInterface;
45function my_module_name_webform_create(WebformInterface $webform) {
-
Form input JS
Form input JS 1<!DOCTYPE html>
2<html lang="en">
3<head>
4<meta charset="UTF-8">
5<meta name="viewport" content="width=device-width, initial-scale=1.0">
-
Get all heading tags in console
Get all heading tags in console 1for (var i = 0, headings = $$('h1,h2,h3,h4,h5,h6'); i < headings.length; i++) {
2console.log(headings[i].textContent.trim() + " " + headings[i].tagName, headings[i]);
3}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.