Questions tagged as 'jquery'

1
answer

div set when scrolling in different resolutions

I have the following scenario. A banner at the top that takes the entire viewport of the screen, regardless of the resolution Underneath it a scrolling menu that scrolls down to the top of the scrolling page, and when it scrolls up, it sto...
asked by 11.07.2016 / 22:23
1
answer

Jquery load interval

I would like to set a load time between each load() to complete the loading of each. For this I would need to set a stop or something similar inside my Loop. Would that be possible? for (var v = 0;v <= 10 ;v++ ){ //Esperar 3 Segu...
asked by 11.07.2016 / 15:37
2
answers

Auto Click mouse on a content within a div?

I would like to know if it is possible to do a div with auto click. This is how the page loads and when someone clicks anywhere on the page the mouse clicks on the content inside the div. In case I put an iframe from an external page. but...
asked by 29.05.2015 / 22:04
1
answer

Parameter passing in URL using JSON + AJAX

I'm studying JavaScript and would like support from you. I have a file that I called getPagamentosMaioresQue.php , this file has the following syntax: <!DOCTYPE html> <html> <head> <title> PHP T...
asked by 26.08.2016 / 05:20
2
answers

Pass variables on the getjson XDK URL Intel

I started to study javascipt now and I need to pass two variables to a sum method with getJSON and I do not know how to do it. I created my app with Intel XDK, the server I created with delphi xe2 using datasnap. I tried these two ways and I...
asked by 21.07.2016 / 15:43
0
answers

Pluing jQuery TE 1.4.0 locked with lots of text

I'm using the plugin, jQuery TE 1.4.0, link . For being very simple and easy. He catches me 100%. But I'm having a problem, when I put a very large text that I copy from the world, the plugin simply hangs my browser. I made some tests her...
asked by 21.07.2016 / 15:09
1
answer

Change button behavior according to URL

How can I change the behavior of a button according to the URL? I have the following URL, eg:    site.com/search/ hill climbing machine The button would be something to filter according to the price, being growing or decreasing ....
asked by 16.08.2016 / 01:14
0
answers

Jquery does not work with Angularjs

I took a Bootstrap Dashboard with Jquery, but when I try to use it with the angularjs single-page, the functions that are in jquery do not work, but I can do it in angularjs, what I wanted to work anyway was the dropdown menu-level, I man...
asked by 16.08.2016 / 01:52
1
answer

Flexslider buga in Tab or Modal

I'm doing a tab with 1 Flexslider (Slider) on each tab, however the first works quietly, since the second TAB the slider buga, ie I have to either minimize the browser or open element inspector. I looked for some things and found that Jquery...
asked by 30.06.2016 / 18:40
0
answers

Using ajax to execute a code in php

Hello, I have a problem with how to use ajax to run a code in php, I'm trying to find the problem for hours, but I can not. js code $.ajax({ url: 'deletarOrgs.php', data: { id: $id }, type: 'PO...
asked by 30.06.2016 / 03:55