Questions tagged as 'jquery'

1
answer

Problem when combining droppable & draggable in JS

I have the following code: <html> <head> <script type="text/css" href="..css/jquery-ui.css"></script> <script type="text/javascript" src="../jquery.js"></script> <script type="text...
asked by 23.12.2017 / 20:39
0
answers

Keep selected an icon with .net

I am working with a .net c # form, what I'm doing is showing a <ul> of fontawebsome icons and the user selects one and changes the color to identify which one he selected, in other fields of the form I add RequiredFieldValidator to...
asked by 06.12.2017 / 20:23
1
answer

How to select only 1 button with jQuery?

I have a certain amount of buttons on the same div, how would you do so that you only let me select only 1 at a time? and save the value of the selected button?     
asked by 17.12.2017 / 00:44
1
answer

Error JS with Modal "Can not read property 'clientWidth' of null"

I have problems with my JS which works for me after trying on link but not on my local machine, this is my local code both HTML (aspx) and JS <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=...
asked by 04.12.2017 / 18:08
0
answers

error loading a user record with php

Greetings, when I run an application on my PC I do not have errors but when loading it into a hosting when wanting to make a record it tells me the error:    Fatal error: Call to undefined method userDao :: query () in /home/ufajardo/public_h...
asked by 13.12.2017 / 18:50
0
answers

Can a DataTable with a jquery-ui style be included in a Bootstrap template?

My question is this:    Can a DataTable with style% of JQuery-ui be included in a template of Bootstrap without the libraries of Bootstrap and JQuery-ui causing conflict?     
asked by 13.12.2017 / 15:30
1
answer

Alternate 2 div with jquery, php and update link

Hello friends I need to alternate 2 div, which are to change the format of a video without reloading the page The problem of the div I solved it like this: <script type="text/javascript"> function cambiaVisibilidad() { var div1 = d...
asked by 03.12.2017 / 13:47
1
answer

Do not load the actual values I choose from a select laravel - js

I have a select that when selecting I bring some information from the database by means of an ajax, so everything is normal, and I have the following function in javascript that executes certain operations with that data based on the selection I...
asked by 04.12.2017 / 07:01
1
answer

How can I remove the blue color that an option brings! Help!

Hello Friends good afternoon, what happens is that I want to eliminate the blue color by default in a comboBox when going over the options, and probe with the hover, but I did not succeed this is the screen: option:hover { ba...
asked by 29.11.2017 / 19:16
1
answer

Problems with carousel caption in a bootstrap carousel

Hello to see if you can help me, I am using a bootstrap carousel and it turns out that I want the text and product content to be centered on the 1170px bootstrap grid. Use the following code as an example. The idea of this carousel is to be like...
asked by 28.11.2017 / 19:22