flash embedded in tab
Hi, I have a flash embedded in an jquery UI tab. The problem is that every time I switch between tabs, the flash is reload. Does anyone know why I how to avoid that? Thanks!
Flash with tabs
Hi, I have a flash embedded in an jquery UI tab. The problem is that every time I switch between tabs, the flash is reloaded. Thanks for any help
Function to flash with tabs
Hi everybody, I use 2 Tabs with two different flash and i communicate between this swf files. The problem is work fine with IE but not with FF. i call the function like this with externalinterface document.getElementById('myflashid2').echo(choix); the second flash in the second tab must recieve this methode to update a flash text. This work fine whitout jQuery UI Tabs. but when i use tabs, only Iexplore work ! Thanks for any help or suggestion. Regards
header for accordions
Here is my HTML markup: <div id="accordion"> <h2><a href="#">Buyer Resources</a></h2> <div> Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est. </div> <h2><a href="#">Seller Resources</a></h2> <div> Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum
Display all content and filter only certain sections using Tabs
By default, I would like to display all my content on one long page. I would then use Tabs to show only certain sections of the page, while hiding all others (even if they don't have a a tab). Here is my layout <div id="tabs"> <ul> <li><a href="#all">View All</a></li> <li><a href="#section-1">One</a></li> <li><a href="#section-3">Three</a></li> <li><a href="#section-5">Five</a></li> </ul> <div id="section-1"> <h2>Section 1</h2> Lorem ipsum dolor sit amet, consectetuer
Blog and Dev Website issues
Is anyone else expierencing issues with the jquery website? I tried this on multiple browsers and pcs, but the blog just returns a DB error, and the dev portion is fubar as well. I know the site was down yesterday, and now it appears that is it partially up. If an issue exists outside of my network, can someone at jquery give us an estimate on when these services will be functioning again? Thanks. -Kyle
IE8 Compatibility Mode and datepicker
I'm using jQuery 1.3.2 and jQuery UI 1.7.1. When I view my site in IE8, my datepicker doesn't work until I put IE8 in "compatibility mode". Here is my doctype on my document: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> My pages validate at the W3C online validator as valid xhtml. I believe my webserver is serving them
Can jQuery UI be used as separate scripts?
I'd like to use jQuery UI using separate JS files for each of the components, so that I can just pull in what I need on individual pages. The nature of my project is that it's not easy to make an up front determination as to which of the ui.whatever.js files are needed, and I'd rather not include the whole large script on a "just in case" basis. So I'd like to be able to use server-side code to dynamically figure out what scripts I need and include what's needed. However, the download page only gives
This works in IE but not firefox (or any other browser really)
Hi There, I have a login form that calls a php script to authenticate users. If the user enters invalid credentials (or none at all), then an error page is displayed in the correct div with an option to log back in. If they do authenticate OK, then the secure page is displayed in the correct div...so far, so good. However, this only seems to work in IE. With Firefox and others, it opens up the errorpage or secure page in a window outside of the correct div (so therefore no css and it's not surrounded
Apache 2 Mod_rewrite and Jquery ui tabs
Hiya, Anyone had any issues with apache mod_rewrite rules working via jquery tabs? I have some rules that basically redirect certain URLs from HTTP to HTTPS. They all work fine...except when being called with a tab. When I call a URL to redirect via a jquery tab, it just hangs with "Loading" being displayed in the tab. The apache logs show a 302 (document moved) error. However, when i just go the the URL directly, the redirect from HTTP to HTTPS happens without issue. Any ideas? Thanks Paul
how to display sortable list with new order
Hi all: i am trying to use jquery UI sortable on my webpage to display toolbars. what i want is, let people sort these toolbars in the way they like. i have named toolbars with id "1","2","3","4", and i saved sorted order to database via toArray method. i was wondering how i could display these toolbars with new order when people browser my site next time, is there any method that supports it? i am really appreciate for your help, thx in advance kind regards, andy
Dialog inside a Tab
Hello, I'm currently loading a set of tabs with the .load("someurl.html") event. What I'm trying to do is, load a jquery Dialog box in one of those tabs. i have another dialog on the main page, (not inside the tab), that works. And the dialog does have a unique id Any Ideas?
Join several JS scripts into one big file to lower http request
I've got on site a huge amount of js, 'single' script. What I want to do is to pack them into one file. Could somebody assist me in doing this? Tried before but something crashed... Here is package: http://rcdrugs.com/_done/js.zip I've posted this question on several boards: - http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_24498924.html - http://forum.webhelp.pl/viewtopic.php?p=906036#906036 - http://forum.php.pl/Polaczyc_wszystkie_pliki_js_w_JEDEN_wielki_t124138.html
[accordion] IE bug when using activate -1?
Hey all -- I'm trying to use the new 1.7.1 version of the accordion and I'm having trouble using $('.selector').accordion('activate', -1); to close all elements of my accordion... This works perfectly in FF, but it does not seem to work in IE... Instead of closing all elements, it opens the first element... Any suggestions? I designed a test script... Feel free to check it out... Thanks! <ul class="featured-perf clearfix" style="width:180px; border:1px solid #000;"> <li class="performance-label">Featured</li>
dialog is not showing overlay
I've a page with several dialog forms on it. Some of them load the content with an ajax call and some have static content. My dialog with the dynamic content correctly shows the overlay, but the other dialogs do not show the overlay. here are my dialog options for the dynamic content: var dialogOptions = { height: 315, width: 600, title: "Add To Schedule", buttons: { "Submit": function() { log("submit button"); var dialog = this; FacilityAdmin.submitForm('#resident-add-playlist', function (modelState)
Stable version?
I was looking around for a stable version of JQuery. It seems that bug fixes are rolled into new versions rather than just extending the 1.7.x tree to just include bug fixes. Is there a version which will extend by only including bug fixes and no new concepts so that new technology doesn't break old features? I was disappointed to find that after two rounds of bug fixing (ie 1.7.2 being two updates from 1.7.0) that a simple test of JQuery revieled many cross browser differences. Since cross browser
UI/API/1.7.1/Datepicker - altFormat parameter doesn't work
Hello I've been trying to implement the UI Datepicker plugin, and after several tries it worked. The only remaining problem is the altFormat parameter. I've tried to put it directly in the constructor or alter calendar instance later by using setter method. All useless, the plugin ignores the parameter and always sets the date in its default "mm/dd/yy" format. Any suggestions? Regards and Thanks in advance.
UI site is back up
I JUST posted about the site being down... and now it's back up (I swear it was down all morning though). My Google-Group posting skills have magic powers, it would seem. :)
UI site is down
I'm sure someone is already working this... and I don't know for sure if the appropriate people will get this message - but just FYI (on the outside chance no one else is yet aware)... jqueryui.com is currently down, which of course hurts my chances of getting at the docs, which in turn is hurting my chances of finishing my project today. No pressure :)
Download button not working
Hello -- I am excited to try out jQuery UI, but when I make my selections and click "download", nothing happens. I have tried on Firefox and Safari. Thanks!
Selectables - text range
Hi, I have some text that I want to present in a paragraph form, and have each sentence selectable. Selectables using span elements work fine, except that when dragging over a few lines, only 'vertically-touched' sentences are highlighted. Ideally, I would like it to select all sentences between the first selected and last selected ones. IDs of selected sentence spans will then be collected and used for some further backend manipulation. E.g, for the following: Test sentence 1. Test sentence 2. Test
Draggable out of a css div that has position absolute and overflow:hidden
hi hope this is possible... i have a list on the right hand side.. need to drag it out of the right hand side into the left hand side... the right hand column is positioned inside a div with overflow hidden then inside another div (both position absolute) with overflow: auto (the second div has auto) when i drag a list item... it renders as "hidden" as soon as it goes outside the divs. anyways past it? heres some demo code <script> $(document).ready(function () { $(".dragable").draggable({ opacity:
...select a tab from a text link instead of clicking a tab itself
how do I use this code exactly.. var $tabs = $('#example').tabs(); // first tab selected $('#my-text-link').click(function() { // bind click event to link $tabs.tabs('select', 2); // switch to third tab return false; }); any example of that in action?
Draggable+Sortable not working when on webserver
Hello everyone, I encountered an issue during my first experimentations of JQuery UI. Here you can find my prototype : http://rejome.homeip.net:8080/ On the second tab ("Générateur de formulaire"), we should be able to drag any element on the left (for exemple "Champ texte") and drop it on the right (under "Champs du formulaire"). On my small webserver, this doesn't appear to work. If we "save as" the page via firefox or IE, and open it locally, the functionnality works great ! I can't explain it...
UI Resizable - resizing on window resize?
Ive noticed that while you can set the containment attribute to 'parent', if the parent can resize on with the resizing of the window (ie shrinking the window), the jQuery Resizable element may extend beyond the parent until its refreshed by grabbing and resizing the element. Id like to call something on the resizable element when the window resize event fires. Is there a way to do this? Thanks.
DateTimePicker (Min-Max)
Hello, I have two datetime pickers (each one in its textbox input), let's call them dp1 and dp2 What I want to achieve is: 1. If dp1 has a date, then dp2 should never be allowed to have a date before dp1 date 2. if dp2 has a date, then dp1 should never be allowed to have a date after dp2 date I mean, dp1 should contain a minimun date, and dp2 should contain a maximun date. Regards
How to get the selected date in the datepicker calendar
This is probably a silly question but, I was able to implement the inline calendar with the required options/ design however It's not really clear from the documentation how I can get the date a user selects. The datepicker calendar is assigned to a div (and not a text input field) but I just need to redirect the user to a url according to the date he selected. Please advise. Guy Nesher
datepicker Bug? setting a certain dateFormat defeats constrainInput
So, if I set up a default like so... $.datepicker.setDefaults({ dateFormat: 'MM d, yy' }); or initiate like this... $('.selector').datepicker({ dateFormat: 'MM d, yy' }); My datepickers no longer constrain the user input - it becomes a wide open text input. Seems strange but it looks like these two options are conflicting when I use the MM formatting for months. Anyone else experiencing this?
UI1.7.1 : Datepicker: when setting changeYear: true, listbox in IE6 is displayed on a second header line
Hi, Did someone already face this issue? and found a workaround/fix? => When setting changeYear: true, the listbox containing the years in IE6 is displayed on a second header line. Note: don't know if this is linked, but the html page is neither strict, nor transitional and I cannot change this unfortunately. Thanks in advance for your help. Ludovic Emo
altFormat'@' not returning correct timestamp
I have a simple date picker on a form and I want to set a hidden field value to the Unix timestamp for a date. Here's the bit of code: $("#date").datepicker({altField: '#timestamp', altFormat:'@'}); The only problem is that the timestamp is not correct. If I pick 4/22/2009, for example, the timestamp that is returned is: 1240376400000 The correct timestamp is 1240376400 Has anyone encountered this before? What am I doing wrong?
Background image from parent div sliding in with child div (IE only)
I am not quite sure why this is happening. http://www.rooxilist.com/bbnlev/innovation.html Working on this site for a client. The right hand div, #content, is set up to slide in from the right the first time you hit the page. In IE it slides in all correct like, but so does the background image of the parent div, #bgfield. WTF? The jquery object is never even attached to #bgfield!!! At first I was confused because it worked fine on the PC I use for testing (not sure why?!?). She sent me a screen
Add custom buttons to titlebar
How would I go about adding more custom buttons to the titlebar, similar to the 'x' button that closes the window? I am trying to add a '-' minus button that minimizes the windows.. Any thoughts?
Sortable + Draggable Refresh Issue
I'm sure the answer's out there, but I wasn't having much luck in my search. Here's my situation: I have two tabs, one for editing content, one for managing media. The media picker is an AJAXed search. The media picker has a bunch of draggables which are connected to a sortable. If I click on the tab to edit content, then go back to the tab for media, I can't drag a media item to the sortable until I move something in the sortable first. The media pieces are still draggable—I have another droppable
how to call the cookie name in jquery tabs
Hi, hope someone can help me, I use the jquery tabs with drupal, and I'm not able to give the cookie a custom name - the cookie always named like this ui-tabs46.. Where did this number come? I like too call the this cookie on load/ click. What kind of index is it? Hope someone can help me.. Cheers
changestart event
When the changestart event is triggered, I'd like to know if the accordion is expanding or collapsing. How do I go about doing this? Thank you
setTimeout() ?
I have created a bar that fills with colour once you click a 'trigger div' similar to a loading bar: It is currently hosted on one of my clients websites: http://runescapeclan.net/jquery.js I was wondering how I could add a setTimeout(); function to this so I can slow things down and make the loading more realistic. Thanks for your help. Parsa
Adding a "loading..." image during ajax dialog load
I'm loading a dialog box using an ajax call. I'd like to add an animated gif to the dialog while the ajax fetch is running, and have it go away when the fetch is complete. What's the simplest way to do this?
Jquery UI Tabs --- document tree requirements?
Hi, This is my first time using Jquery UI, I'm integrating it into an existing site. I was trying out the Jquery UI Tabs from the demo site and it works perfectly when I place it directly under between the <body> </body> tags. Initially when I nested the divs as shown below (to fit into my existing website), it did not work. Is it my css that is interfering or is placing the divs under <body> required? <body> <div id="container" > <div id="content"> <div id="tabs"> <ul> <li><a href="#fragment-1"><span>One</span></a></
doc.scrollTop is not a function
Hi Developers! I download last version jQuery UI. Include lib. to my page. And try open a modal-dialog. But I get error in ui.dialog.js "doc.scrollTop is not a function". this is line 364 in ui.dialog.js. ... _position: function(pos) { var wnd = $(window), doc = $(document), pTop = doc.scrollTop(), pLeft = doc.scrollLeft(), minTop = pTop; ... <script src="/js/jquery-1.3.2.js" type=text/javascript></script > <script src="/js/ui.core.js" type="text/javascript"></script>
Sortable positioning problem
Hi, I'm using the sortable ui plugin for dragging and sorting items from one container to the other. My goal is it, that a dragged item will adjust it's css and evanually it's content depending on the container it's dragged over even before it is dropped. For that porpose I used the over and out events to append the ui.helper object to the specific container and to manipulate it's content. This is working fine, as long as all the draggable items have the same offset parent. If that is not the case,
Next Page