Questions tagged as 'jquery'

0
answers

CRUD Mysql, I need a button that fills inputs

Good morning, I have a question about how to make the above inputs receive data from my database, for example: let's suppose I change something, but I just want to change a value to the cep (just an example) but to change it I need to know all t...
asked by 03.05.2016 / 15:36
0
answers

Jquery Sortables - are there different ways to move a component as per an image?

In the original example, the user can click anywhere on < div content > (or compomente) and move it, link : <div id="sortable" > <div> conteudo 1 </div> <div> conteudo 2 </div> <div> conteudo...
asked by 26.05.2016 / 10:13
0
answers

jquery mobile save variables in the application

Hello I'm creating a small app, and I can not make calls to phone numbers entered through forms. The data is entered in a settings page: <div data-role="fieldcontain"> <form action="" method="post" name="config"><...
asked by 26.05.2016 / 19:02
0
answers

Directory problem in XAMPP

My XAMPP (local host) server has the documents of a project in / htmdocs / project , inside it has index.html that calls This JavaScript / Jquery Code $(document).ready(function () {$('#emailForm').submit(function(){ $.ajax({ ty...
asked by 27.05.2016 / 17:05
1
answer

How to do a Jquery that when selecting a radio button, I change the items of a select?

I'm creating an html site and I'm still a bit new to it. I'm doing a store registration screen. My problem is: when selecting a radio button, I want it to change the select (combobox) data. Example: Radio Button Institution, I want it to show in...
asked by 04.05.2016 / 23:00
0
answers

Button loads all instead of filtering by group

I have a problem, where if I press the button to load more blocks through the database, it will load all in the order of the ID, however if I have some filter it continues loading all instead of just that filter and every time I press it to load...
asked by 24.05.2016 / 22:32
4
answers

How to set focus on jhtmlarea?

I'm getting error when using the JHtmlArea plugin:    An invalid form control with name = 'description' is not focusable. HTML <div style="float: left; width:60%; padding:0; margin:0 auto;"> <h1 style="text-align:center...
asked by 23.04.2016 / 21:45
1
answer

Creating Unique Jquery Actions for a Browser

Good afternoon! I would like to know if it is possible to create a function with Jquery unique to a specific browser For example: $(document).ready(function(e) { $("#imagens a").click(function(e) { var id = $(this).prop(...
asked by 19.04.2016 / 19:01
1
answer

Send form data after image preview

I know there are several topics in the forum, but none of them answered my question, I have the following code that makes a preview of the selected image and some more forms fields for the user to fill out, cool, work and show me a preview of th...
asked by 20.04.2016 / 02:45
1
answer

Bug in accordion jquery

Hello, I have a problem with my jquery, it looks like everything is fine ... here jquery code <script src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ //Definimos...
asked by 22.06.2016 / 15:40