Skip to content
View anxiouspenguin's full-sized avatar
🐧
🐧

Highlights

  • Pro

Block or report anxiouspenguin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Google Places autocomplete for multi... Google Places autocomplete for multiple input fields
    1
    var address_inputs = document.getElementsByClassName('address');
    2
    
                  
    3
    for(i = 0; i < address_inputs.length; i++) {
    4
      var autocomplete = new google.maps.places.Autocomplete(address_inputs[i]);
    5
          autocomplete.inputId = address_inputs[i].id;
  2. anxp-social-feeds anxp-social-feeds Public

    Twitter, Facebook and Instagram feed widgets plugin for WordPress.

    PHP 3