Tagged Questions
0
votes
0answers
2 views
JQuery UI pass argument to dialog
I have a JQuery UI dialog opening when one or another button is pressed. My buttons are 'save' and 'recover'. Now, depending on what button is pressed, I want edit what buttons are shown and other ...
0
votes
1answer
23 views
jQuery UI Dialog Does Not Pop
I am trying to utilize jQuery UI Dialog but it does not Pop Up. Can you please let me know why?
HTML:
<a href="javascript:void(0)" id="login" target="_top" class="label">
...
0
votes
0answers
28 views
JQuery UI Range Slider (gets values when stop sliding)
I try to insert the slider in my shop for searching articles in specific price range.
The Shopsystem works with smarty template engine.
When the preselection from the slides are finishes the page ...
2
votes
1answer
21 views
Collapse all trees in jquery checkboxtree
I use jquery checkboxtree and I would like to start tree in collapsed mode.
I use this:
$(document).ready(function(){
$('#ch_group_menu').checkboxTree();
});
I will tree and all childs ...
0
votes
0answers
21 views
jQueryUI - custom handle not working
I know there's a few questions on this, but from what I can see I am doing it correctly. Alas, no joy.
//create and append custom resize (SE) handle
asset.append($('<button />', {text: ...
0
votes
0answers
21 views
jq: how to turn select option field into text input field and back
I want to use one field in two different ways depending on whether the user wants to input data or select from the list. Is it technically possible in jquery?
-2
votes
0answers
20 views
getting jQuery UI to work [closed]
I'm trying to get this jQuery audio player to work ( http://www.theparticlelab.com/building-a-custom-html5-audio-player-with-jquery/ ), but so far no luck.
I get it to play, but not to do anything ...
1
vote
2answers
25 views
jQuery UI Button Radio is Hard to Select Doing Long Mouse Clicks
We are just building a page with using jQuery UI radio buttons and we realized some strange behavior while doing UI testing.
Some of the users have problems activing the radio buttons through ...
0
votes
1answer
18 views
get position of mouse on drop jquery
using jQuery UI to for some drag and drop. I will have to tell if item is dropped outside of a div so I need to get the position of the mouse on stop, but it isn't working the way I had hoped.
here ...
2
votes
1answer
29 views
jQuery UI div drags behind other div
My page has two columns (divs), first has a list of divs that need to be dragged to the second but the divs always disappear behind the second div...tries z-index but no success...
With a clone ...
0
votes
1answer
24 views
JQuery UI two dependent sliders with different values
I have a little problem with the JQuery UI Slider.
I want to make two sliders as described below
First Slider - is the number of days from 1 to 365
Second Slider - the a percent from 5 to 30.
For ...
0
votes
0answers
21 views
Canvas with JQuery type GUI?
I want to create an online app that allows people to move graphic elements around, via the canvas, but I also want the user to be able to select objects, use drop down menus etc, as can be found in ...
-1
votes
1answer
24 views
Multi JQuery UI Selectable
I'm doing a small software in php with the Jquery Selectable plugin.
I need to keep data with ajax of all my selectable and send it to my php script, finally print the result of my php script.
This is ...
0
votes
0answers
19 views
Droppable inside iframe with scrollable div
When you have a draggable outside an iFrame and a droppable inside an iFrame, when using the iframeFix option it works. But when you introduce an scrollable div around the iframe the coordinates of ...
0
votes
1answer
24 views
jquery ui droppable fires all events on pageload
I have two droppable and two draggable elements
On doc ready all the droppable events fire.
After which when dragging an element over the droppable element no droppable events fire
The draggable ...
2
votes
1answer
265 views
Implementing a master view with multiple collections. Backbone.js
EDIT my humble mockup of what I want to implement
I have defined such a view:
define(['jquery', 'underscore', 'backbone', 'text!_templates/gv_container.html', 'bootstrap/bootstrap-tab'],
...
0
votes
1answer
75 views
Jquery UI working in Visual Studio 2012 asp.net webform
Not sure what I am missing here, but just moved to 2012 and am having an issue getting an accordian from jquery ui to work in my default.aspx page.
In my default.aspx page, I have this:
...
-1
votes
0answers
22 views
Source Code for Jquery Tools [closed]
I was wondering if anyone knew of an alternate location where I could download the source for jQuery Tools 1.2.7?
I am having some conflict with NivoSlider and an older version of jquery tools 1.2.5 ...
1
vote
0answers
18 views
jQuery UI draggbale delegation
I'm trying to delegete draggable event with jQuery.on(). It work well if you dragging elements using mouse because I use mouseover to initialize draggable(see fiddle).
But there is no mouseover event ...
0
votes
1answer
19 views
Cannot open the same Jquery UI dialog using another DIV tag
I've been trying to find a solution to allow me to open the same dialog box when a user doesn't have access to a particular site. I am only able to open the first DIV I assigned the ID to.
You can ...
0
votes
1answer
31 views
Drag and drop item to trigger event
I'm creating a website that contains also a section for downloading an ebook after payment. In order to make a nice user interface i would like to use an icon of the ebook and an icon of a shopping ...
0
votes
0answers
12 views
jQuery UI Datepicker range in 1 input element?
I have a question.
Does anyone know, how to make jQuery UI datepicker plugin work with range on 1 input element?
Just like this http://keith-wood.name/datepick.html ( switch to the "Range" tab) and ...
0
votes
1answer
35 views
accordion is not refreshing in tab ui
I can't get an accordion to size to content in a tab. I saw this article and thought I could do it with a simple refresh when the tab is clicked: http://bugs.jqueryui.com/ticket/3905. I've tried ...
1
vote
2answers
56 views
Using Knockout JS in an all-eyecandy scenario?
I am looking into KnockoutJS, and it looks really awesome, but I am not too fond of the way animations have to be implemented.
So, my question is, in a very animation-intensive application, should I ...
0
votes
1answer
69 views
jquery bubblepopup to appear onclick on a textbox
So what I'm trying to achieve is a popup that shows itself to the user once they click on the textbox. I'm using the jquery bubblepopup plug-in but I can't seem to assign it to click function. There ...
0
votes
2answers
56 views
jQuery Show/Hide - Make other elements have a smoother transition
Is there a way for the label/form below the 'myContent' div to have a smoother transition when I am hiding/showing it?
Currently, when the myContent div is toggled, the other elements below it 'jump' ...
0
votes
1answer
252 views
Kendo Grid change event firing issue(fired two times when i click one row)
Kendo ui grid
I attached the change event on grid,but every time it alert twice when i click one row.
function onChange(arg) {
var selected = $.map(this.select(), function (item) {
...
-4
votes
0answers
44 views
Jquery Ui Tabs Option for Prestashop [closed]
I want to add JqueryUI Tabs option to prestashop 1.5
I want to install this in Home Page Centre Coloumn..
I tried to insert the code in header.tpl but no luck.
i heard there is an option to install ...
0
votes
1answer
48 views
Use Javascript/jQuery instead of 'traditional' technologies for GUI development [closed]
I'm used to developing GUIs with C++/Qt at work, but recently dived into the Javascript/jQuery world. I think it could be easily possible to connect an existing software core via JSON-interface to a ...
1
vote
1answer
47 views
Browser view content collapse , When window get minimized?
My application will looks good if browser window is fully maximized. And content get collapsed when I minimized the browser window .
I don't need the content to be collapsed. I have given the div ...
0
votes
0answers
29 views
JQuery UI Sliders dependency
I'm creating form which has few sliders, the problem is these sliders depends on each other. Sum of values has to be 100. Whenever one value change the others has to be changed aswell with some kind ...
0
votes
3answers
52 views
How to disable a specific button if there is an error message?
I have here a create account form, beside my User ID field the one with the Sorry, User ID already exists! is an error message generated by AJAX that notifies the user if the user id he entered ...
0
votes
0answers
35 views
Automator-like GUI framework
I am looking for some html/javascript based library/framework that works more or less like the automator on OS X: You have a library of actions and you pipe them together on a gui. Each action can be ...
0
votes
1answer
31 views
Should I use a jQuery dialog or not?
I have a list of user posts on a page and there is an icon in the top right of each post. When the user hovers over the icon I want to display additional info about the post, e.g. date, time, author, ...
0
votes
1answer
41 views
jQuery UI Accordion “jumps” on load
I just finished a portfolio website for a college web design/graphic design course, and I am using the jQuery UI accordion for my part of my navigation. My website is live, you can click here to see ...
0
votes
1answer
74 views
Set jQuery slider value dynamically
How can I set slider value dynamically?
Here is my current code:
$( "#slider-range-max" ).slider({
range: "max",
min: 1,
max:61,
step: 1,
slide: function( event, ui ) {
var val = ...
0
votes
0answers
67 views
MVC4 - Render 2 Views from same controller in different action methods
I have a typical scenario where I am stuck up..I did lot of research but not able to find a good solution ..Here is the scenario :
I have a Main View and 2 Partial views inside JQuery UI tabs.
1)On ...
-1
votes
2answers
73 views
How to get a screen snapshot from javascript? [closed]
I have a requirement to generate thumbnail images out of some of the screens I have. Screen appearance is dynamic so I need to capture the screen and create thumbnails time to time. I'm using ...
0
votes
1answer
55 views
Trying to validate jQuery UI Datepicker
I am trying to check if a date is older than today's date & show an error if true. What is currently happening is if the month is less than today's month, the error is showing even if the year is ...
0
votes
1answer
190 views
jQuery UI Datepicker - Disable current date but NOT the highlight
I have the following code which disables the current date by setting minDate to current date + 1:
var today = new Date();
var tomorrow = new Date();
tomorrow.setDate(today.getDate() + 1);
...
0
votes
1answer
211 views
jquery, Image slide effect
As someone who is quite new to jquery, I'm trying to make a simple slider for an image area but the effect I'm using does the whole div. How would i make this only effect the image.
var bgArr = ...
0
votes
2answers
47 views
Trouble with jQuery UI accordion (collapsable)
Having trouble with jQuery again-- This time, I need a collapsible accordion for my navigation.
When I click on "work" I want the list to open. I'm currently using the same jquery used in the example ...
-1
votes
1answer
57 views
jquery ui sortable, drag and drop for data assignment
I'm searching an example using jquery ui sortable, drag and drop for the following scenario
I have 2 columns one contains different number of rows and the other column should act as place holder for ...
0
votes
2answers
74 views
How to selectively disable jquery ui autocomplete?
I'm sure there's a simple solution to this but I can't seem to find it. I'm using jquery ui autocomplete for a db search. The autocomplete suggests words/phrases that exist in the db to aide the user ...
1
vote
1answer
28 views
jquery ui dialogs initial position
I am using JQuery dialog for creating dialog windows in my web app. $('.navbar') is the header navigation menu. My problem is when opening second dialog it opens straightly on the position of first ...
0
votes
0answers
25 views
jquery ui Dialog Widget Destroy Script Error
When I call the destroy of a Dialog Widget in its close method I get the following error:
SCRIPT28: Out of stack space
jquery-1.9.1.min.js, line 3 character 15166
Any ideas?
0
votes
0answers
40 views
jQuery panel resize and dynamic elements in panel
How would you create a resizable panel by using the mouse to resize with jQuery or primefaces and have the element inside of that panel resize dynamically?
Here's the code that I do have:
...
0
votes
0answers
39 views
js/jquery: create widget classes for a UI objects
I'm developing a client-side application that has several controls. They are becoming bigger and bigger very fast (bootstrap-based layout and modals, loading data through ajax, validating forms, ...
0
votes
1answer
55 views
How can I get element ID on new window using Jquery?
I have this PHP:
echo'
<a href="?model='.$f_sek['model'].'&id='.$f_sek['id'].'" class="open_div">
<img src="images/model/'.$f_sek['model'].'.png">
</a>';
When I click on the ...
0
votes
1answer
49 views
jQuery stop animation on focus hover
I'm working on a UI module: a search form that shows/hide depending if the user has hovered over a target area, or still has focus on the input text field. I just have another tweak to take care ...



