Questions tagged as 'jquery'

1
answer

How to add limit value along with jquery mask?

I'm using the mask plugin for this link: link I use the following jquery to do the mask: $('.decimal').mask('000,0', {reverse: true}); However I need the maximum value to be 100.0. I've tried putting $('.decimal').mask('100,0', {reve...
asked by 04.06.2018 / 02:19
0
answers

How to make a scoreboard in PHP or JS?

I saw many similar questions but no one answered me, I would not like to use Ajax because as it is an exercise, the teacher requested only JS, HTML and PHP. I did a quiz mini game, it's working fine but I could not do the score. I started cre...
asked by 02.06.2018 / 02:14
2
answers

Confirm Aspect Ratio of an image to trigger function

I have an image upload system in Php and when the images are posted, they create thumbnails. Today, these thumbnails when clicked call a jquery function to display it in a modal. I need to confirm if this image has the ratio of 2 to 1 (for ex...
asked by 02.06.2018 / 01:43
1
answer

Text is selected when opening notification

Follow the code below: $("#click_notifications").click(function () { if ($('li.nav-item.dropdown.dropdown-notifications').hasClass('open')) { $('li.nav-item.dropdown.dropdown-notifications').removeClas...
asked by 02.06.2018 / 00:22
1
answer

Responsive Site with jQuery [closed]

I'm in doubt is it better to make a responsive website using media queries or jQuery?     
asked by 02.06.2018 / 01:54
0
answers

search done with javascript stopped after jquery switch

After updating the jquery of my page, which was version 1.8 the search stopped working, below the code, I've been reading here on stackoverflow and made some changes but they did not work if someone can help me I'm grateful. var baseUri = $('ba...
asked by 02.06.2018 / 00:40
0
answers

Keyboard navigation for accessibility

We are developing a site with accessibility (support this idea: D), but we encounter the following problem. When we created the shortcuts:    Alt + 1 In Chrome it changes the tab and does not go to the value indicated, which is the conten...
asked by 11.06.2018 / 23:50
0
answers

CheckBox - Display content according to active option (clicked)

I'm trying to display certain content according to the selected checkbox, until this step everything ok, I was able to make the content appear. Now comes the second part that is where I'm getting miserably, which is to make the selected item...
asked by 31.05.2018 / 20:42
1
answer

How to receive data in JSON (REST)

Hello, I'm learning to program, I'm in the first semester of development and I'm being charged at work to learn how to do it, and I'd like to know if what I did is right or not. <!DOCTYPE html> <html lang="pt-br" dir="ltr"> <hea...
asked by 01.06.2018 / 19:16
0
answers

Modifying href with JQuery

Personal Beauty? Next, I'm breaking my head for days and can not find the solution I need. I'm developing a onepage site in wordpress. I created all the pages I need (index, about, contact etc) and I'm calling them using the JQuery load. Howe...
asked by 01.06.2018 / 22:16