Questions tagged as 'javascript'

1
answer

Effect JS slide div and another appears

Next I have a home where the user will come across a login field or a button to register. Clicking on the register button would like this current content to disappear from the screen by sliding to the left and the next registration card to appea...
asked by 11.12.2015 / 14:51
1
answer

Slide Show with Divs [closed]

I need to do a slide show type only with news, more specifically a slide show of divs. And I have not found a way to do that yet! can anybody help me? Hugs     
asked by 05.12.2015 / 16:30
1
answer

How to display a loader while processing a javascript function?

I have a radio button that when clicked, performs a function that mounts a datepicker. However, the mountDatepicker function only loads after a few seconds, after querying the three apis to mount the calendar. So how do I load an image wit...
asked by 08.12.2015 / 04:24
1
answer

OnDisconnected event in SignaIR does not work right

Well, I've developed a chat according with this link and everything worked fine. But the disconnected event does not work right. What happens is that, according to the referral link, this event is triggered when the user closes the page, th...
asked by 28.10.2014 / 14:49
1
answer

Listing all files in my application

I want to back up my application and send it to my bucket on S3. But for this, I need to first list the directories (along with the files), then upload them to S3. I found this tutorial but he did not it does, because you have to put each p...
asked by 07.10.2014 / 20:51
1
answer

Export data table to PDF

I'm using the JS Webix plugin to create grid dynamic. It has a functionality to export to PDF / Excel, the site has the following example: grid = new webix.ui({ view:"datatable", columns:[...], "export":true }); an...
asked by 27.11.2014 / 13:40
1
answer

Mouse position when moving an SVG object

In my JavaScript code, using the mouse I move an SVG rectangle from side to side. My problem is that when I click on the object, the mouse position is not fixed in the middle object but in the upper right corner and well outside the object. How...
asked by 19.10.2014 / 13:09
2
answers

How to use Wordpress Media Upload on multiple buttons?

Follow the HTML code for the button and text field: <div class="meta-container"> <div class="label col-2 left"> <label class="squeeze-label">Imagem Logo:</label> </div> <div...
asked by 08.10.2014 / 20:01
2
answers

Bxslider plugin does not show thumbnail

I'm using the Bxslider plugin to make a car with thumbnails, but I've tried everything and the thumbnails do not appear in any way. The images come from the bank, but even exchanged the images for a simple text does not appear. The html * php co...
asked by 18.06.2014 / 19:55
1
answer

Why does my Jquery code not work on elements loaded with .load (), how do I load them?

What is the correct way to load my jQuery scripts along with .load (). I did it this way but I wanted another solution that would work with all updates that occur with the form, such as remove from products, change from cart quantity and etc:...
asked by 12.12.2014 / 21:59