Questions tagged as 'jquery'

1
answer

Changing html hierarchy using jquery for responsive site

I'm making a responsive website when I came across a problem, in the tablet layout the menu gets hidden so when you press the button it appears by making a slide, but the client wants the logo to appear on top of the other menus. In the layout f...
asked by 02.05.2016 / 20:19
1
answer

Generate random class with JQuery

Oops! It was pointed out that when the function was executed, the class that #body would receive would be random among existing ones. Example: $(document).ready(function(){ $('#random').click(function(){...
asked by 24.06.2016 / 08:04
1
answer

Put Youtube video as site background

I want to put a background video on a standby screen. Can you do this by pulling a video from youtube without showing the default buttons and starting it automatically? What Jquery do I have to put the video that is on my host. $('body').bg({...
asked by 26.06.2016 / 22:07
1
answer

How do I add base image 64 to div's background dynamically?

I'm with this doubt, How do I put a base64 background image into a div, dynamically using jquery? I know it's normal to use this way: background-image: url('data:image/jpg;base64,AQUI VEM O CODIGO BASE64'); But dynamically I do not kno...
asked by 15.04.2016 / 21:13
1
answer

How to avoid the function of the ajaxStop () method in a single ajax call?

I have the following problem: There is a page where I use $ .ajaxStop to give a $ .unblockUI (modal plugin), this closes the modal "loading ..." whenever ajax page requests finish loading, $ .ajaxStop serves as a "standard" for all document r...
asked by 21.07.2016 / 14:05
1
answer

custom context menu retrieving table id

Well, I'm trying to build a custom context menu that will work inside a register table. The problem is that I need to get the ID that is inside each line () and call it in the menu link (Edit.php? Id =). Follow my code so you can see how it i...
asked by 12.04.2016 / 16:22
2
answers

How to add a class to a bootstrap link

I'm using the bootstrap and I have a menu, what I wanted was that when I clicked on a link from that menu, I'd display the page and leave the page that the user selected on the menu. I tried to assign a class using the .addClass() fu...
asked by 11.04.2016 / 21:39
1
answer

Change background color of jquery multiselect plugin

Personal I'm using the JQuery multiselect plugin link . It happens that it is giving me two difficulties. The first difficulty is with CSS: I need to change the colors that it places in checkboxes and fonts. I've already looked for where...
asked by 20.04.2016 / 22:00
1
answer

DataTables table link

I need to create a link where I have the input name in the table using the DataTables, this link should call a javascript function. The problem is that when the table is loaded it runs the script for each row of the table, as if all the links we...
asked by 06.04.2016 / 22:40
2
answers

Ajax request error to load on google map

I am making an ajax code request: $.ajax({ type:"POST", url:"url.php", data:{ ida : href, }, beforeSend: function(){ }, success:function(data){ $("#mapa").html(data);...
asked by 04.04.2016 / 15:53