Questions tagged as 'jquery'

0
answers

Help in the YTPlayer plugin

I need help with the mb.YTPlayer plugin. I'm using this plugin, however if the youtube video link contains - , the plugin will no longer work. How can I make it work?     
asked by 02.09.2015 / 12:43
2
answers

Enable and disable with jquery

I would like to know how I would do to activate and deactivate a user using the same way that YouTube turns the videos on and off automatically. See the image:     
asked by 09.07.2015 / 16:45
0
answers

Rotary banner with previous button and next

I have this code in jquery that is made for banner with numeric buttons (1,2,3,4 ...). I wanted to change the setting so that it can be used with just two buttons, the next and previous button. Since the banner is dynamic, it will be added via P...
asked by 09.07.2015 / 16:16
2
answers

Wait variable is set to "open signal"

I have the variable x that passes through processes to be really defined and this takes a while, and to tinker with the rest of the application I need it to be defined, ie I need to wait for it to be defined if not the project crash .....
asked by 01.07.2015 / 19:59
0
answers

Create and delete form fields

Colleagues. I have a system developed this time with PHP of which register in the DB the number of participants of a given event. With these quantities, I create the form fields. See: <?php .... while($jm = mysqli_fetch_objec...
asked by 13.09.2015 / 14:00
1
answer

Conflict loading jQuery on page

I think you're experiencing some jQuery conflict. I have on this page, among others, the link <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>WhenIcommentonthisline...
asked by 14.09.2015 / 21:26
0
answers

Jquery - Loop a function

Good evening, everyone. I'm learning a little Jquery and wanted some help. I have the following code: $(document).ready(function(){ $('#btnEnviar').click(function(){ var caminho = ("/uploads/"); $("input[name='arquivo']").each(functio...
asked by 13.08.2015 / 00:05
0
answers

Show number of checked checkboxes taking into account records already existing in the database

Hello, I have a script that does an update to the database every time I mark the checkbox without the client seeing; <script> $(document).ready(function() { $('.check').click( function () {...
asked by 06.08.2015 / 22:24
0
answers

How to manipulate the size (width / height) of the browser window with JS?

Is there any way to "set" the window size? I'm not referring to resize but to change the values of the window, that is, resize with specific values ... It must be in the same window where the js will be applied and not in a new window with open...
asked by 07.08.2015 / 14:27
0
answers

How to make Jquery run on all pages simultaneously

For example: with 2 facebook pages open, open some conversation with a friend on 1 of the pages, go on the 2 page and you will see that the window is open there too, how is this possible? How is done? PHP / JQUERY USE     
asked by 08.07.2015 / 22:19