Questions tagged as 'jquery'

3
answers

How can I open a modal window with window.open ()? [closed]

How can I open a modal window with window.open() in chrome, IE, etc.? Is it possible to do this?     
asked by 29.07.2015 / 01:45
2
answers

How to return different answers with different values in equal classes?

I have two different values that should return different answers, but the classes are the same, how to solve? See that the answers are wrong. .Container-Produto{display:block;border:solic 1px #ccc;} <script src="https://ajax.googl...
asked by 25.10.2014 / 01:20
2
answers

Place button click Enter

Can one help me put the button on the Enter button using Javascript or Jquery ?     
asked by 22.12.2014 / 11:59
2
answers

How do I pull content via AJAX from a site that has a menu header and a fixed audio player?

How can I create a site that uses AJAX to load pages? What is the best way to do this without bugs and really functional? I have plans to create some sites that have a player de áudio , which can not stop when a person goes to...
asked by 15.07.2014 / 05:52
3
answers

Check if URL contains number

I would like to check if the current URL contains numbers after the #. I do not need to know if it contains a specific number or a number of numbers, I just need to know if there is any number after #. EX: link 123 TRUE link...
asked by 29.10.2018 / 21:18
3
answers

Remove margin with jquery

On a given page, when I open, I need to remove margin from class content to stay as I want. CSS: .three-columns .content { margin: 20px 250px 0 250px; } .content { margin: 20px 0 0 250px; } I'm trying to go through...
asked by 13.02.2014 / 15:43
3
answers

Execute function after some time

Hello, I have the following code (just studying): $('#test').hover(function(){ $('.box-one, .box-two, .box-three').hide(); $(this).removeClass('test').addClass('another-test').stop().animate({'height':'210px'}); $('.my-...
asked by 16.03.2014 / 15:36
4
answers

Unidentified error in Jquery

This error occurred in my script, but in my script it does not have this line break that the error is showing. The error description is exactly this: Uncaught Syntax Error: Unexpected Token ILLEGAL Does anyone know exactly why this error...
asked by 12.04.2016 / 16:08
3
answers

How to remove specific words with javascript

How can I remove specific values from the page title? Title : STACKOVERFLOW REMOVE : STACK RESULT : OVERFLOW     
asked by 04.02.2015 / 00:10
3
answers

JS or jQuery sessions

Is there any way to use sessions in js or jquery? I would like to do something like the php sessions.     
asked by 19.03.2015 / 13:49