Търсенето върна 2 резултата

от Williamhawk
03 Ное 2017, 11:28
Форум: Кошче [Теми - 2017г.]
Тема: Targetting Images for Zooming
Отговори: 0
Преглеждания: 3041

Targetting Images for Zooming

I have a working page that enables the clicking of a series of images for zooming in and out. The code shows the images in the usual <ul></uk> and <li></li> format. The thing is, I have a page that already contains images outside of a listing format. This page is responsive and I would like to keep ...
от Williamhawk
03 Ное 2017, 11:27
Форум: Кошче [Теми - 2017г.]
Тема: textbox that only accepts numbers greater than 0
Отговори: 1
Преглеждания: 2645

textbox that only accepts numbers greater than 0

Hello,
I'm looking for a way to make my textbox only accept numbers. It needs to accept all numbers greater or equal to 0 and any number of decimals. No negatives.
I found this online:
<input type="number" min="0" oninput="validity.valid||(value='');">
While this accomplishes almost everything I ...

Към разширено търсене