Questions tagged as 'jquery'

1
answer

Success message when finished uploading images

Why at the end time upload of images is not entering the "DONE" when it would have to present a message of success. I'm using the plugin jQuery File Upload. Follow my code: $('#fileupload').fileupload({ dataType: 'json',...
asked by 04.11.2014 / 18:47
1
answer

jquery upload file pass variable php to javascript

I'm using this plugin JQUERY UPLOAD FILE and everything is ok with the uploads I'm adding create function directory and upar inside them but I am not able to pass the variable php id to the page that makes the service my code is like this:...
asked by 23.12.2014 / 20:40
1
answer

Adds Html5 Player automatically

I'm looking for a way to add the Html5 player to the pages on my site. I own videos in mp4, which are embedded. I would like to convert these videos into Html5 by applying a new player on the page. Example: <embed src="http://meu...
asked by 28.12.2014 / 19:47
1
answer

How to add an array to a value attribute?

Hello! I'm having trouble using a multiple select field with a choseen-select plugin in a form link <form id="cadastro" action="process_teste.php" method="post"> <select id="form-edit-selecionar" name="fornecedor[]" data-placeholder...
asked by 12.09.2014 / 15:01
1
answer

Upload page via load () [duplicate]

I'm trying to get my pages loaded via jQuery load (), but I'm having a problem. I have a menu with links on a page called menu.php I'm wanting when I click on the menu.php links it opens on the same page (index.php) where I have a load ()....
asked by 23.07.2014 / 05:55
1
answer

Link does not work after div load

I'm doing a login , using Ajax to send the data to a PHP page, which returns with the response if the login was validated or not. If it's okay, I update a <div> with the logged in user's data and display the avatar without giving...
asked by 29.10.2014 / 14:45
1
answer

How to make "custom" background for a word? (as shown in the image)

How do you do this kind of background effect, as shown in the image below? If possible using CSS. Iwantittolookliketheimage.Ididwiththetext-shadow( link ) but it didnt look cool.     
asked by 28.07.2014 / 15:16
1
answer

How to construct Array of Objects

I'm trying to build an Array of Objects in JavaScript, but the result is not as expected. This is how I would like it to be: Butthat'showit'sstaying: This is the code I'm using: var wo = new Array(); while ( listItemEnumerator.moveNext() )...
asked by 30.07.2014 / 13:57
1
answer

javascript error - Uncaught TypeError - I can not solve

It gives me the following error: Uncaught TypeError: undefined is not a function. I still can not figure it out. I have already changed the jquery versions and nothing. I looked for quotes, semicolon errors and even then I still can not solve. T...
asked by 09.09.2014 / 15:46
1
answer

Problem with accents in .serialize ()

The .serialize (); takes all information from the form, but with different accentuation ex: BREAD is P% C3% 83O , when I test the app on localhost the accents work fine but when hosting stays like this Bread strong> ??? I made this...
asked by 08.09.2014 / 19:34