Questions tagged as 'jquery'

1
answer

Jcrop .. doubt to save image

I am developing a system, and in it the user can make a cut of an image (which I did with jcrop) but after the user cuts it, it appears on the screen. What I would like was that shortly after I cut it, I can pick it up and save it in the upload...
asked by 11.09.2016 / 16:00
0
answers

String execution with JQuery

I have a link that when clicked generates a modal, this link contains an address that contains an 'id' that is dynamically generated at each new registration the link of the page and the same of the link that changes and that the address of the...
asked by 11.09.2016 / 15:57
0
answers

The result of the cropped image appears gray

I'm trying to make a system in which the user selects the image, so it cuts out and in the end it has to appear in my folder the cropped image ... Thanks in advance! <!DOCTYPEhtml><html><head><title>Image</title&g...
asked by 11.09.2016 / 17:10
1
answer

Chosen.jquery.js incompatible jquery-1.9.1

I'm using Jquery-.1.9.1 in my application and would like to use the chosen.jquery.js component however this component uses 1.6.4. I want to use this component inside the dialog which is opened by jquery 1.9.1. I tried using noConflict but it did...
asked by 21.10.2016 / 21:32
1
answer

jQuery POST php mysql (mobile)

I'm trying to make a post with jQuery mobile on my internal server, when I run the post through the browser it inserts the registry working 100% with exactly the same code, now when I test the simulator (< in> Intel XDK ) and also with the AP...
asked by 26.09.2016 / 20:37
1
answer

Failure to use JSON on INTEL XDK

I'm making an application on INTEL XDK, in which I need to connect to the Database. I created PHP to return with JSON and in Intel, I made the function to return such data. But the application is not returning anything, and since I never did any...
asked by 03.09.2016 / 03:03
0
answers

Two form options box

I have a form that has a box that has two options, one represents accepted and the other does not accept . It turns out that when the user uses to send the email he is able to send even with the button by not accepted . Is there any way I ca...
asked by 05.09.2016 / 21:23
0
answers

How do I retrieve the calling code for my view in the MVC model?

Hello, the question is this: I have a Controller called dinChamado.class.php, with the following methods: public function comentario() { $obj_chamado = new daoChamado(); $this->setVar('sch_codigo',$obj_chamado->...
asked by 30.09.2016 / 18:08
0
answers

Verify that the completed email already exists in the database under "REAL TIME"

I have a registration form, but I need to fill in the email field, when the person moves to the next field, he searches the database and returns a message telling me if this email is already registered with the bank of data. As per some question...
asked by 30.09.2016 / 20:06
3
answers

Ajax code is not working [closed]

I'm starting in ajax and I've had trouble understanding the error you're experiencing in this example. I click the button and no action is taken. HTML: <html> <head> <script src="https://ajax.googleapis.c...
asked by 07.09.2016 / 00:16