Questions tagged as 'jquery'

0
answers

How to deploy Favorites in localStorage?

I'm implementing a notification tracking project. On the page where you list notifications, there's a star on each notification to add it to bookmarks, which is stored in localStorage . However, I'm not able to program jQuery to receive cl...
asked by 07.01.2016 / 22:50
2
answers

Help with concatenating

I need to pass a variable inside an array of items, a parameter that only accepts string, but when I pass a variable the API does not accept, it says the parameter is incorrect. Better explaining: var userstocreate = [ { username: 'a...
asked by 19.11.2015 / 12:01
1
answer

Ajax / JQuery - Select / mark an option disabled automatically [closed]

Talk about it! It is as follows, I have a dynamic page where the elements of the selects are loaded via Ajax according to the elements previously selected in other selects, for example, when you select the City in a select and the town combo l...
asked by 22.12.2015 / 20:53
0
answers

Upload header and footer with .load () and make it visible to Google

I'm building a pure HTML website, which has the following structure ConsideringthatIdonothaveaMasterPagelikeinASP.NET,Ineedtoreplicatetheheaderandfootertootherpagesusingthe.load()functionofjQuery,likethis:HTML<divclass="header"> </d...
asked by 12.11.2015 / 13:10
1
answer

Fill a select via jquery in cakephp

I made it a little easier, but it still is not working. Instead of mounting everything in the javascript, in my action I mount all html and in javascript I only pass the html mounted to my select. function MostraPrograma(){ var _valorSelect =...
asked by 04.01.2016 / 17:01
0
answers

Popular a select with php result using jQuery and cakephp

Hello, I'm trying to populate a select with the options that are returned, according to what the user selects in a particular select. The problem is that I'm a layman with jquery and I do not know if I'm doing it properly. In my select I call...
asked by 04.01.2016 / 14:23
0
answers

Tooltip unique in 2 elements (one body and 2 arrows)

I do not know if the native code of Bootstrap allows this for the tooltip or popover . I have 2 links and I need to do some way to create a tooltip or popover that can merge both links with 2 arrows. ┌=======┐ ┌=======┐ └===▼===┘...
asked by 01.12.2015 / 01:20
0
answers

Play running after Pause

Hello, I'm trying to run an mp3 and I'm having a problem, when I click the pause button it executes the command, but then it executes Play, what can it be? PLAYMUSIC.PHP <script type="text/javascript"> $(document).ready(function() {...
asked by 03.12.2015 / 14:07
1
answer

Separate 6 images into 3 div, forming a slider with bxslider

I'm using the bxslider plugin. Each slider contains 6 images that are divided into 3 div , whose classes are item_top and item_bottom , for three images from above and below, respectively. When I first got the static co...
asked by 09.12.2015 / 16:38
1
answer

Error with a Jquery and html alert

I'm making an alert with jquery .... the function of it is to show the user the error and depending on the action lead to a next page ... well I already tested it and the error is in jquery because when I put the alert in pure html it appears pe...
asked by 25.10.2015 / 22:48