Questions tagged as 'jquery'

1
answer

Problem with the Masonry jQuery library

I downloaded the Masonry jQuery library and implemented it in my code and a few other libraries I have. It even runs but it gets zapped one over the other and you need to give several F5 on the page to get it right. I think there is some co...
asked by 17.07.2015 / 06:55
1
answer

Tab via Jquery

I have a field with the "Barcode" class where a barcode reader will be used to fill it, at the end of the reading with the reader it will generate a \ n, I could already capture it and treat it, however, when that happens , I need to focus to th...
asked by 17.07.2015 / 19:41
2
answers

how to create a youtube video in full screen with back button?

Well, I need to create a player on my site, that when I click the watch button, it opens in full screen and contains a "back" button for the user to return home. Is it possible to do this using the youtube player?     
asked by 03.12.2015 / 13:36
1
answer

noClonflict () jQuery - Does not work anymore

Hello, I was using jQuery's noClonflict () to have no conflict with the site link Initially it worked, but after a few days is giving trouble again. It is conflicting with the lojaintegrada classes. I was not able to get rid of the clonb...
asked by 15.05.2015 / 16:10
1
answer

Insert link in FancyBox popup image

How to insert a link in the image that pops up in fancybox after the click? HTML code snippet: <li> <a class="fancybox" rel="group" href="imagem_grande.jpg" title="nome_produto"> <img src="imagem_pequena.jpg" alt="Imag...
asked by 23.03.2015 / 17:44
1
answer

Nice Scroll does not work

I need to leave my page with smooth scrolling. Searching the community I found the plugin called nice scroll . I implemented it and it only worked on Google Chrome and Opera, but not on Mozilla Firefox and Safari. Here is my code below:...
asked by 22.05.2015 / 13:56
2
answers

Catch the url of the first image of each post (div), store that url in a variable

I have a blog, and for each post a div is automatically created. On the home page you should only see the first image of the post and the title (with link) referring to the post. But here, I'd like the image to be set to background-image...
asked by 06.02.2015 / 14:23
2
answers

Does not show users name in Jquery alert

I want to access the text content inside the div and show it in an alert (), but for this I have a list of users selected from the database, I did a little trick to add a counter in each div class that contains the user name, see example:...
asked by 08.02.2015 / 20:16
3
answers

How to retrieve the attribute of a dynamically created element?

Elements are dynamically generated, so it does not exist in the DOM. My case is the following: <div class="ui-grid-a">'; <div class="ui-block-a">'+row.nome_item+' id '+row.id_item_conta+'<div class="valor_quantidade" quantidade_...
asked by 15.01.2015 / 20:58
1
answer

How to perform a function only when the page is printed?

Hi, I have a function to fix the chrome BUG when placing a table to print. NOTE: for those who do not know this bug is that the table thead is not replicated in the following different pages of other browsers Well, I get the scrip to fix...
asked by 15.01.2015 / 13:43