Questions tagged as 'jquery'

2
answers

How to refresh after updating the new video?

In my vision, I have an old video, when I upload new video, I want to automatically reload a new video after "upload". View : <div id="embed_video" class="embed-responsive embed-responsive-16by9"> <video class="embed-responsiv...
asked by 24.10.2016 / 14:43
1
answer

document.querySelect in body

How to use the code session document.querySelector to change / change the background image of a page <body>...</body> Ex: var imagem_lista = [ "http://static.gamespot.com/uploads/original/1179/11799911/2324138-...
asked by 29.07.2015 / 23:10
1
answer

Summarize dynamic PHP texts with jquery

I've been able to do the View More function, with a StackOverflow code here, but the texts come from the dynamic database, so how do I get this code to get every text? Code in php: < div class="box-body" id="texto"> <?php...
asked by 05.11.2016 / 23:20
1
answer

Leave line always at the top

I'm using the DataTables plugin and wanted a line to always be at the top of the sorting order or the search that was done as if it had a static "position", always first Does anyone know how I can do this?     
asked by 14.08.2015 / 20:58
1
answer

How to make a 28 day calendar!

Next, I need to make a 28-day calendar with the following criteria: Every month should start on the first day on Sunday, so it will format the rest of the month. It is necessary next to the calendar to go the number of the week, for exampl...
asked by 29.08.2015 / 21:24
1
answer

Flot charts, default x-axis from two days ago so far (last 48 hours)

I have an app that displays a graph whose dados is from the database, where the date columns store a Unix timestamp , the data is received as a JSON. This graph works fine but I would like the X axis to appear only the last 48 hours...
asked by 16.01.2016 / 14:23
2
answers

Sorting li into a div

I need to sort alphabetically a div , I use the following strategy, I put in a div with display: none all li, so after inserting all in html , I while to while it has li in that div it will check wh...
asked by 14.01.2016 / 16:53
1
answer

Problem ng-click with AngularJS

I have a button: <a ng-click="like">Gostar</a> When someone clicks on it, it performs the action and it is replaced by jQuery with the other button: <a ng-click="unlike">Desgostar</a> But when you click the repl...
asked by 16.01.2016 / 01:40
1
answer

checkbox "select all" jquery and CakePHP

Hi, I have foreach in a table that lists several checkboxes . I need to do a jquery function that by clicking on the checkbox of <th> % with_% the checkboxes of the next selecione todos . Look at my code:...
asked by 14.01.2016 / 12:21
1
answer

How to Do Transition in the Hover

I'm making an effect for MENU using CSS and jQuery. Problem transition works from the element itself with hover action. Home The reverse does not work. The CSS below does the following: You have a Mobile MENU hidden to...
asked by 01.07.2015 / 19:17