[jQuery] Re: Growing jQuery

2007-10-29 Thread Richard D. Worth
Sean, Great talk! If you wouldn't mind, please post to slideshare and tag jQueryCamp07. Thanks. - Richard On 10/29/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: > > I gave this presentation at the jQuery Camp, and several people asked > me to post it online. You can find the presentation attache

[jQuery] Re: jQuery Presentation

2007-10-29 Thread Yehuda Katz
Hey, Can you post the presentation to slideshare and tag it jQuery? -- Yehuda On 10/29/07, sgrover <[EMAIL PROTECTED]> wrote: > > > I did a presentation on jQuery this past weekend at COSSFEST > (www.cossfest.ca). I've posted the presentation files to my personal > blog for any who would like to

[jQuery] Re: jQuery.ScrollTo

2007-10-29 Thread Flesler
This one also uses ScrollTo, it's still beta. Project: http://jquery.com/plugins/project/ScrollShow Demo: http://www.freewebs.com/flesler/jQuery.ScrollShow/ On 29 oct, 22:38, Flesler <[EMAIL PROTECTED]> wrote: > jQuery.ScrollTo 1.2.2 was released... if someone is interested in > taking a look..

[jQuery] Cross browser problem in JQuery 1.2.1, Run on FF1.5 but not IE6

2007-10-29 Thread Alucard
Dear all Can you please tell me if this is really a cross browser problem or my misunderstanding, I cannot run the code below successfully under IE6 but FF is perfect. So, would you all mind if you can help me out in this problem? MS debugger information attached. Thank you very much for all yo

[jQuery] Re: jQuery.ScrollTo

2007-10-29 Thread SterlingK
Um... excuse me? Excuse me? Attention, everyone! Is this thing on? Testing? Testing? 1, 2, 3... Hi. Um, I just wanted to say that Flesler is awesome. He exchanged a veritable plethora of blog comments with me today in order to fix a problem I was having with a combination of his plugin and

[jQuery] Getting draggable object reference?

2007-10-29 Thread Shoeb
Hi, i am new user of jQuery. How can i get the draggable object reference which is dropping on droppable div? i have already tried with draggableInstance( ) cheers Shoeb

[jQuery] jQuery Presentation

2007-10-29 Thread sgrover
I did a presentation on jQuery this past weekend at COSSFEST (www.cossfest.ca). I've posted the presentation files to my personal blog for any who would like to take a look: http://grover.open2space.com/node/186 The presentation was well attended (near full room), and well received, I think.

[jQuery] Re: rounded corners in tabs

2007-10-29 Thread SterlingK
Dave, you nailed it. I'm pretty new to jquery stuff, so I really appreciate that nudge in the right direction. What I did is a callback on 'show' in my tabs function. Two relatively small problems have now arisen from that. First, in Firefox the box that should be rounded flickers quite obviou

[jQuery] Getting the now focused element in a blur event handler

2007-10-29 Thread Kelvin Luck
Hi, I'm looking for a way to find out the currently focused element from within a blur event. I have it working in Firefox using event.explicitOriginalTarget as you can see here: http://kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerOnFocus.html However, this seems to be a Firefo

[jQuery] Re: My first plugin, criticisms please

2007-10-29 Thread Dave Methvin
> $(ELEMENTS_TO_CHANGE).syncValue(ELEMENT_I_WISH_TO_COPY).show(); > That way your focus is on the changing element. I tend to agree; if that's what you want then it's pretty short already. $(syncElements).val(formatter(elementToCopy.val())).show(); The other way around isn't a lot longer but it

[jQuery] Re: Ebyte.com now using JQuery

2007-10-29 Thread Rick Faircloth
The site looks really good, Brandon... and yes, that was a 20-pack of WD 250 GB drives. I thought maybe the site was in demo or debugging mode and someone was playing around with the prices! Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Beha

[jQuery] Re: New Plugin: SimpleModal

2007-10-29 Thread Pops
On Oct 26, 12:19 am, Eric Martin <[EMAIL PROTECTED]> wrote: > > Ok, I checked into it and I have the FireFox NOSCRIPT plugin. Just too > > dangerous out there to willy nilly allow all sites use Javascript. So > > I turn it on on a site by site basis. NOSCRIPT puts alittle clickable > > icon in

[jQuery] Re: rounded corners in tabs

2007-10-29 Thread Dave Methvin
> My problem is that my corners will round just fine so long as they're > in the first tab. After that, they don't round at all. I can have > several divs on the first page and all will have rounded corners with > no problems, but nothing beyond that first tab. My guess--just a guess mind you-

[jQuery] Re: ColdFusion LightBox Gallery

2007-10-29 Thread Leandro Vieira Pinho
Nice integration man. My Regards On Oct 28, 6:00 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I have just reduced anotehr great jQuery plugin ( lightbox 0.3 from > leandro vieira) to a really easy Coldfusion CTAG. > Using that is quite simple and is easy customizable. > A demo is

[jQuery] Re: Newbie Question: Specifying the links that are in a particular Div?

2007-10-29 Thread Vik_R
Thanks very much, guys! -- View this message in context: http://www.nabble.com/Newbie-Question%3A-Specifying-the-links-that-are-in-a-particular-Div--tf4713851s27240.html#a13480579 Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: jQuery.ScrollTo

2007-10-29 Thread Flesler
jQuery.ScrollTo 1.2.2 was released... if someone is interested in taking a look.. Here's the project page: http://jquery.com/plugins/project/ScrollTo And here's the demo: http://www.freewebs.com/flesler/jQuery.ScrollTo/ There's another plugin, for links scrolling, that uses this plugin: Project p

[jQuery] Re: Using jQuery to select labels

2007-10-29 Thread Dave Methvin
> var label = $("label[for='ds_email']"); > But jQuery returns a empty object Is this happening in IE only? Try this: var label = $("label[htmlFor='ds_email']");

[jQuery] Re: Ebyte.com now using JQuery

2007-10-29 Thread Brandon
That's probably a 50 pack of drives you're looking at. On Oct 29, 7:49 pm, "Rick Faircloth" <[EMAIL PROTECTED]> wrote: > > some great hard drive prices! > > I didn't know 40GB drives were still available, > but they have a WD 250GB for $1,455.99! What a steal! ;o) > > Rick > > > -Original M

[jQuery] Re: Ebyte.com now using JQuery

2007-10-29 Thread Brandon
Because our site is so dynamic, and the whole shopping cart does a lot of backend ajax calls, we were having some serious issues with prototype locking up browsers and causing lost sales. We started getting curious about jQuery a while ago but it wasn't until recently that we really looked into it

[jQuery] Re: invoke jQuery Cycle Plugin - help please!

2007-10-29 Thread Mike Alsup
> Is it possible to invoke the Cycle Plugin to just do at specific > transition between 2 specific children? > > example: > > >test test >test test >test test >test test >test test > > > how do I use the cycle plugin to make a specific transition between, > let's say my_id1 a

[jQuery] Re: Ebyte.com now using JQuery

2007-10-29 Thread Rick Faircloth
> some great hard drive prices! I didn't know 40GB drives were still available, but they have a WD 250GB for $1,455.99! What a steal! ;o) Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of > polyrhythmic > Sent: Monday, October 29, 200

[jQuery] Center a Div

2007-10-29 Thread jmancor
Hello everyone! I got this question going around my head and its just because i can't find a proper solution. Thing is i got a project on which i want to show a preloader whenever something is sent or some event has been triggered. How could i set the preloader to show itself right on the middle o

[jQuery] invoke jQuery Cycle Plugin - help please!

2007-10-29 Thread Boris
Hello! I've really tried to search for this specifick problem. Is it possible to invoke the Cycle Plugin to just do at specific transition between 2 specific children? example: test test test test test test test test test test how do I use the cycle plugin to make a specific

[jQuery] Re: sortable problem ...

2007-10-29 Thread [EMAIL PROTECTED]
Right now, as a workaround, I'm just manually calling my update function where it should be calling the callback function. Just a hack until they fix it.. I spoke with John and he's aware of the issue, but didn't give me a timeframe on resolution. On Oct 27, 10:32 am, df-sean <[EMAIL PROTECTED]

[jQuery] rounded corners in tabs

2007-10-29 Thread SterlingK
I'm working with the jquery-roundcorners-canvas plugin and the official tabs plugin (ver. 3 / ui). My problem is that my corners will round just fine so long as they're in the first tab. After that, they don't round at all. I can have several divs on the first page and all will have rounded cor

[jQuery] Re: BlockUI + Ajax (AjaxForm)

2007-10-29 Thread Gediminas
Actually not only ajaxSubmit is being done few times, but the whole "$ ('#yes').one("click",function() { });" function is being repeated... So the question is - how to prevent function from repeating itself?.. :/

[jQuery] Re: clueTip feedback and suggestions

2007-10-29 Thread Karl Swedberg
On Oct 29, 2007, at 6:19 PM, DaveG wrote: [EMAIL PROTECTED] wrote: Many thanks to Karl for an awesome plugin. I've just started using it and am going to most likely standardize to clueTip for popover use across all our websites. Dave, I have to say I'm impressed with your dedication to

[jQuery] Re: My first plugin, criticisms please

2007-10-29 Thread polyrhythmic
Adrian, Which elements would you likely work on next after copying values? The order matters because you're going to return a jQuery element or element set. I think it's better to be able to do something like this: $(ELEMENTS_TO_CHANGE).syncValue(ELEMENT_I_WISH_TO_COPY).show(); That way your fo

[jQuery] Re: clueTip feedback and suggestions

2007-10-29 Thread DaveG
[EMAIL PROTECTED] wrote: Many thanks to Karl for an awesome plugin. I've just started using it and am going to most likely standardize to clueTip for popover use across all our websites. Dave, I have to say I'm impressed with your dedication to debugging clueTip ;) Thank Karl, he's the one w

[jQuery] Re: Ebyte.com now using JQuery

2007-10-29 Thread polyrhythmic
Awesome to hear another success story. Very clean site, easy to use. No 6GB microSD cards, but some great hard drive prices! I'm curious to hear, how did jQuery's 'flexibility and compatibility' inspire your conversion? Charles On Oct 29, 11:42 am, Brandon <[EMAIL PROTECTED]> wrote: > Just want

[jQuery] Re: .attr("type","hidden")

2007-10-29 Thread Erik Beeson
See also, this thread: http://groups.google.com/group/jquery-en/browse_thread/thread/b1e3421d00104f17/88b1ff6cab469c39 --Erik On 10/29/07, Robert O'Rourke <[EMAIL PROTECTED]> wrote: > > > Hi, does $("some selector").attr("type","hidden") work for anyone? > > I'm getting this in firebug: > > [Ex

[jQuery] Re: My first plugin, criticisms please

2007-10-29 Thread Jonathan Sharp
It'd be best to post a link to the sample. Most people won't go through the time to copy and paste the above code to execute it. Cheers, -js On 10/29/07, Adrian Lynch <[EMAIL PROTECTED]> wrote: > > > I hope this is ok to do. I've just done my first plugin and I thought > I'd ask for anyone's opi

[jQuery] Re: Using jQuery to select labels

2007-10-29 Thread Richard D. Worth
Your code looks good. And in fact it worked for me on a test page containing the following: Email: Some reminders/things to try next: 1. Are you using the latest version of jQuery? 2. Have you tried Firebug? 3. Is your code inside a $(document).ready(function() { ... }); or (shortcut) $(function

[jQuery] Re: Newbie Question: Specifying the links that are in a particular Div?

2007-10-29 Thread Karl Swedberg
Hi there, a couple of things. First, you can create your selectors the same way you do with css rules (but you can actually use all the selectors from css 1-3 with jQuery). So, inside the $(), just put in "#menu a". Then, when you're dealing with links, you'll need to stop the default beh

[jQuery] Re: Newbie Question: Specifying the links that are in a particular Div?

2007-10-29 Thread Josh Nathanson
I think you want $("#menu a").click(function() { etc. }); -- Josh - Original Message - From: "Vik_R" <[EMAIL PROTECTED]> To: Sent: Monday, October 29, 2007 12:04 PM Subject: [jQuery] Newbie Question: Specifying the links that are in a particular Div? I'd like to attach an onc

[jQuery] My first plugin, criticisms please

2007-10-29 Thread Adrian Lynch
I hope this is ok to do. I've just done my first plugin and I thought I'd ask for anyone's opinions. It takes the value of one input box and assigns it to any number of other input boxes after being run though a formatter function. In this example the formatter strips anything that isn't an alph

[jQuery] Re: PHP Contest Scoreboard, utilising the jQuery library

2007-10-29 Thread RichUncleSkeleton
D'oh! My bad, I thought I had pasted a link in there. DaveG is correct, the URL is http://www.doheth.co.uk/codelair/php-mysql/scoreboard There is a demo provided. -- Scott. On Oct 27, 1:35 am, Rey Bango <[EMAIL PROTECTED]> wrote: > Hi Scott. > > Can you provide a link? > > Rey > > RichUncleSk

[jQuery] Newbie Question: Specifying the links that are in a particular Div?

2007-10-29 Thread Vik_R
I'd like to attach an onclick function to the links that are in a specific div. The id of the div is "menu". I tried variations on this: $(document).ready(function(){ $("#menu").("a").click(function(){ alert("Thanks for visiting!"); }); }); ...but I was just guessi

[jQuery] [NEWS] Learning jQuery book review

2007-10-29 Thread Rey Bango
Ben Nadel has posted a great review of Learning jQuery: http://www.bennadel.com/index.cfm?dax=blog:1012.view I like this quote: "Learning jQuery by PACKT Publishing, co-authored by Jonathan Chaffer and Karl Swedberg, does this for you - the very first chapter starts out by taking what you fe

[jQuery] Re: Modding WYMeditor dialogs

2007-10-29 Thread Hydro007
Thanks, works great! On Oct 26, 8:33 pm, Paul Colomiets <[EMAIL PROTECTED]> wrote: > Hydro007 wrote: > > I'm trying to load he WYMeditor dialogs in a seperate div instead of a > > popup window. This all works quite nice, but I have some issues when > > it comes to retrieving the submitted data an

[jQuery] Re: jQuery 1.2 benchmark

2007-10-29 Thread Lauris Bukšis-Haberkorns
great thanks :) On 10/29/07, John Resig <[EMAIL PROTECTED]> wrote: > > [lang=en] > > On 10/29/07, Lauris Bukšis-Haberkorns <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > lang selector could be useful > > > > Lafriks > > > > On 10/29/07, Jeffrey Kretz <[EMAIL PROTECTED]> wrote: > > > > > > Lafrik

[jQuery] Ebyte.com now using JQuery

2007-10-29 Thread Brandon
Just wanted to let everyone know that we just released version 2 of Ebyte.com, and with it was a complete overhaul of our backend framework. It took us about a month, but we successfully migrated from prototype and script.aculo.us to jquery, improving the flexibility and compatibility of the site,

[jQuery] Re: how to trigger jCarousel callbacks from the outside..

2007-10-29 Thread pigeonpoop
I actually did get it to work. Sorry i never updated this page. But this is how i ended up doing it. Thanks so much for your help, Jan! $('slider_id').jcarousel({ initCallback: function (carousel, state) { bindLoader(carousel, state, element_ID_to_bind, other_var

[jQuery] Re: Fade In and Fade Out Div

2007-10-29 Thread Glen Lipka
Have you seen the dimScreen Plugin? http://docs.jquery.com/Plugins/dimScreen It does almost all of what you are asking for. Might additionally need the pause plugin for #4. http://blog.mythin.net/projects/jquery.php Then after the pause, just use fadeOut(). Hope this helps, Glen On 10/29/07,

[jQuery] Re: .attr("type","hidden")

2007-10-29 Thread Glen Lipka
I tried alternatives, but none worked. Jeffrey's version worked well. I whipped up a demo using his code. http://www.commadot.com/jquery/hiddenFields.php Glen On 10/29/07, Jeffrey Kretz <[EMAIL PROTECTED]> wrote: > > > If you are trying to change the type of an input element from, say, > type="t

[jQuery] Re: How to create a plugin?

2007-10-29 Thread Andy Matthews
Thanks Karl! Appreciated. My plugin isn't going to be much of anything, but I thought it would be a good intro into creating one. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Monday, October 29, 2007 12:05 PM To: jquery-en@googlegroups.com

[jQuery] Re: Drupal Form + jQuery Forms Plugin + File Uploads (Drupallers & jQuery gurus please)

2007-10-29 Thread Mike Alsup
Can you post a demo page that shows the problem? On 10/29/07, leo_ <[EMAIL PROTECTED]> wrote: > > I'm having some problems with this plugin as well... > > I have a simple form, with two text inputs, and a file input. > I use ajaxForm on this form so that it is sent using AJAX. If I don't > sele

[jQuery] Re: jQuery 1.2 benchmark

2007-10-29 Thread John Resig
[lang=en] On 10/29/07, Lauris Bukšis-Haberkorns <[EMAIL PROTECTED]> wrote: > > Hi, > > lang selector could be useful > > Lafriks > > On 10/29/07, Jeffrey Kretz <[EMAIL PROTECTED]> wrote: > > > > Lafriks, > > > > Hello and welcome to the forum. What features would you like to see in > > jQuery t

[jQuery] Re: jQuery 1.2 benchmark

2007-10-29 Thread Lauris Bukšis-Haberkorns
Hi, lang selector could be useful Lafriks On 10/29/07, Jeffrey Kretz <[EMAIL PROTECTED]> wrote: > > Lafriks, > > Hello and welcome to the forum. What features would you like to see in > jQuery that are missing? > > JK > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[

[jQuery] Re: .attr("type","hidden")

2007-10-29 Thread Gordon
If you're trying to select hidden fields, then use $('input:hidden') or $('input[type='hidden']) If you are trying to make selected form fields invisible then use $ ('input').hide (); On Oct 29, 3:56 pm, Robert O'Rourke <[EMAIL PROTECTED]> wrote: > Hi, does $("some selector").attr("type","hidden

[jQuery] Re: jQuery 1.2 benchmark

2007-10-29 Thread Jeffrey Kretz
Lafriks, Hello and welcome to the forum. What features would you like to see in jQuery that are missing? JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lauris Bukšis-Haberkorns Sent: Monday, October 29, 2007 3:56 AM To: jquery-en@googlegro

[jQuery] Re: .attr("type","hidden")

2007-10-29 Thread Jeffrey Kretz
If you are trying to change the type of an input element from, say, type="text" to type="hidden", this isn't really supported by very many browsers. You could do something like this, however: var input = $('#blabla'); var hidden = $('').insertBefore(input); input.remove(); JK -Original Mess

[jQuery] Re: How to create a plugin?

2007-10-29 Thread Karl Swedberg
Hi Andy, This page is a good place to start: http://docs.jquery.com/Plugins/Authoring --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 29, 2007, at 12:35 PM, Andy Matthews wrote: I've got a good idea for a fun plugin, but I'm not sure how to proce

[jQuery] Re: Match a named dropdown

2007-10-29 Thread Josh Nathanson
I'm looking for a way to match a dropdown with a specific name. To match that single select element, do: $("select[name=opportunity_type]").change(function() { etc. }); -- Josh

[jQuery] Re: Instance embedded media-object keeps playing after new instance is created in jquery media-plugin

2007-10-29 Thread Mike Alsup
I found I was getting more consistent results with the setTimeout call. On 10/29/07, King Bukkum <[EMAIL PROTECTED]> wrote: > > Hi Mike, > > It works again. Thanks! Just a little question: why do is setTimeout > used? > > On 28 okt, 17:49, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > > Hope someb

[jQuery] Re: Weird checkbox comportment

2007-10-29 Thread [EMAIL PROTECTED]
I found this solution that does not convince me a lot but...it works :) function addMessageClickHandlers(){ $('#messages h3 + div').hide(); $('#messages h3').click(function(event){ if(!$(event.target).is(":input")) { var $nex

[jQuery] Re: jQuery does not work when included in another JS file

2007-10-29 Thread Jonathan Sharp
You're trying to include the file on an unstable DOM. Look at jQuery's "getScript" method. Unfortunately you'd have to have jQuery loaded to use it. Cheers, -js On 10/29/07, DMS <[EMAIL PROTECTED]> wrote: > > > I'm trying to include jQuery from within another javascript file, > using this.. > >

[jQuery] jQuery does not work when included in another JS file

2007-10-29 Thread DMS
I'm trying to include jQuery from within another javascript file, using this.. <-- JavaScript Include --> function include_js(name) { var th = document.getElementsByTagName('head')[0]; var s = document.createElement('script'); s.setAttribute('type','text/javascript'); s.setAttribute('src',name)

[jQuery] Fade In and Fade Out Div

2007-10-29 Thread shapper
Hello, I have a DIV in my page and I need to: 1. The DIV must be over all other page content. 2. Select the DIV position: It could be Centered or on Top Right. The DIV should be over all page content. 3. Fade the DIV from a X% opacity to a 0% opacity when: N seconds have past or when the user cl

[jQuery] Re: Drupal Form + jQuery Forms Plugin + File Uploads (Drupallers & jQuery gurus please)

2007-10-29 Thread leo_
I'm having some problems with this plugin as well... I have a simple form, with two text inputs, and a file input. I use ajaxForm on this form so that it is sent using AJAX. If I don't select a file in the file input, everything works correctly. The $_POST array contains all values present in the

[jQuery] Re: Stripped down AJAX methods

2007-10-29 Thread [EMAIL PROTECTED]
Wouldn't it be easier in this case to use your own "library". jQuery has quite a few things you might not want or need for such an application, but the thought of a mobile version of jQuery isn't such a bad one :) On Oct 29, 1:56 am, "Steve Finkelstein" <[EMAIL PROTECTED]> wrote: > Hey folks, > >

[jQuery] Using jQuery to select labels

2007-10-29 Thread Gameslife
Hello. I trying to use jQuery to select label elements in my forms, utilizing this sintax: var label = $("label[for='ds_email']"); But jQuery returns a empty object ... the label exists in the form what I tryng to select. Anyone have a solution for this problem? :S Thanks :)

[jQuery] Match a named dropdown

2007-10-29 Thread Snook
Dear, I'm looking for a way to match a dropdown with a specific name. Unfortunately, I cannot add a id to this field. Here is the html code of my dropdown: --None-- Controle Security/option> And I'm trying to access it in this code: $("select").change(function () { $("se

[jQuery] Re: Keepaway plugin-for the easily amused

2007-10-29 Thread Flesler
Hehe, I remember when I first saw this done in Visual Basic, it scared me to death, it was like "Are you sure you wanna format your C dirve?, press no to cancel". It's very funny Danny. I don't know if usable enough for a plugin, but certainly funny :) Ariel Flesler On Oct 29, 1:20 am, Danny <[E

[jQuery] imagebox and jCarouselLite

2007-10-29 Thread mohsin
can we use imagebox plugin with jCarouselLite plugin . i m trying to use it but getting wrong count in image box. code is as follow << FetchRow(); echo "$image_count"; ?>

[jQuery] Re: jQuery 1.2 benchmark

2007-10-29 Thread Lauris Bukšis-Haberkorns
I did and this link was not to offence anyone. I was just curius what do others think about it :) And also that there are some missing features for jquery that other frameworks does have. Lafriks On 10/26/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > Run this test in Internet Explorer and look at

[jQuery] Re: Consider a standard documentations for plugins

2007-10-29 Thread Aaron Barker
A few thoughts... 1 - There are two kinds of documentation I think we could possibly be talking about. First would be the documentation on a website (the official wiki, plugin homepage, whatever), and second would be the documentation in the .js file itself. As was mentioned by several, the wik

[jQuery] Re: Hovering over jQuery retrieved HTML

2007-10-29 Thread Charles Sexton
Am I asking this question in the wrong place? Where would I go to get responses?

[jQuery] Jquery slideToggle shows jerk in animation

2007-10-29 Thread b u d d h a
hi all, $(document).ready ( function() { $('div#dflights').hide(); $('a#aflights').click(function(){$ (

[jQuery] Re: Instance embedded media-object keeps playing after new instance is created in jquery media-plugin

2007-10-29 Thread King Bukkum
Hi Mike, It works again. Thanks! Just a little question: why do is setTimeout used? On 28 okt, 17:49, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > Hope somebody can help me with this problem: > > > I have 10 links displaying 10 different streams. When clicking on link > > 1, I want to display str

[jQuery] Re: Image + map area + mouseout event

2007-10-29 Thread Nordelius
I've the same problem.. ;(

[jQuery] How to create a plugin?

2007-10-29 Thread Andy Matthews
I've got a good idea for a fun plugin, but I'm not sure how to proceed. Is there a tutorial on how to create a jQuery plugin? Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www

[jQuery] Re: .attr("type","hidden")

2007-10-29 Thread Steve Blades
Did you mean $('input[type='hidden'])? Your code is trying to set the type attribute. It looks like you want to select a field with a type of hidden -- Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blo

[jQuery] Re: Thickbox $().load error

2007-10-29 Thread Tobias Parent
Christopher wrote: Ad4m, did you ever find out what was giving you issues? I just added thickbox to a project, and i too am getting this error. Doing a search on google led me here and no where else. Just curious if you or someone else knows how to remedy this issue. Hey, all - I think

[jQuery] Re: Any jQuery plugin for image upload with preview?

2007-10-29 Thread Bhaarat Sharma
Sorry i am fairly new to jQuery. could you please show a little snippet that can achieve this? On Oct 29, 11:48 am, Yehuda Katz <[EMAIL PROTECTED]> wrote: > This could be done trivially via Ajax > > Sent from my iPhone > > On Oct 29, 2007, at 8:46 AM, Bhaarat Sharma <[EMAIL PROTECTED]> wrote: > >

[jQuery] .attr("type","hidden")

2007-10-29 Thread Robert O'Rourke
Hi, does $("some selector").attr("type","hidden") work for anyone? I'm getting this in firebug: [Exception... "'type property can't be changed' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "" data: no] Cheers, Rob

[jQuery] Re: Any jQuery plugin for image upload with preview?

2007-10-29 Thread Yehuda Katz
This could be done trivially via Ajax Sent from my iPhone On Oct 29, 2007, at 8:46 AM, Bhaarat Sharma <[EMAIL PROTECTED]> wrote: Hi Wondering if someone here knows a plugin that would dynamically show the user what image has been uploaded. say the page has 3 text fields with browse button

[jQuery] Any jQuery plugin for image upload with preview?

2007-10-29 Thread Bhaarat Sharma
Hi Wondering if someone here knows a plugin that would dynamically show the user what image has been uploaded. say the page has 3 text fields with browse button that lets users select which pic to upload and an upload button on each 3 text fields. if after clicking browse and upload on first el

[jQuery] Weird checkbox comportment

2007-10-29 Thread [EMAIL PROTECTED]
Hello, Here is the DOM structure I use : Re : Title my text And I would like to use a sort of acc

[jQuery] Re: Taconite and  

2007-10-29 Thread MarcelloP
Thats work! Thank you On Oct 29, 1:02 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > Marcello, > > > > >Hi! I've found that if I use the special chars " " instead of a > >space char in a taconite xml doc, I cant get the response doc to be > >processed by taconite; for ex: > > > > >

[jQuery] JQuery Validation plugib version 1.2?

2007-10-29 Thread wattaka
HI Jörn? is version 1.2 ready? Thanks

[jQuery] Re: detailed balloon?

2007-10-29 Thread Karl Swedberg
yeah, at its mots basic level, it is pretty simple. The tricky part comes in when you have varying height and/or position on the page -- repositioning the balloon to ensure that it's completely visible. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On

[jQuery] Re: Fixing divs with jquery (adding )

2007-10-29 Thread Corey Frang
You could simply wrap the php file in another php file that does ob_start() then includes the other php file, ob_get_contents(), edit the code appropriately and then dump it. Would be my suggestion... Broken DOM leads to many problems, one of which is jQuery wont be able to find selectors ve

[jQuery] Re: Taconite and  

2007-10-29 Thread Dan G. Switzer, II
Marcello, >Hi! I've found that if I use the special chars " " instead of a >space char in a taconite xml doc, I cant get the response doc to be >processed by taconite; for ex: > > > >   > > > >debugging with firebug I got only this: > >[taconite] Plugin Version: 2.1.7 >[taconite] [AJAX

[jQuery] Taconite and  

2007-10-29 Thread MarcelloP
Hi! I've found that if I use the special chars " " instead of a space char in a taconite xml doc, I cant get the response doc to be processed by taconite; for ex:   debugging with firebug I got only this: [taconite] Plugin Version: 2.1.7 [taconite] [AJAX response] content-type:

[jQuery] Re: Fixing divs with jquery (adding )

2007-10-29 Thread Gordon
There is no reliable way of fixing that in JavaScript, which is strongly dependant on having a well-formed DOM structure to work with. Besides, it would be a waste of processor cycles on the client side. Surely it couldn't be difficult for the server side developers to fix the scripts that gener

[jQuery] Re: detailed balloon?

2007-10-29 Thread Gordon
It's pretty simple to implement, just have a hidden absolute positioned div that gets shown and has its position set on mouseover. That's how the jargon buster I wrote for www.pcwb.com works, in fact. On Oct 29, 12:14 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > hi, > > Does jQuery have