Questions tagged as 'jquery'

2
answers

menu not fixed when scrolling the page

I want my menu to be fixed as soon as it reaches the top of the page but I'm not getting any success with it. I do not know where I'm going wrong, follow my code below: <script type="text/javascript"> $(window).scroll(functi...
asked by 11.06.2015 / 15:36
1
answer

JQPlot - Online Legend

I'm creating some graphics using JQPlot, however I came across a difficult situation. Test chart: As you can see the caption is in vertical sequence and I would like to put it in horizontal sequence. However, while I search (obviously,...
asked by 10.06.2015 / 16:54
1
answer

Change text on site according to time

Make a variable for each day. A function that is on the day of the week X look for open schedules. Compare working hours with the current time show result. <p>Estamos abertos</p> <p>Estamos fechados</p> INFORMATION...
asked by 19.05.2015 / 05:43
1
answer

Transform div into string

How to make a div into a string? Here's the example of how I want it to be: <div class="teste">oi</div> on: "<div class="teste">oi</div>"     
asked by 11.05.2015 / 05:34
4
answers

Error in return JSON PHP for AJAX

I can not return success, it is always falling into error. The server side seems to be ok, the email is sent correctly, I just can not display the success and I do not understand why. PHP header('Content-type: application/json'); // D...
asked by 27.05.2015 / 17:08
2
answers

Change time and end date according to the initial

Each time you select a start time for the event in Google Calendar, it adds a 1 to the end time. Home For example: If you put 12:00 on 03/25 at the start, the final will appear at 13:00 on 03/25. However, when you put 23:00 on 03/06 on the initi...
asked by 25.05.2015 / 03:38
1
answer

How to use a global variable counter? [duplicate]

Click to test! My goal is for the count variable to get the value that will accumulate in the arrayVec1 function, but instead I always get the result 0. Can anyone tell me how I can pass the value out of the function and assign it to the...
asked by 26.05.2015 / 21:44
1
answer

How to transfer items between ListBox with Double Click

I would like to know how I can transfer items between two ListBoxes, I want the user to double click on an item to be transferred from one listbox to another. I did not find any events in my double-click Asp-ListBox. In the link below you...
asked by 31.03.2015 / 19:29
1
answer

listenTo does not hear its respective trigger

I have several other listenTo that respond correctly to your trigger, but that below is not responding, I tried anyway to make it respond, but all attempts were unsuccessful. addFotoPrincipal: function(){ app.vent.trigger('fotoPrin...
asked by 31.03.2015 / 15:23
2
answers

Enable the serial hover

Personal I have the following structure: <h2> <a class="imgHover" title="titulo" href="#"> <span id="box" class="imgHover"> <img src="imagens/estrutura.jpg" width="400" height="260"...
asked by 29.03.2015 / 04:41