Questions tagged as 'jquery'

3
answers

Autocomplete jQuery does not show options

Description Need: Need to autocomplete with jQuery , PHP and from what was selected, I get ID , query the database, and display what I need . Problem: I'm not able to display the records in input that load...
asked by 22.02.2014 / 03:53
1
answer

Open images on the same page with Fancybox in CakePHP Impossible

I'm trying to make a gallery, which consists of a list of thumbnails, that clicking on the items eventually would pop up a popup like the first example here . After several failed attempts, where even the thumbnails did not appear, at the su...
asked by 17.03.2014 / 17:55
2
answers

Jquery iframe transport plugin works in IE10 cross domain

I need to post xml using Federal Justice webservices, but I can only do it using IE10 in compatibility mode. I received the information that the iframe plugin transport from jquery would overcome this difficulty. Is this real or should I make my...
asked by 27.02.2014 / 23:46
1
answer

Is it possible to add personal sites to google maps v3 autocomplete?

I wanted to use the google address search but also wanted to introduce some personal areas. In div that is generated by google I can add the fields I want, but I can not create a function in click because there must be something in...
asked by 26.11.2014 / 16:33
3
answers

Condition within a .each ()

The problem is this, I have 9 li inside a ul <ul> <li>Teste1</li> <li>Teste2</li> <li>Teste3</li> <li>Teste4</li> <li>Teste5</li> <li>Teste6</...
asked by 29.01.2016 / 16:17
5
answers

What is the best way to create elements? [duplicate]

for(var i=0; i< numTotalPerguntasDig; i++){ strInterface += "<ul>"+ "<li class=\"col-md-2 \">"+ " <button type=\"button\" class=\"btn btn-danger btn-info-bloco form-control\">"+...
asked by 17.08.2015 / 13:57
0
answers

Add or Decrease columns and rows in table [closed]

I have a table where I want to add or subtract new rows and columns, through the click event on the button, I tried this way, according to the code below, but it is not working very well: Thisexampleofhowtogetbyclickingonitplusaddacolumnorrow.$...
asked by 28.11.2015 / 05:35
1
answer

2 gifs alternating the same space (frames loading correctly)

Good night everyone, I have a small challenge here and until now I have not been able to get the relief, if anyone could help me, I would be very grateful: I'm trying to put 2 gifs in the same place on the page, like this: loop { 1- page...
asked by 15.07.2016 / 04:49
2
answers

How to get all parent elements except some

I'm in a situation where I need to get all the "parent" elements of a div, but I can not get all because it would not solve my problem. I wonder if I can put a limit on getting these elements. With an example it becomes clearer. Consider the s...
asked by 23.06.2016 / 22:07
3
answers

How to send strings in the URL via JS or jQuery?

How do I transform a string, eg: minha string into minha+string to send in the URL? Can be in JS or jQuery     
asked by 14.01.2016 / 04:04