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.

BPrepper

Members
  • Joined

  • Last visited

  1. Fixed most issues, Only issues I got now is the white space on the right side of the button that I can't seem to be fixing. Also when zooming in the page, the button goes underneath the searchbar. Is it possible to have that button be the same size as the searchbar then? JsFiddle: https://jsfiddle.net/tgcrLo67/ Example: http://www.broadcasteralerts.com/ Hopefully anybody can help me!
  2. I fixed the button not displaying any text. This is the new Javascript for it: $(document).ready(function(){ var regionDropDown = $('.region_dropdown_section'), regionButton = regionDropDown.find('button'), regionList = regionDropDown.find('.region_dropdown_content').children(); $(regionList).on('click', function(e){ var region = e.target; regionButton.text(region.text).val(region.text); }); }); The only problem I still got now is to put the button on the right side inside the search bar, or on the right side of the search bar but against it.
  3. Hello, My name is Arno, a 21 year old male from Belgium. I currently work for Caterpillar, but when I'm home I'm mostly busy with amateur coding and developing. Everything I do I learnt by myself, I did not take any college or lessons for any coding or development. Happy to be here! Kind Regards
  4. Hello, I'm having a problem with this code I created. As you can see in the JSFiddle I post below you can click the Region button and click a region. The main text changes then. But when you click on the background a couple of times, the button just becomes blank and it shows no text. How would I go about keeping the current text I selected in there untill I change to another region. The second question is. I've tried multiple things to get the button on the right side in the search box. So it's not underneath there, but it's not working. https://jsfiddle.net/03ba1u5m/ Thanks in advance BPrepper

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.