[jQuery] Re: parent window

2008-04-29 Thread Bernhard Mager
As there is jQuery included in the parent page, you can use opener.$('#some_id') or like that ... Regards, Bernhard SimDigital schrieb: How could i call an element in parent.window ? Sample: window1 div id='sample'/div window2 script function sampletext() {

[jQuery] Broken Docs?

2008-04-29 Thread KnoxBaby
I just post the IRC log: teaa: is it only me that has trouble with the jquery official wiki/ docs ... the examples don't display, instead the pages loads itselfs again in an iframe, this page again and so on and finally, my browser nearly crashes ... teaa: on some example-pages, it qworks, but

[jQuery] ui.datepicker complaints

2008-04-29 Thread Shawn
(warning - long post) I need to vent. But I don't mean to belittle any of the efforts that have gone into the library... I have two major complaints about the ui.datepicker. These are enough of a pain in the rear to me that I am more likely to use alternative options (and lets face it,

[jQuery] Re: Broken Docs?

2008-04-29 Thread Alexandre Plennevaux
i cannot reproduce the error, although i'm using FF2.0.0.14. What firefox extensions are u using? Are you using Firebug? What's your OS ? On Tue, Apr 29, 2008 at 10:18 AM, KnoxBaby [EMAIL PROTECTED] wrote: I just post the IRC log: teaa: is it only me that has trouble with the jquery

[jQuery] Re: blockUI: message vertical centering, is there a way to switch it off?

2008-04-29 Thread snobo
Excellent, exactly what I needed! Thanx a lot for quick fix! cheers, snobo On Apr 29, 2:21 am, Mike Alsup [EMAIL PROTECTED] wrote: v2.03 is available now. This page demos how to use the new position stuff: http://malsup.com/jquery/block/position.html Mike

[jQuery] Re: Broken Docs?

2008-04-29 Thread KnoxBaby
Hello I'm using win XP SP2 with the following extensions: http://img228.imageshack.us/img228/5880/zwischenablage02lj6.jpg so there's no firebug. The prob is like the following: I click on an example page, it opens, the example codes shows up and below the example's output. But about a second

[jQuery] Re: Broken Docs?

2008-04-29 Thread Alexandre Plennevaux
seeing the number of extensions you have, try once disabling all of them and see if the problem still occurs. if it does, then you know the bug is somewhere related to your extensions. If it is not, then i wonder what it can be, since as hard as i try, i cannot reproduce it. i tried with this

[jQuery] Re: Broken Docs?

2008-04-29 Thread KnoxBaby
Oh, ok I can try, when I have some more time ... because I think it's really time comsuming to test out extensions ... Hm, there are many pages where it happens, e.g.: http://docs.jquery.com/Core/jQuery#expressioncontext http://docs.jquery.com/Core/each#callback

[jQuery] XSL/XML page with tabs only working in Safari

2008-04-29 Thread .M.
Anyone have advice on this one? My page is choking on jquery tabs in everything except Safari. I've checked it validates at W3C and now a bit stumped. My page is an XML file converted into XHTML client-side using XSLT, I've got quite a bit of jquery working but now I'm guessing there is some

[jQuery] accessing the content of iframe

2008-04-29 Thread Teonator
Hi, Let say I have page A with an iframe (# ifrmContent) where its src is page B. The page B have a checkbox (# chkAgree). How am I going to access the checkbox in page B using the selector from page A (parent)? Could someone guide me a bit? Cheers, Teon

[jQuery] jqModal AJAX Javascript Issues (IE)

2008-04-29 Thread mjd
Hi, I am using the latest release of jqModal and jQuery to display a custom AJAX modal pop up. This popup has to include javascript that performs various functions. It also needs to include some more .js files. I can get this to work fine in Opera and FF but this fails in IE6 and I cannot call

[jQuery] Re: help optimizing this code ?

2008-04-29 Thread bruno desthuilliers
On 29 avr, 04:34, Dave Methvin [EMAIL PROTECTED] wrote: I have this piece of code that works fine, but is a bit slow (on a page with =~ 25 container and =~ 70 buttons, it takes about 2 to 3 seconds to complete, even after I made my best to narrow down the $ (elt) set on which it is

[jQuery] Tablesorter - Sorting a column with multiple tds

2008-04-29 Thread Daniel Eriksson
How do you sort a column that contains multiple tds? Take a look at this example: table cellspacing=1 class=tablesorter thead tr th colspan=2first name/th thlast name/th /tr /thead tbody tr tdinput type=checkbox name=cb_1

[jQuery] jquery / thickbox weirdness with apache logs(!)

2008-04-29 Thread chrisb
Hello everyone. I'm using jquery 1.2.3 along with some plugins, and i've never had any problems or errors with any browsers i've tested. However i'm seen some really strange messages in the apache access log, and i was wondering if anyone else has run into this. 69.146.52.9 - -

[jQuery] how to use ajaxComplete on specific javascript function

2008-04-29 Thread Adwin Wijaya
Hi .. I have a form let call it myform, inside the form I use many kind of ajax calls. I have some ajax function for validating data, some for retrieving/ code completion and I have one ajax for post the data/save data. I want $('#myform').ajaxComplete(function(data){ . }); to be called

[jQuery] problem with events

2008-04-29 Thread michal
for (var i=0 ; i 4 ; i++){ var img = document.createElement('img'); $(img).attr( { 'id': 'imageId'+this.id+'_'+i, 'width' : '28px', 'height' : '28px' });

[jQuery] Re: [treeview] Giving more parameters to the async load function ?

2008-04-29 Thread youry
Thanks to be responsive ! Yes, it could be great to have the tree id in his root ul. I understand it as a specific way to add the tree id parameter. Specific because if I want to give other parameter I can't put them here. For example my tree id in database is on several columns (the tree id, a

[jQuery] Re: cycle plugin: sIFR'ing cycle

2008-04-29 Thread will
On Apr 26, 3:37 pm, Mike Alsup [EMAIL PROTECTED] wrote: Has anybody gotten a sIFR'd text element to work properly with the cycle plugin? I can sIFR a p element, and I can create a slideshow with that same p element, but not at the same time. The first sIFR'd element in the slideshow

[jQuery] Re: Broken Docs?

2008-04-29 Thread Alexandre Plennevaux
no, it's not time consuming at all: you just disable all of them at once, reboot, and recheck the pages. I can confirm they all work fine here. 99% chances your FF extensions are somehow choking on the wiki code. Still, it would be nice to know what causes the havoc so we can fix it. Thank you in

[jQuery] [autocomplete] Hyperlinks in returned list

2008-04-29 Thread theintoy
To follow up from the discussion on: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ @Chris THANKS! your solution works eactly how I was hoping, a nice touch disabling the textfield... @Jorn: Top quality work. Thanks for the swift response. I have implemented the solution

[jQuery] .removeId() behaviour?

2008-04-29 Thread Richard Weeks
Hello, I know I can do: $(element).removeClass(one two three n); But I can't do: $(element).removeId(one two three n); Seems to me this is an obvious feature one might wish to have available but I can't see it anywhere and there's not much to be found on the web. Why don't we have this

[jQuery] Re: Get number of times a link has been toggled or clicked?

2008-04-29 Thread motob
@Hamish, yeah you're right, I was thinking that jQuery.data() was available through the metadata plugin only. Didn't realize it was part of jquery core, sweet! On Apr 28, 6:35 pm, Hamish Campbell [EMAIL PROTECTED] wrote: I don't think it's worth a whole plugin to to this - it is relatively

[jQuery] Re: YUI Compressor and JCarouselleLite

2008-04-29 Thread Kia Niskavaara
Could someone else confirm that there is a bug in jcarousellite at line 239? Thanks Kia Niskavaara wrote: I was trying the yuicompressor on jcarousellite 1.0.1* and got this error: “invalid property id” at line 239: this is line 239: li.css({overflow: “hidden”, float: o.vertical ?

[jQuery] Re: .removeId() behaviour?

2008-04-29 Thread Richard D. Worth
$(element).removeAttr(id); - Richard On Tue, Apr 29, 2008 at 7:36 AM, Richard Weeks [EMAIL PROTECTED] wrote: Hello, I know I can do: $(element).removeClass(one two three n); But I can't do: $(element).removeId(one two three n); Seems to me this is an obvious feature one might wish

[jQuery] Re: help optimizing this code ?

2008-04-29 Thread Dave Methvin
I have this piece of code that works fine, but is a bit slow (on a page with =~ 25 container and =~ 70 buttons, it takes about 2 to 3 seconds to complete, even after I made my best to narrow down the $ (elt) set on which it is called). So I if anybody here has any idea to improve

[jQuery] Re: Broken Docs?

2008-04-29 Thread KnoxBaby
Hello, ok I found out, that it's none of my extensions, but a greasemonkey script: [code]// ==UserScript== // @name anchor_scrollto // @namespace anchoorrr // @includehttp* // ==/UserScript== sendTo(); function sendTo() { if (window.location.hash.length 0) {

[jQuery] Re: Broken Docs?

2008-04-29 Thread Karl Swedberg
I had a similar problem when using the HTML validator extension a while back. I didn't see that in your list, but I think Alexandre is on the right track suggesting that you disable extensions. Then you can re-enable them in groups until you whittle down the possible offender(s).

[jQuery] Re: modal dialogs - noticeably slow

2008-04-29 Thread Scott González
Can you please post a demo page that shows the slowness? On Apr 28, 8:25 am, snobo [EMAIL PROTECTED] wrote: I'm using standard Dialog UI with setting modal=true. OS is Windows XP, control styling and other visual beautifications are switched off. Slowdown is experienced on Firefox 2.0.0.14

[jQuery] Re: Broken Docs?

2008-04-29 Thread KnoxBaby
hehe nearly same post time ;) Just read above, I got the script that was causing it :) On 29 Apr., 14:58, Karl Swedberg [EMAIL PROTECTED] wrote: I had a similar problem when using the HTML validator extension a while back. I didn't see that in your list, but I think Alexandre is on the right

[jQuery] Autocomplete: Use of *.css files with plugin

2008-04-29 Thread dineshv
Re:posted with autocomplete in subject line: The autocomplete plugin comes with two css files - main.css and jquery.autocomplete.css. I'm guessing that the main.css is for the demo script only - is that right? What is the jquery.autocomplete.css used for and is it necessary? The reason for

[jQuery] Re: Broken Docs?

2008-04-29 Thread Karl Swedberg
:) Glad you figured it out! --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 29, 2008, at 9:00 AM, KnoxBaby wrote: hehe nearly same post time ;) Just read above, I got the script that was causing it :) On 29 Apr., 14:58, Karl Swedberg [EMAIL

[jQuery] Re: .removeId() behaviour?

2008-04-29 Thread Richard Weeks
So will $(element).removeAttr(id1 id2 id3 n); work? If not, what approach to take? That's what I was really asking, I suppose. Richard From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard D. Worth Sent: 29 April 2008 13:33

[jQuery] Re[jQuery] cognize iframe form submit

2008-04-29 Thread dynamic web dev
Greetings All! I have a form in an iframe that I need to run a function on when the form is submitted. This same procedure occurs on a form that isn't located in an iframe and it works great. Now, I am able to submit the form within the iframe using jquery as follows (this code is located

[jQuery] Re: accessing the content of iframe

2008-04-29 Thread Jake McGraw
You'll need some method of determining if the iframe has been loaded, check out the frameReady plugin: http://jakemcgraw.com/javascript/jquery.frameready.js - jake On Tue, Apr 29, 2008 at 3:38 AM, Teonator [EMAIL PROTECTED] wrote: Hi, Let say I have page A with an iframe (# ifrmContent)

[jQuery] Re: .removeId() behaviour?

2008-04-29 Thread Richard D. Worth
Each element would only have one id. Perhaps you're trying to remove the id from a matched set of elements if it's in your list of ids? In that case, this should do it: $(#id1, #id2, #id3).removeAttr(id); Or have I not understood what you're going for? Multiple ids for a single element isn't

[jQuery] Re: Simple For Loop with jMaps (Google Maps) Plugin Not Working Properly

2008-04-29 Thread Joe
Mike, Works like a charm! Thanks. I'll let you know the final result when I'm finished. Currently working on a full javascript-based radial search... Joe www.subprint.com On Apr 26, 3:47 pm, Michael Geary [EMAIL PROTECTED] wrote: Glad to help, Joe. I didn't mean to imply that your

[jQuery] IE Flicker Issue

2008-04-29 Thread Cary
I am in the process of learning jquery and thought that I would try and duplicate some common flash functionality in jquery. Just to see if I could get it to work. I was able to get the code working but run into an error on I.E that I do not see in firefox. Could someone please give me an idea

[jQuery] Return value instead of callback?

2008-04-29 Thread pluffsy
Hi! I want to get a value from jQuery.get() and I want the function (in the example called getFromServer()) to wait until the server has loaded the value (not the normal multithreaded way with a callback). I've tried to use the callback to set a global and the script to wait until the global is

[jQuery] Re: .removeId() behaviour?

2008-04-29 Thread Richard Weeks
That's exactly what I wanted, thank you! Richard From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard D. Worth Sent: 29 April 2008 15:05 To: jquery-en@googlegroups.com Subject: [jQuery] Re: .removeId() behaviour? Each element

[jQuery] AutoComplete - how to update the local data array?

2008-04-29 Thread Adam
I am using the local data array to populate the typeahead list. After a button on my form is clicked, I want to update local data array with new values. If I try to call the original autocomplete function again: $(#search_query).autocomplete(eval(data), {multiple: true, multipleSeparator:

[jQuery] Re: Required field via selection box

2008-04-29 Thread Mark Clemons
That's awesome! Just what I was looking for. In addition to that i also want to make the field required, so if they don't choose an asterix field, it's not required but if they do then i want them to fill in the additional field. Not sure how to merge your solution with the jquery Validation

[jQuery] [SITE] MyLifeofTravel.com

2008-04-29 Thread Rey Bango
MyLifeofTravel.com has public relaunch and Is using jQuery Thickbox. http://www.mylifeoftravel.com Rey...

[jQuery] Re: Return value instead of callback?

2008-04-29 Thread peschler
On 29 Apr., 15:59, pluffsy [EMAIL PROTECTED] wrote: Hi! I want to get a value from jQuery.get() and I want the function (in the example called getFromServer()) to wait until the server has loaded the value (not the normal multithreaded way with a callback). I've tried to use the callback

[jQuery] Re: - persist: cookie - Internet Explorer 6

2008-04-29 Thread breuera
solved: seems to be a problem with multiple internet explorers *available On 28 Apr., 23:59, breuera [EMAIL PROTECTED] wrote: Hey, the cookie based persistence doesnt work with IE 6 over here. Thats the version i use: Version 1.4 - * Revision: $Id: jquery.treeview.js 4684 2008-02-07

[jQuery] Tooltip

2008-04-29 Thread fritz
Hello Jörn, i have read, that you are considering to implement sticky to your tolltip plugin. Has or will this happen or more likely not in the near future? Thanks Fritz

[jQuery] Accordion Style Navigation Intermitten Click Issue

2008-04-29 Thread JumpingMattFlash
I've uploaded an example of this page which highlights the problems i've had. The concerning part is that the behaviour is different in IE 7 to Opera Firefox. I'm trying to create a slide down site navigation which closes any other panel when opening a new one. In IE, you have to click twice to

[jQuery] [autocomplete] dimension.js requirement

2008-04-29 Thread Aaron Barker
Is it possible to make this an optional component of the autocomplete plugin? If I always only want 10 or so options to display, thus not having any scrolling... the need to have this extra file (both in filesize addition and http request addition) is worthless. But I must include it to keep

[jQuery] ajax submit and jquery validation

2008-04-29 Thread Adwin Wijaya
Hi :D I use Jquery validation from http://bassistance.de/jquery-plugins/jquery-plugin-validation/ and I got a question ... I have form that I need to submit using ajax post() function.it works well ... and now I tried to add data validation using jquery validation .. it works well. my form

[jQuery] Re: [autocomplete] dimension.js requirement

2008-04-29 Thread Brandon Aaron
Dimensions, as it is an oft-required plugin, is now part of the core in SVN. -- Brandon Aaron On Tue, Apr 29, 2008 at 11:43 AM, Aaron Barker [EMAIL PROTECTED] wrote: Is it possible to make this an optional component of the autocomplete plugin? If I always only want 10 or so options to

[jQuery] Cycle plugin (Mike) problem

2008-04-29 Thread Snef
Hi, The 'cleartype' issue in IE does not only appear with the fade transition, but also with others. When you look at the demo: http://malsup.com/jquery/cycle/int2.html (No-Image Content demo), the slide numbered 1 has the cleartype issue. But only that slide! Not all. I'm using the slide

[jQuery] Re: ajax submit and jquery validation

2008-04-29 Thread Adwin Wijaya
I forgot ... i am not using input type='submit' because I use ajax i serialize the data first before submitting ... may be I should made clear ... I want to validate .. and I want to know .. if it is pass the validation (using JQUERY Validation) then I can do postAjax() ... but I dont know

[jQuery] Looking for plugin: Cookie parser? (one cookie, multiple values?)

2008-04-29 Thread Micky Hulse
Hi all, Long story short, I would like to avoid setting multiple cookies for my site... One cookie that holds multiple values, for different objects and/or items, would be perfect! :) Before I go reinventing the wheel on this one, I was just wondering if anyone has wrote some code (or a plugin)

[jQuery] Re: dimension.js requirement

2008-04-29 Thread Aaron Barker
Nevermind, I'm a complete idiot. 1.3 seconds after submitting this I thought to myself I wonder if there is already an option for this. Naturally there is... so I feel pretty stupid. Don't mind me... just whining before I research. On Apr 29, 10:43 am, Aaron Barker [EMAIL PROTECTED] wrote:

[jQuery] IE 6 double submit

2008-04-29 Thread Tomas GF
I'm using jQuery with form and validate plugins. I have several forms on the same page. The following code submit the proper form: $(document).ready(function() { var loader = jQuery('div id=loaderloader/div'); $.validator.setDefaults({ debug: true, focusInvalidElement: true,

[jQuery] Re: Cycle plugin (Mike) problem

2008-04-29 Thread Mike Alsup
The 'cleartype' issue in IE does not only appear with the fade transition, but also with others. When you look at the demo: http://malsup.com/jquery/cycle/int2.html (No-Image Content demo), the slide numbered 1 has the cleartype issue. But only that slide! Not all. I'm using the

[jQuery] Loading the bgiframe script only for IE

2008-04-29 Thread Aaron Barker
I looked but couldn't find anything on this. So hopefully this isn't a repeat. It's great that we have bgiframe to compensate for the sorry excuse that is IE6, but it kind of sucks that we have to include it for all browsers even though no one else needs it (both filesize [albeit small] and the

[jQuery] Re: Loading the bgiframe script only for IE

2008-04-29 Thread Brandon Aaron
I'd recommend just using conditional comments to load the bgiframe plugin for IE 6 only. http://msdn2.microsoft.com/en-us/library/ms537512(VS.85).aspx -- Brandon Aaron On Tue, Apr 29, 2008 at 1:05 PM, Aaron Barker [EMAIL PROTECTED] wrote: I looked but couldn't find anything on this. So

[jQuery] Re: Cycle plugin (Mike) problem

2008-04-29 Thread Snef
Hi Mike! That did the trick! Thanks for that! (and for the very quick reply!) And also thank you for implementing the continuous property! :) Mike Alsup wrote: The 'cleartype' issue in IE does not only appear with the fade transition, but also with others. When you look at the demo:

[jQuery] Adding function argument into jquery

2008-04-29 Thread hubbs
I wrote a small script that brings up a confirm dialog, and if the user clicks ok, it will hide a div, and then post a URL. I am using the assetid argument from my function, and I want to use that with the jquery .hide function, but it does not seem to work. What have I done wrong? It seems

[jQuery] jQuery Cycle Plugin pager option

2008-04-29 Thread Donna Vitan
I'm currently working on a site that uses your JQuery plugin and so far it's been great. I'm at a point now were I'm trying to use the pager option. CODE: // Initialize 4 tab show $(document).ready(function(){ $('#featuretabs') .before('div id=nav') .cycle({ fx:

[jQuery] Re: Giving more parameters to the async load function ?

2008-04-29 Thread jayg
I need to set up dynamic urls with async trees as well, though I am using rails, so I am looking for something more like 'foo/bar/1', but same functionality. The problem I have with the idea to use source.php?id=firsttree or something similar is that I don't know how many subtrees I may have -

[jQuery] Re: Adding function argument into jquery

2008-04-29 Thread Josh Nathanson
You'll need to either do this: onclick=deleteAsset('Do you really want to delete this?','delete','#a221','http://www.puc.edu'); (Note the # before the id) Or this: $('#' + assetid).hide(); The reason is that otherwise, jQuery is looking for tagNames 'a221' which won't find anything. The

[jQuery] Re: XSL/XML page with tabs only working in Safari

2008-04-29 Thread Klaus Hartl
Please download the latest version of Tabs. There were some versions in between were I managed to add some weird invisible characters causing this error. --Klaus On Apr 29, 8:47 am, .M. [EMAIL PROTECTED] wrote: Anyone have advice on this one? My page is choking on jquery tabs in everything

[jQuery] Re: Adding function argument into jquery

2008-04-29 Thread hubbs
Perfect! Thank you Josh! On Apr 29, 12:07 pm, Josh Nathanson [EMAIL PROTECTED] wrote: You'll need to either do this: onclick=deleteAsset('Do you really want to delete this?','delete','#a221','http://www.puc.edu'); (Note the # before the id) Or this: $('#' + assetid).hide(); The reason

[jQuery] Accordion onLoad open then close automatically

2008-04-29 Thread adove
I am looking for help in a jQuery accordion which would be able to onLoad() open and then after a set number of seconds close. I have recently been introduced to jQuery and enjoy it, however, am nor proficient enough to be able to write the code myself. The accordion I am looking for would only

[jQuery] Form Plugin

2008-04-29 Thread finco
Can someone please point me in the right direction? I am using the form plugin and it works great on a form submit action. Is there a way I can use it on a click event on a checkbox or onblur for a text field to immediately save the user's data? Thanks in advance for your help.

[jQuery] Re: Accessing forms

2008-04-29 Thread [EMAIL PROTECTED]
*solved* hi william, tx alot for your help. The usage with jquery itself for forms is easy, i know, but the form plugin again brings a lot of simplification. i took a step backward, put the code for the forms in my main file, but still: nothing happened. *sad* but then i saw the issue: i

[jQuery] Re: Form Plugin

2008-04-29 Thread Mike Alsup
Can someone please point me in the right direction? I am using the form plugin and it works great on a form submit action. Is there a way I can use it on a click event on a checkbox or onblur for a text field to immediately save the user's data? Thanks in advance for your help. You

[jQuery] jQuery.extend method problems, when I update from 1.1.3 to 1.2

2008-04-29 Thread Estevão Lucas
Hi, I'm having a problem with jQuery 1.2. The problems' that i started a project using the jquery 1.1.3, but now, after 7 months, appeared the need of update to 1.2 release. Now that i'm using this version, appeared some errors, like when a use the jQuery.extend method. Error: setting a

[jQuery] Re: Loading the bgiframe script only for IE

2008-04-29 Thread Aaron Barker
Well that's painfully obvious... why didn't I think of that? thanks for helping me look stupid, only 9 more till I fill my usual daily quota =P (j/k) Thanks :) On Apr 29, 12:17 pm, Brandon Aaron [EMAIL PROTECTED] wrote: I'd recommend just using conditional comments to load the bgiframe

[jQuery] Re: Cycle plugin (Mike) problem

2008-04-29 Thread Snef
Too fast replied It still has some strange behaviour. Now only the first slide when showed for the first time will look bad. When it is showed in the 'next cycle' it will be displayed correctly. Any ideas? Mike Alsup wrote: The 'cleartype' issue in IE does not only appear with the fade

[jQuery] Re: FancyBox - image zooming plugin (updated)

2008-04-29 Thread thekman
looks great... however i have 2 issues that i can't seem to fix. when i click on the image, it always displays further down the page, then the previous next always pushes that image even further down the page. also, when the caption for the image is larger than the image, it truncates. you can

[jQuery] Re: Looking for plugin: Cookie parser? (one cookie, multiple values?)

2008-04-29 Thread tlphipps
I think you might be talking about something like the cookiejar plugin: http://www.jdempster.com/2007/08/11/jquery-cookiejar/ I can vouch for it as working great in addition to the tablesorter. On Apr 29, 12:19 pm, Micky Hulse [EMAIL PROTECTED] wrote: Hi all, Long story short, I would like

[jQuery] Problems with jqm in IE

2008-04-29 Thread the_woodsman
Hi guys, After some laborious use of alerts, I've tracked down my bug in IE, and it relates to $().jqm(). I think It's a live query style issue (I'm not actually using live query!). I have a function that attaches events to elements, and this is called again when new elements are added via

[jQuery] Only want to enable rollover behaivor for a certain class combination

2008-04-29 Thread [EMAIL PROTECTED]
Hi, If an image has a class myClass, I would like to set a mouseover/ mouseout behavior. However, if an image has two classes myClass selectedClass, I would like to disable such mouseover/mouseout behaviors. How can I write a JQuery expressoin to only enable the mouseover/mouseout behavior for

[jQuery] Re: Cycle plugin (Mike) problem

2008-04-29 Thread Mike Alsup
Too fast replied It still has some strange behaviour. Now only the first slide when showed for the first time will look bad. When it is showed in the 'next cycle' it will be displayed correctly. Any ideas? Can you post a link?

[jQuery] Manipulating content generated after $(document).ready

2008-04-29 Thread Matt Henry
I'm wondering if it's possible to use jQuery to manipulate content that has been generated by jQuery after the page has loaded. Here's what I'm trying to accomplish: The user clicks a span in a long block of text, and that span is cloned, wrapped in list tags, and appended to a ul at the end of

[jQuery] Re: Form Plugin

2008-04-29 Thread finco
Thanks - that's what I needed. On Apr 29, 4:34 pm, Mike Alsup [EMAIL PROTECTED] wrote: Can someone please point me in the right direction? I am using the form plugin and it works great on a form submit action. Is there a way I can use it on a click event on a checkbox or onblur for a

[jQuery] Re: Only want to enable rollover behaivor for a certain class combination

2008-04-29 Thread Hamish Campbell
You'd use a selector like: $('.myClass:not(.selectedClass)') On Apr 30, 9:56 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, If an image has a class myClass, I would like to set a mouseover/ mouseout behavior.  However, if an image has two classes myClass selectedClass, I would like to

[jQuery] Re: Manipulating content generated after $(document).ready

2008-04-29 Thread Morgan Allen
Just add the .click to the .clone() chain. On Tue, Apr 29, 2008 at 2:19 PM, Matt Henry [EMAIL PROTECTED] wrote: I'm wondering if it's possible to use jQuery to manipulate content that has been generated by jQuery after the page has loaded. Here's what I'm trying to accomplish: The user

[jQuery] Re: Release: Autocomplete Plugin 1.0

2008-04-29 Thread Jörn Zaefferer
Christoph Haas schrieb: Jörn, On Sonntag, 27. April 2008, Jörn Zaefferer wrote: I've just finished the 1.0 release of my autocomplete plugin. Thanks a lot for the plugin. I'm using it in two projects already. However there is one nasty bug: if the user selects an entry from the

[jQuery] Re: Autocomplete plugin modifications

2008-04-29 Thread Jörn Zaefferer
Corey Coto schrieb: Thanks Jörn! I created: http://dev.jquery.com/ticket/2756 http://dev.jquery.com/ticket/2757 Thanks, that helps a lot! Jörn

[jQuery] Re: autocomplete: Can you drive one field off another

2008-04-29 Thread Jörn Zaefferer
meppum schrieb: For instance, if I had a country field and a state field and I wanted the state field to be prefiltered by the value of the country field. In order to do this I would use remote calls and a request string like '/states/?country=value of first fieldq=. Is something like this

[jQuery] Re: autocomplete: Can you drive one field off another

2008-04-29 Thread Jörn Zaefferer
Jörn Zaefferer schrieb: meppum schrieb: For instance, if I had a country field and a state field and I wanted the state field to be prefiltered by the value of the country field. In order to do this I would use remote calls and a request string like '/states/?country=value of first fieldq=.

[jQuery] Re: [Autocomplete Plugin 1.0] Use of *.css files

2008-04-29 Thread Jörn Zaefferer
dineshv schrieb: The autocomplete plugin comes with two css files - main.css and jquery.autocomplete.css. I'm guessing that the main.css is for the demo script only - is that right? What is the jquery.autocomplete.css used for and is it necessary? The reason for asking is that I'm getting a

[jQuery] Re: [Autocomplete Plugin 1.0] Use of *.css files

2008-04-29 Thread Jörn Zaefferer
Jörn Zaefferer schrieb: dineshv schrieb: The autocomplete plugin comes with two css files - main.css and jquery.autocomplete.css. I'm guessing that the main.css is for the demo script only - is that right? What is the jquery.autocomplete.css used for and is it necessary? The reason for

[jQuery] Re: [autocomplete] Hyperlinks in returned list

2008-04-29 Thread Jörn Zaefferer
theintoy schrieb: To follow up from the discussion on: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ @Chris THANKS! your solution works eactly how I was hoping, a nice touch disabling the textfield... @Jorn: Top quality work. Thanks for the swift response. I have

[jQuery] Re: AutoComplete - how to update the local data array?

2008-04-29 Thread Jörn Zaefferer
Adam schrieb: I am using the local data array to populate the typeahead list. After a button on my form is clicked, I want to update local data array with new values. If I try to call the original autocomplete function again: $(#search_query).autocomplete(eval(data), {multiple: true,

[jQuery] Re: Tooltip

2008-04-29 Thread Jörn Zaefferer
fritz schrieb: Hello Jörn, i have read, that you are considering to implement sticky to your tolltip plugin. Has or will this happen or more likely not in the near future? Hasn't happended yet. A reference implementation (eg. a dirty hack in the current codebase) would help to get things

[jQuery] Re: Accordion Style Navigation Intermitten Click Issue

2008-04-29 Thread Jörn Zaefferer
JumpingMattFlash schrieb: I've uploaded an example of this page which highlights the problems i've had. The concerning part is that the behaviour is different in IE 7 to Opera Firefox. I'm trying to create a slide down site navigation which closes any other panel when opening a new one. In IE,

[jQuery] Re: ajax submit and jquery validation

2008-04-29 Thread Jörn Zaefferer
Adwin Wijaya schrieb: I forgot ... i am not using input type='submit' because I use ajax i serialize the data first before submitting ... may be I should made clear ... I want to validate .. and I want to know .. if it is pass the validation (using JQUERY Validation) then I can do

[jQuery] Re: IE 6 double submit

2008-04-29 Thread Jörn Zaefferer
Tomas GF schrieb: I'm using jQuery with form and validate plugins. I have several forms on the same page. The following code submit the proper form: $(document).ready(function() { var loader = jQuery('div id=loaderloader/div'); $.validator.setDefaults({ debug: true,

[jQuery] treeview - async - can we get a loading icon like this?

2008-04-29 Thread rolfsf
I included Jörn's treeview in an application mockup, and it's now being implemented as an async tree menu by one of our .NET developers. His only request/comment, so far, is can we get a spinner icon like this? http://developer.yahoo.com/yui/examples/treeview/dynamic_tree.html click on any

[jQuery] Re: Manipulating content generated after $(document).ready

2008-04-29 Thread Karl Swedberg
The .clone() method can take an argument -- true -- that will copy the events as well. So, you can do $(this).clone(true) instead of $(this).clone(). There are other ways to achieve this as well, noted in the Frequently Asked Questions:

[jQuery] Re: treeview - async - can we get a loading icon like this?

2008-04-29 Thread Chris J. Lee
ajaxload.info the indicator type is the arrow. -Chris ottawaydigital.net On Apr 29, 7:21 pm, rolfsf [EMAIL PROTECTED] wrote: I included Jörn's treeview in an application mockup, and it's now being implemented as an async tree menu by one of our .NET developers. His only request/comment, so

[jQuery] Re: treeview - async - can we get a loading icon like this?

2008-04-29 Thread rolf m
I'm sorry - I didn't mean the graphic specifically, but an option to show a loading graphic while the selected tree branch is loading and perhaps it's already there, but it's not obvious to me thanks, rolfsf On Tue, Apr 29, 2008 at 5:13 PM, Chris J. Lee [EMAIL PROTECTED] wrote: ajaxload.info

[jQuery] Re: [ANNOUNCE] New Twitter Account for jQuery jQuery UI Projects

2008-04-29 Thread Lee Hinde
On Sun, Apr 27, 2008 at 12:05 PM, Rey Bango [EMAIL PROTECTED] wrote: In an effort to maximize the reach of announcements about upcoming jQuery jQuery UI updates and releases, the team has created a new Twitter account: http://twitter.com/jquery and http://twitter.com/jqueryui I

[jQuery] [validation] error elements are appended endlessly

2008-04-29 Thread pre-pro-md
I am using the validation plugin 1.2.1 and jquery 1.2.3 The problem is that the error containers are added, but: a) not removed when the user enters the correct data and moves to the next field b) more importantly, if the user clicks submit again, another error element added (yes, an extra one)

[jQuery] [validation] error elements are appended endlessly

2008-04-29 Thread pre-pro-md
I have a problem using validation plugin 1.2.1 and jquery 1.2.3 Every time the user clicks submit, the script adds a new error element, leaving the previous one, so I end up with error elements stacking up one after another. Also, the script doesn't remove the error if user fills the field

[jQuery] how to preserve the image that was there when I roll over

2008-04-29 Thread [EMAIL PROTECTED]
Hi, I have several images on my page, each with class myClass. I know when I roll over each image, I want its source to be over.gif. However, when I roll out I want the image to be whatever was there before, and it will be different for each image. How can I construct mouseover/mouseout

  1   2   >