Questions tagged as 'jquery'

3
answers

Bootstrap navbar dropdown menu focus control after the click

Situation I have a navbar on my site, and in it I have several dropdown / megamenus menus. I need when clicking this dropdown, the user has the option to "scroll" the page up and down with the arrow keys. With the mouse scroll this alrea...
asked by 08.05.2014 / 15:38
1
answer

Customize the appearance of the jquery-ui dialog widget

I'm trying to change the appearance of the 'dialog' widget of jquery-ui, and so far I have the following css code for this: .ui-dialog { position: fixed; z-index: 1050; display: none; overflow: auto; overflow-y: scroll; -webkit-ove...
asked by 12.04.2014 / 16:23
1
answer

Toggle effect External page jQuery via require or include PHP

I'm creating a menu of users, it gets on a page the part that is embedded in other pages like index and home for example. It takes on the role of a widget that is only shown if there is session (user logged in) however it is shown with jQuery's...
asked by 22.09.2014 / 15:12
2
answers

Select row in datatable and get id

In jquery datatable how do I select a single row and get the value of a particular column, such as id? link     
asked by 23.09.2014 / 23:36
4
answers

How to show warning "Refresh your Browser" when it does not support HTML5?

How to display the "Update Your Browser" warning when the user's browser does not support HTML5 tags or CSS3 properties? An initiative that encourages this is the link site, but they do provide a script for it. Would it be possible to...
asked by 13.01.2015 / 13:08
1
answer

How to reveal items when arriving in a certain scroll

I'd like to know how the effect of revealing items is made when the scroll of the page reaches the element, example of that site: link The effect is in the blocks with images, which appear as you scroll down.     
asked by 04.11.2017 / 00:53
1
answer

Disable property using Draggable jquery UI and javascript

The idea of this code is that after the items are dragged and dropped in the field, they change the disable = true property to disable = false. Does anyone know how to do this? <style type="text/css"> *{ margin: 0px; b...
asked by 04.11.2017 / 19:02
1
answer

using the hook of the plugin jquery.cloneya

I'm using the plugin from jquery.cloneya which is a plugin to clone forms that were already included in an template of an admin panel I am using. I did not quite understand how to use the hook of this plugin to increment the...
asked by 02.04.2014 / 22:17
1
answer

Automatically select a select and press the button

I have a field of type <select> / <option> that when the user selects a value I call a function to populate another <select> , type the state and city combos, this is working, and hence the user click on a b...
asked by 26.03.2014 / 20:52
1
answer

Inserting Vue Component in the DOM via jQuery

I'm using Vue in an application where I have a list of items and a button to add more items. When you click add I load an external html with a component: <div class="gutters-8 col-lg-6"> <div class="form-group combined-inputs...
asked by 10.11.2017 / 18:49