Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Where to upload and show JS/HTML code for debugging?

Featured Replies

I'm working on some Javascript and HTML code which I need some help with, but I'm not sure where to go for doing that. I've tried JSfiddle which seems nice and user-friendly, but I can't figure out how to add external HTML files (I'm working on something involving Ajax loading of external documents, based on Jquery and Bootstrap).

As for Github I haven't figured out that one yet. Perhaps I'm looking in the wrong places...

 

Suggestions?

Edited by axxion

Have you your own domain that you could upload the files to and then share the URL that way?

  • Author

Codepen looks useful and something I'll have to look closer at later.

I just remembered that I found an external reference at Bootply.com.

 

This snippet (Bootstrap based ajax tabs) links to external HTML content files as shown here:

<div class="container-fluid">
  <ul class="nav nav-tabs" id="myTabs">
    <li class="active"><a href="#home" data-url="/embed/62805/view">Home</a></li>
    <li><a href="#profile" data-url="/embed/62806/view">Profile</a></li>
    <li><a href="#messages" data-url="/embed/62807/view">Messages</a></li>
  </ul>
  

The first link above (/embed/62805) links to another snippet at http://bootply.com/62805 so why won't the same code work if I create an HTML snippet myself, then replace the "62805" with that Bootply code (whatever comes after http://bootply.com/). Entering the full URL instead of using "/embed/" doesn't work either. I just don't understand the syntax used here.

Edited by axxion

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.