Questions tagged as 'jquery'

2
answers

jQuery Mobile, what are your closest competitors?

I'm using jQuery Mobile to build a simple interaction with a local system. Despite what good recommendations I am going through problems and there are some moments that the application of nothing hangs, does not work and causes inconvenience....
asked by 02.08.2014 / 23:38
2
answers

Create a lower bar with Tabs

Is there a jQuery plugin that creates an options bar like the PHP Debug Bar project? Does anyone have any suggestions for implementation? "Messages | Request | Timeline" is a thin, fixed bar in the footer of the site and clicking "Messages"...
asked by 07.08.2014 / 23:40
2
answers

How to create a link that when clicked changes the value of href=""?

I'm creating a button to open chat on one of my sites. I'm currently using Zopim. To open the chat, the link is used: <a href="javascript:void($zopim.livechat.window.show())">ABRIR CHAT</a> To close the chat, the link is used...
asked by 12.08.2014 / 04:01
2
answers

Problem with running Jplayer when there is more than one item

I have a listing of 3 audio players per page, I did all with Jplayer. What's happening is that when I run the first item, it runs all together. That is, if I click on the 1st item, it executes the 3 that are on the same page. Code link...
asked by 24.06.2014 / 03:25
2
answers

Modal Window overlap Frames

My scenario is as follows, I have 3 frames top (100px) content (*) and rodape (20px) I would like to open a modal window (the link is the top frame) where the mascara is above 3 frames (in the total browser area) Note: my modal system work...
asked by 11.06.2014 / 03:46
1
answer

Upload with multiple files only fills the first field

I have the following custom upload form: WhenItrytoincludefilesinimage2and3,thefilenameonlyappearsinthefieldofimage1.Seebelow.Iselectedtheimagefield2andthefilereplacedtheimagefieldfile1: ThecodeIamusingis:<scriptsrc="js/jquery.min.js">...
asked by 26.12.2018 / 01:15
1
answer

Include CSS class via jQuery when verifying CPF

I have the following code from a form that exits the CPF field and validates the CPF. I would like that if the test is unsuccessful the "has-error" class would be included in the div where the input is located and if it succeeds add the "has-suc...
asked by 31.12.2018 / 16:41
1
answer

Using attr to apply border color in LI

I have a li , which is a square, so CSS is .produtos{ width: 294px; height: 349px; /*background-color: #f1f2f2;*/ border: 3px solid transparent; position: relative; cursor: pointer; transition: all .4s ease-ou...
asked by 02.09.2014 / 16:26
1
answer

How to disable date and time passed in jQuery UI calendar?

I would like to know how I can create a function that will disable the dates passed in jQuery UI. For example, now are 15/09/2014 07:31:25, how do I disable any date and time prior to this current time?     
asked by 15.09.2014 / 13:33
1
answer

Select specific items within a while loop

I have the following HTML inside a PHP while fault: <article data-id="1">...</artcile> <article data-id="2">...</artcile> <article data-id="3">...</artcile> <article data-id="4">...</artcile> <...
asked by 01.09.2014 / 17:19