Tagged Questions
0
votes
0answers
4 views
How to avoid multiple ajax call from the Jquery Autocomplete ? Using Cache
I am using jquery automcomplete with the Ajax call but what i want is if part is present in the json data fetched by the ajax on first call then i want to return that data as it is without giving ...
0
votes
0answers
8 views
Tinymce: can't edit content after effect
I'm useing jQuery to slide in the TinyMCE editor, the code is not executed until the animation is finished, however when I want to type within the editor I can't, below are the script's I used:
when ...
0
votes
1answer
48 views
Span text not changing
I have to change title of my popup.
HTML
<div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
<span id="ui-dialog-title-detailsPopup_109" ...
1
vote
1answer
29 views
jQuery UI easing duration probleme
i'm trying to apply some effects to a div with jquery ui ,
the duration doesn't work ! always takes the default value .
$(document).ready(function() {
$(".menu-single-hide").click(function() {
...
1
vote
1answer
23 views
How to handle a hide/show queue with multiple hidden divs smoothly
I've searched around, but nothing exactly like what I have.
When I scroll over the next div below or above the div with the show method it will just jumpToEnd of the current activity. I understand ...
0
votes
1answer
21 views
jquery-ui menu does not position as expected
I'm trying to RTLize jquery-ui menu. i'e i want to make sub-menus drop at left side of their parents.
I've used positioning for this, but it only works for level 2, and other levels dropped in right ...
1
vote
1answer
21 views
How to validate whole html table values in jquery
I am appending table rows on the button click event. I need to avoid duplicate values. Is there a way to avoid duplicates?
my JQuery
$('#Add').click(function () {
var TName = ...
0
votes
0answers
3 views
Is jquery-ui.dialog losing eventhandler set with jquery.on in an descendent?
If you assign an eventhandler to an element directly the dialog preserves it, but if you assign the eventhandler to an descendent element dialog loses it.
Here is an example.
Is a bug of jquery-ui ...
0
votes
1answer
28 views
Confirm before sort Jquery ui
I want to ask the user to confirm if he really wants to sort the list here is my code
<script language="javascript">
$(document).ready(function(){
$("#menu-pages").sortable({
...
0
votes
1answer
7 views
jqueryUI slider - Use .map and .get() in loop to read all sliders' values into array
Having difficulty reading into a var the values from all five jQuery UI sliders on the page.
I need some help making this code work. Desired outcome is for Submit button to read all current slider ...
1
vote
0answers
15 views
jQuery UI sortable placeholder appears in incorrect position, but only on first on-hover
I am experiencing a bug regarding the initial positioning of jQuery UI's sortable placeholder when I drag an item from one sortable to another, connected sortable.
Here's a picture showing the ...
0
votes
0answers
19 views
Problems extending jQuery UI autocomplete widget
I am trying to extend the jQuery UI autocomplete plugin, but am getting all sorts of errors.
I am wanting to encapsulate the following FIDDLE
into a standalone @mentions autocomplete plugin so that ...
0
votes
0answers
20 views
Drag a sortable list item onto non-sortable element
Setting up sortable to allow dragging between different lists is easy, but how can I configure it so that I can also drag an element onto a non-sortable element, such as an arbitrary div?
My use case ...
0
votes
0answers
9 views
Problems redirecting with Bluehost - URL with # [on hold]
I am attempting to redirect a subdomain on a BlueHost hosted server. I want to reference a specific JQuery UI tab on the page, so I am using "example.php#tabs-6" as the URL to redirect to. When typing ...
-1
votes
0answers
12 views
Is the jquery dialog widget capable of displaying a word document (or pdf)
Is the jquery dialog widget capable of displaying a word document (or pdf) - i.e., instead of plain text or html?
Thanks
s
0
votes
2answers
32 views
jQuery, jQueyUI (and plugins) and AngularJS - how do they all fit together?
I have this website (in Hebrew): http://www.iping.co.il (if you could have a look at it maybe with google translate and see what it does it could be great but not a must).
It basically a website that ...
0
votes
1answer
13 views
Jquery Ui autocomplete is not loadin data from http://ws.geonames.org/
Visit my fiddle
The data from http://ws.geonames.org/searchJSON?&country=DE is not loading, and if I change that into http://www.geonames.org/searchJSON?&country=DE it says I need a ...
0
votes
1answer
20 views
how to create a checkbox tree with checkbox only at leaf nodes
According to jstree all the nodes includes parent and childnodes will have the checkbox next to it by default.
jstree
but i want something like this jqueryeasyUI tree
where there are options for ...
0
votes
1answer
45 views
The “value” attribute of the HTML input tag doesn't show when using datepicker
This is my HTML form section:
<input readonly="readonly" style="background-color:white" id="startdate" type="text" class="form-control" name="startdate" value="something">
<input ...
0
votes
0answers
12 views
Error using PlugIn printThis
I'm trying the contents of a JQuery dialog to print.
I put this one the JQuery plugin print this.
JQuery Version: 1.9.1
JQueryUI Version: 1.9.2
The content of the dialogue is an image which is larger ...
0
votes
2answers
38 views
Date picker inside of ajax returned html content
Update: the .click that I was using and the .find method below in the comments, both add the .hasDatepicker class to the input. It doesn't however show the datepicker.
Update2: The datepicker was ...
0
votes
0answers
18 views
jquery-ui autoOpen: false does not allow dialog to stay open after event trigger
When I include the autoOpen: False, line to my script, and click the button with the id="opener", the dialog flashes open for a part of a second and then closes. The script is:
<script>
...
0
votes
3answers
33 views
Does jquery support the ability to “crossfade” the html in a div so the existing item fades out while the new html fades in?
I have a div and its got a bunch of html in it. I want to override it to show a message temporarily (lets says 3 seconds) but then ease back to the original html that was there. What is the best way ...
0
votes
1answer
21 views
Draggable div won't save position into database using ajax and php
I have been trying to solve this problem for three days already. I'm trying to create a website where people can drag and drop the layout of a template in order to personalize their webpage, which ...
1
vote
2answers
14 views
jQuery - is there a way to lock screen to current orientation after loading the web page?
I feel its a simple question and im thinking i cant find an answer because 1. I'm not good enough at finding things 2. Nobody has thought of it yet or 3. it just cant be done and im out of my mind!
...
0
votes
0answers
30 views
jQuery ui Radio Buttons adding “<br>” at render time between buttons
This is strange and I cannot seem to pin point the issue. I am using jQuery UI buttons to lay out a selection for a chart I am building on a Wordpress site running the AVADA template.
Although I have ...
0
votes
1answer
35 views
ng-repeat with no parent container
i'm using Jquery Accordion http://jqueryui.com/accordion/
The expected markup is as follows. Being that the h3 are outside of any parent container how can I use ng-repeat to repeat this structure? ...
0
votes
1answer
32 views
Drop the position of a jQuery UI Autcomplete dropdown menu by 20 pixels
How do I adjust the position of a UI Autocomplete dropdown menu to lower down by 20 pixels?
I have found one solution that uses the position() method to do so.
The solution suggests (found ...
1
vote
1answer
29 views
Find name of form input of dynamically created autocomplete
I have a form that has dynamically created autocomplete form fields. What I would like to do is get the name of the autocomplete field and send it to a coldfusion cfc within the data request. This is ...
0
votes
2answers
13 views
Sliding menubar according to mousewheel moves
I want to slide the menubar according to the page scrolling.
Here is an example : Sample Site
I want to do this menubar sliding effect.
0
votes
1answer
17 views
If Conditions on jquery ui slider
I am trying to apply if..elseif.. condition on multiple UI sliders. Practically I want that certain slider show/hide depending on the ui.value but the if condition is not working correctly. A fiddle ...
0
votes
0answers
19 views
jQuery UI: Trouble manually performing drop event
I am creating some elements and trying to drop them into droppables.
This is how I'm doing it:
for (var i = 0; i<topBlocks.length; i++) {
var $insertionBlock = $('#' + topBlocks[i].id);
...
1
vote
3answers
27 views
jQuery UI - get value of element on which an item is dropped
is there a jQuery UI function that will let me get the value (text inside div or id name) of an element on which an item is dropped?
Here's an example, I would like to get the number of the position ...
0
votes
0answers
14 views
CKEditor resizable and draggable at the same time
i'm trying to make a resizable/draggable CKEditor but it doesn't seem to work for me.
I made a wrapper div containing the CKEditor "editable" inline div.
Applied jQUery UI draggable() to the wrapper ...
0
votes
0answers
15 views
jQuery when to use jQuery widget [on hold]
I have to create a discussion page where there will be question and and its reply. Something like SO question answer page.
I was thinking of choosing between traditional way of creating this or using ...
0
votes
1answer
91 views
+200
Populate jQuery UI accordion after AngularJS service call
I'm currently trying to build an AngularJS app where I'm using a jQuery UI accordion control.
The problem is, that the jQuery UI accordion is initiated before my AngularJS service is done loading ...
0
votes
1answer
55 views
Jquery autocomplete REST
I'm trying to use autocomplete calling a rest service.
I know the service is being called and is working. I have upload the code to here http://dentalo.se/jqueryautocomplete.html if you want to see ...
0
votes
3answers
29 views
jQuery autocomplete ui - Really strange 1 letter delay?
I'm having some problems with jQuery Autocomplete UI. I have one input and I get the value of this input to make a JSON search, suggesting things from database.
The stange is, if I type test in ...
0
votes
1answer
21 views
Remove Focus on any TextArea on Dialog
I'm having a hard time figuring out what to do on this jquery diag, i want to disable focus on any textarea inside this dialog
$(function() {
$( "#edit_triviadiag").dialog({
height: 550,
...
0
votes
1answer
21 views
Dont sort specific column of table on Jquery ui sortable
I have a table with jquery ui sortable and i dont want sort the first column, my table is something like that
Pos | Name | Age
----------------------
GK | Dani | 16
ZQ | Joe | 17
JS
...
0
votes
0answers
21 views
multiple dragging in same fields will change previous data to default
when i drag and drop a file into content if i add some text and then another file drag and drop then previous file's all data changes to default
<!-- <div ...
2
votes
1answer
48 views
jQuery slide on off multiple buttons
I wanted a on off slidertype button in jQuery. After going through I got this plugin. Here is the fiddle link for the plugin. This one is my fiddle link for this plugin. Now you can see in my fiddle ...
0
votes
0answers
31 views
Validate Session timeout in Jquery
I have implemented setTimeout method to validate user session and redirect to login page when it expired as below.
setTimeout(function () {
var Confrimresult = confirm("Your Session is ...
-3
votes
0answers
20 views
creating multiple rows and multiple table using jquery [on hold]
when we click on BUTTON1 , the table should be displayed. clicking on BUTTON2 should add rows dynamically... click on BUTTON3 should lock all adding of rows .
And when we click on BUTTON1 again , it ...
2
votes
2answers
27 views
Jquery UI: Arrow Slide effect error
Here is the link for my code:
<html>
<head>
<title></title>
</head>
<body>
<a href="#" class="readmore">View about <span ...
0
votes
2answers
36 views
Can't load Jquery UI script in SharePoint?
I have the JQUERY UI script located in a document library, but it doesn't seem to work when I reference it in a Content Editor WP. However, if I use a public URL it works.
Ex: script ...
0
votes
0answers
35 views
jquery hide not working not working with any options except (speed, callback)
I'm using a script to hide a div, then load new html into the div using an ajax .load(), then show the div. It's for a one page type website where the div is hiding and then pulling in the new ...
0
votes
0answers
6 views
JqueryUI dynamic form plugin [on hold]
I am looking for a Jquery(UI) plugin for creating a dynamic form.
The initial data is a variable number of checkboxes and based on how many selections are made the form will generate a selection list ...
0
votes
2answers
19 views
How to prevent a dynamically generated jQuery draggable div, with fixed position, from being dragged off the screen completely?
I am using a combination of jQuery accordion and draggable for a menu.
here's the sample markup:
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<div ...
0
votes
0answers
24 views
jQuery - Need to adapt sortable to move multiple elements
I have a series of elements dynamically created in an element. The idea would be to create sections and sub sections so you could have this on the page:
Header1
-Header2
--Header3
--Header3
...