Questions tagged as 'jquery'

1
answer

How to use sweet alert before erasing MySQL rows

I'm trying to use sweet alert to confirm the intention to delete a row from the MySQL table, but I think I'm not sure how to do it. Using alert simple I do this: <a title='Remover linha' class= 'deletrow' href='deletrow.p...
asked by 05.10.2015 / 05:57
1
answer

Submit data from an input box using the enter key?

I want the value to be inserted into the HTML page using jQuery by pressing Enter . The code below is input simple HTML: <!doctype html> <html> <head> <title>Somar Arrays</title> </head>...
asked by 02.10.2015 / 23:30
1
answer

Criticize empty field in PHP

Hello. I have a code in Php that at some point returns a value of an input: <input type="text" style="color:chocolate" size="1" id="note1" name="note1" class="mynote" value="<?php print preg_replace("/\"/", "&quot;", $message['note']...
asked by 02.10.2015 / 18:36
1
answer

Store and retrieve variable containing HTML list using localStorage

I have a project and I'm using localStorage as the database. I use this to save a list that the user can edit and add like this: localStorage.setItem(local, $("#lista").html()); No html looks like this: <ul data-role="li...
asked by 04.10.2015 / 01:25
1
answer

Use different symbols for points

I'm using the float charts plugin to generate line charts. Until then I have this chart: Asasettingforplugin,IamsayingthatthislineshouldhaveasymboloftypecircleButIneedthemiddlesymbol,notacircle,oranothersymbolaccordingtoagivenconditionHowc...
asked by 02.10.2015 / 14:12
1
answer

Screen 'blinks' when clicking the menu before sliding to the destination

Take a look at this link Fun Wake Park click on the menu and you will notice that before the slide effect happens, the page go to the destination and come back quick with a wink, what can this be? I'm using jquery.easing , they told me t...
asked by 03.10.2015 / 18:44
1
answer

Can you add touch events in jquery Cycle?

I wanted to know if you have how to add ringing events in the jquery cycle. Because I want to put touch events in my slideshow. Code: <script src="js/jquery-1.11.1.js"></script> <script src="js/jquery.cycle.all.js">...
asked by 23.09.2015 / 15:58
2
answers

Load Javascript function when opening page

I do not understand much of the subject, though, I'll try to explain. Currently when I pass the mouse over a div with the class tooltips , the following script is executed: $('.tooltips').tooltip(); However, I would like this...
asked by 30.10.2015 / 19:34
1
answer

How do I get the item that is on the drag in a JQuery Drag & Drop?

I want to know how to get the item that is in drag and so I can change some properties of it. Here's the example below: According to the example above I need to change the item I'm dragging and not its original.     
asked by 28.08.2015 / 23:21
2
answers

Resource Enhancement in Javascript

I have an Asp.Net MVC project where I use resource, but I'm having problems with accenting other special characters. Home Example: I have the following Resource: Name | Value MSG_SESSAO_EXPIRADA | *Sessão expirada!...
asked by 24.08.2015 / 19:54