Re: [jQuery] jqueryplugins.com

2007-02-27 Thread Alexandre Plennevaux
1/ rating system: along the line of what Matt said: 5. There should definitely be a ratings system or some way for the best plugins to quickly rise to the top. From a user perspective, there's nothing worse than a long list of optional modules like exists now. If a user is looking for a

Re: [jQuery] Integrate Form plugin with jQuery plugin Validation

2007-02-27 Thread amircx
hey... still not working ... its writes that he expects : on line 35 the online files are on: http://www.amir.cx/ajax/test1/test3.php please if you can take a look and see whats worng... thanks ;) Jörn Zaefferer wrote: amircx schrieb: hey. ive built a form thats sends data

[jQuery] Strange bug in jquery forms 1.0

2007-02-27 Thread amircx
ive downloaded the zip and exctract it without any changes and upload it into: http://www.amir.cx/ajax/test2/demo-test/ajaxSubmit-intergration-demo.html take a look, there is a error on line 31 , and also ive dropped the $.validator.debug line witch also caused error (somthing undefined) hope

Re: [jQuery] Tabs plugin / CSS problem

2007-02-27 Thread Wilfred Nas
Klaus, you are right, my fault (too lazy with copy and pasting as it is still early) but Doctype does matter when rendering, see http://www.quirksmode.org/css/quirksmode.html On Feb 27, 2007, at 8:39 AM, Klaus Hartl wrote: Wilfred Nas schrieb: you may want to start with giving the page

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread agent2026
Very nice Klaus. One thing I would really like to see added (which I've done with help my modded version) is circular browsing - 'next' on last image loads first image, and vice versa - and 'click=next' when clicking on an image in a Thickbox. Great work, and thanks. Adam -- View this message

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread David Duymelinck
Klaus Hartl schreef: * Automatic type detection depending on type of element, respectively on type of link: image: href is an image content: href is a hash ajax: href is internal and not image iframe: href is external and not image confirm: element is form Is

Re: [jQuery] Tabs plugin / CSS problem

2007-02-27 Thread Klaus Hartl
Wilfred Nas schrieb: Klaus, you are right, my fault (too lazy with copy and pasting as it is still early) but Doctype does matter when rendering, see http://www.quirksmode.org/css/quirksmode.html Yes I know - thats why I pointed out, that the xml declaration will put IE into quirks

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Klaus Hartl
agent2026 schrieb: Very nice Klaus. One thing I would really like to see added (which I've done with help my modded version) is circular browsing - 'next' on last image loads first image, and vice versa - and 'click=next' when clicking on an image in a Thickbox. Is clicking on the image

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Klaus Hartl
David Duymelinck schrieb: Klaus Hartl schreef: * Automatic type detection depending on type of element, respectively on type of link: image: href is an image content: href is a hash ajax: href is internal and not image iframe: href is external and not image

[jQuery] My basic navigation plugin

2007-02-27 Thread Joel Birch
Hi jQuerivites, I'd like to offer up my humble plugin (humble is the key word here) to get a sense of if something this basic is of any worth to the community. I discussed an earlier version of the plugin briefly on a previous thread (Sites Powered by jQuery) and there is an

Re: [jQuery] Tabs Plugin and fxAutoHeight

2007-02-27 Thread Klaus Hartl
David schrieb: Hi, I've just been checking out the docs and demo of the tabs plugin as I want to use it in a project I'm working on.I'm keen to have all the tabs to be the same `height as I think it will look cleaner in the app. On checking the demo for the tabs plugin

Re: [jQuery] TABS plugin: ajax tabs, $.triggerTab, and intercepting clicks ??

2007-02-27 Thread Klaus Hartl
Brice Burgess schrieb: Klaus Hartl wrote: That would be done like: $('#containerullia:eq(2)').click(function() { if (formIsValid()) { $('#container-1').enableTab(2).triggerTab(2); } return false; }); Well, not exactly. The problem is that you're submittig a form,

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Alexandre Plennevaux
IMO: These are all nice add-ons, but i'd rather have them out of the main TB library, using optional callbacks. If these are popular requests, to address this request and yet not overblow the library, I think it's best that you maybe publish a FAQ: how to make circular clicking / how to make a

Re: [jQuery] Newbie Alert: Problem with Ajax

2007-02-27 Thread Edwin Martin
Matias Oberg wrote: Could this be it and are there any ways to avoid it? success: function(txt){$(#show_'. $catid .').append(txt);} Look at the contents of the string #show_'. $catid .'. I don't think you want to use this as a selector. I guess you want to

[jQuery] IE6 Processing time with fadeOut()

2007-02-27 Thread Dan Eastwell
Hi, I've got a function: function closeNav(navName, navHandler, navList){ $(navList).hide(slow,function(){ $(navName).addClass(external-nav-on); $(navHandler).addClass(closed); }); $(navHandler).toggle(function(){

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread David Duymelinck
Klaus Hartl schreef: David Duymelinck schrieb: Klaus Hartl schreef: * Automatic type detection depending on type of element, respectively on type of link: image: href is an image content: href is a hash ajax: href is internal and not image iframe: href is

Re: [jQuery] Another PNG transparency thingy for IE

2007-02-27 Thread [-Stash-]
Any chance of a URL with an example of this being used? Thanks :) Luke -- View this message in context: http://www.nabble.com/Another-PNG-transparency-thingy-for-IE-tf3295297.html#a9178908 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] My basic navigation plugin

2007-02-27 Thread Yehuda Katz
So the basic idea is that you can create a table of contents based on a series of links selected by a jQuery selector? Could be useful... -- Yehuda On 2/27/07, Joel Birch [EMAIL PROTECTED] wrote: Hi jQuerivites, I'd like to offer up my humble plugin (humble is the key word here) to get a

Re: [jQuery] Tabs Plugin and fxAutoHeight

2007-02-27 Thread David
hi Klaus, That's odd, I just tried it in IE7 and got the same result; the third tab ' Section 21' is noticeably bigger than the first 2 tabs. It looks like the second tab has nicely sized itself to match the first tab, but the third tab is always taller. I've taken some screenshots which you can

Re: [jQuery] Newbie Alert: Problem with Ajax

2007-02-27 Thread Matias Oberg
Thanks Edwin, it still don't think it's my PHP that's causing the problems. The code is inside a php-script so all variables gets replaced at runtime. But replacing the phpvariables with hardcoded values causes the same problem. $(document).ready(function(){

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread [-Stash-]
I agree with this. Keep it tight and let it do the core things extremely well. Is there any reason you can't have an extension for a plugin? Perhaps all you need is a section in the core file where you can add as many lines as yuo like that say enable this extension - path? Luke Alexandre

Re: [jQuery] Another PNG transparency thingy for IE

2007-02-27 Thread Schnuck
i can second that - a sample page would be of great help. thanks in advance! s On 26/02/07, Weaver, Scott [EMAIL PROTECTED] wrote: I have seen a number requests and solutions for fixing PNG image transparency in IE on the list. However, I have never seen one that addresses transparency of

Re: [jQuery] Multiple Ajax calls and multiple loading... boxes

2007-02-27 Thread Dmitrii 'Mamut' Dimandt
Hmm.. Does it mean that this indicator only appears once per specified ajax request? Rey Bango wrote: Hi Dmitrii, I actually ran into this same issue recently and basically took the route of unbinding the ajaxstart event after the Ajax call was done. Here's my code: // This is the Ajax

Re: [jQuery] My basic navigation plugin

2007-02-27 Thread Joel Birch
On 27/02/2007, at 9:10 PM, Yehuda Katz wrote: So the basic idea is that you can create a table of contents based on a series of links selected by a jQuery selector? Could be useful... -- Yehuda You can create a table of contents based on the elements you collect in a jQuery object. For

Re: [jQuery] TABS plugin: ajax tabs, $.triggerTab, and intercepting clicks ??

2007-02-27 Thread Brice Burgess
Klaus Hartl wrote: Brice Burgess schrieb: You're right that wouldn't work.. that's why I would like to cancel tab activation if onClick returns false. This way I can do; $(container).tabs({remote: true, onClick: submitForm}); var clickedTab = false; function submitForm(tab, content,

Re: [jQuery] Newbie Alert: Problem with Ajax

2007-02-27 Thread Matias Oberg
Think I've found the solution myself. In the return data from my phpscript I have a couple of javascripts. I placed this in the wrong section of the phpfile which caused the javascript to be written over and over again. The sample script was this. script var alertme =

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread [-Stash-]
I like the sound of this idea if it can be made to work :) Do you have an example of what you're talking about David? Luke DavidIcreate wrote: Klaus Hartl schreef: David Duymelinck schrieb: Klaus Hartl schreef: * Automatic type detection depending on type of element,

Re: [jQuery] Multiple Ajax calls and multiple loading... boxes

2007-02-27 Thread Dmitrii 'Mamut' Dimandt
Stephen Woodbridge wrote: Dmitrii 'Mamut' Dimandt wrote: Mike Alsup wrote: $.ajaxStart() is invoked for every ajax call that's made on the page. However, for one ajax call I need to display a loading... in one place, for another ajax call - a loading... in another place and for

Re: [jQuery] problem with edit in place on HTML coding.

2007-02-27 Thread Mika Tuupola
On 27 Feb 2007, at 01:47, Mark wrote: i have a edit in place thing now and i have this text: div class=\admin_link\#INCLUDE#/div when you click on the the text field pops in BUT the content is suddently different.. the content now is: lt;div class=admin_linkgt;#INCLUDE#lt;/divgt;

Re: [jQuery] Multiple Ajax calls and multiple loading... boxes

2007-02-27 Thread Dmitrii 'Mamut' Dimandt
Mike Alsup wrote: This is still like a proctologist performing an eye surgery How so? You have control over everything in the settings object. And you can add any properties to it that you wish. So consider: $.ajax({ url: myUrl, type: 'post', indicatorId:

Re: [jQuery] Tabs plugin / CSS problem

2007-02-27 Thread Sam Collett
On 27/02/07, Klaus Hartl [EMAIL PROTECTED] wrote: Wilfred Nas schrieb: Klaus, you are right, my fault (too lazy with copy and pasting as it is still early) but Doctype does matter when rendering, see http://www.quirksmode.org/css/quirksmode.html Yes I know - thats why I pointed

Re: [jQuery] TABS plugin: ajax tabs, $.triggerTab, and intercepting clicks ??

2007-02-27 Thread Klaus Hartl
Brice Burgess schrieb: Also, regarding the supposed .enableTab(#).triggerTab(#) bug; I found it to be limited to the initial tab (index 1) Given: div id=mailing ul class=anchors li class=tabs-disableda href=mailing/composition.php{t}Setup{/t}/a/li li

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Klaus Hartl
David Duymelinck schrieb: [-Stash-] schreef: I like the sound of this idea if it can be made to work :) Do you have an example of what you're talking about David? Luke I will set up an example this evening. David, I have thought about it a little more. Maybe you can achieve what you

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread agent2026
I feel similarly about the slideshow - I wouldn't expect it, and would like to view the image I clicked for as long or short a time as I want to. But, it's a sensible option. And I agree, click=next is not something you'd necessarily expect. And if you don't, you probably wouldn't click on the

Re: [jQuery] Tabs plugin / CSS problem

2007-02-27 Thread Klaus Hartl
Sam Collett schrieb: In IE it doesn't make a difference in rendering whether you use HTML4 or XHTML as the DOCTYPE. You could probably even have HTML 3 as the DOCTYPE and still have it render the same. Mozilla on the other hand, does sniff DOCTYPE:

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Sam Collett
On 26/02/07, Sam Collett [EMAIL PROTECTED] wrote: On 26/02/07, Klaus Hartl [EMAIL PROTECTED] wrote: Hi jQuerians, I just committed what I would call Thickbox Reloaded alpha version. It may look the same pretty much, but is a complete rewrite. Here's what's new: * Chainable method

Re: [jQuery] Tabs plugin / CSS problem

2007-02-27 Thread Klaus Hartl
Klaus Hartl schrieb: In IE, if you use a Doctype with a System Identifier (URL) it will render in Quirks Mode (at least with XHTML and HTML 4 Doctypes - I really don't know/care about HTML 3): That should have been: In IE, if you use a Doctype with a System Identifier (URL) it will render

[jQuery] Interface tooltip + swf problems

2007-02-27 Thread Javier Infante
Hi, I have a little problem using interface's tooltip when i have a swf in the same html. The problem is that the swf gets reseted whenever a tooltip effect starts. You can see a proof of concept right here: http://www.irontec.com/~jabi/jquery/ Any ideas on how to deal with that? Thanks

Re: [jQuery] Multiple Ajax calls and multiple loading... boxes

2007-02-27 Thread Mike Alsup
Hm... Still doesn't sound like fun :) I wish there could be a way to do something like: $.load( $(myid), url, params, { onStart: function(){someLoader.show();}, onEnd: function(){someLoader.hide();} } ); Use

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Klaus Hartl
Torbjorn Tornkvist schrieb: Hi, It would be nice if it also supported Internationalization of the Previous/Next strings etc. Perhaps, it already does? I'll have to check the source. Cheers, Tobbe I've stripped out all the strings, i18n is done via settings defaults or even in override

[jQuery] Accordion - onHide / onShow actions available ?!?!

2007-02-27 Thread Sneeuw Tijger
Hi, my first jquery question - be nice ;-)) I have an accordion setup via the following JS code : $('#Show_hide').Accordion({ active: false, alwaysOpen: false, showSpeed: slow, hideSpeed: slow }); And Css like this : #Show_hide { width: 55em; margin-left :

Re: [jQuery] jqModal r7 release!

2007-02-27 Thread Rick Faircloth
It doesn't appear so! :o) Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: Tuesday, February 27, 2007 12:06 AM To: jQuery Discussion. Subject: Re: [jQuery] jqModal r7 release! Rick, don't kid yourself, it is over my head too :D. -- Benjamin

Re: [jQuery] My basic navigation plugin

2007-02-27 Thread Klaus Hartl
Joel Birch schrieb: Hi jQuerivites, I'd like to offer up my humble plugin (humble is the key word here) to get a sense of if something this basic is of any worth to the community. I discussed an earlier version of the plugin briefly on a previous thread (Sites Powered by jQuery) and

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Alexandre Plennevaux
Question: will the next version of TB support multiple thickboxes (one on top of the other) ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: mardi 27 février 2007 13:39 To: jQuery Discussion. Subject: Re: [jQuery] ANNOUNCE: Thickbox

Re: [jQuery] Help with animate()

2007-02-27 Thread Karl Swedberg
On Feb 27, 2007, at 12:49 AM, Karl Rudd wrote: Make sure the element you're trying to move (the div in this case) has either position: relative or position: absolute. Karl Rudd Yes! Since I started using jQuery, the default position: static has taken on new meaning for me. :) --Karl

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-27 Thread Rick Faircloth
Thanks for the help, SeViR! Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SeViR Sent: Tuesday, February 27, 2007 4:17 AM To: jQuery Discussion. Subject: Re: [jQuery] KICK-BUTT javascript based Zoom feature I made jPanView for some similar. You

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Klaus Hartl
Alexandre Plennevaux schrieb: Question: will the next version of TB support multiple thickboxes (one on top of the other) ? Ugh. No, at least not yet. To make it most efficient, the window gets created once and is then reused. That said, currently Thickbox 3 is not designed to do that. Was

Re: [jQuery] addclass and json

2007-02-27 Thread Richard Thomas
I used class as an example to show what each variable was. Test code is like this This function is used to process $.getJSON data process(data) { args = data[i].a // data is an array of commands, a = green $('#text').addClass(args); // does not work $('#text').addClass(args.toString()); //

[jQuery] Fade effect of jQuery buggy in Internet Explorer

2007-02-27 Thread Mark
Hey, i`m using the jQuery`s fade effect (fadeIn and dadeOut) a couple times now in my script in divs but somehow the fading effect doesn`t end smooth in IE. (ie 6) and the interface plugin with BlindDown and BlindUp doesn`t seem to have this issue and it`s also using a fading effect in the

[jQuery] Help getting object items

2007-02-27 Thread Calzone
I am fairly new to jQuery and still trying to wrap my head around selectors and jQuery's method for accessing objects. I could use a little help on this problem. I am sure it is easy. I am trying to modify the jdMenu plugin to use image rollovers on the top level list items. I create an object

Re: [jQuery] Fade effect of jQuery buggy in Internet Explorer

2007-02-27 Thread Mark
i just checked the jquery-nightly and that still has the same problem. 2007/2/27, Mark [EMAIL PROTECTED]: Hey, i`m using the jQuery`s fade effect (fadeIn and dadeOut) a couple times now in my script in divs but somehow the fading effect doesn`t end smooth in IE. (ie 6) and the interface

[jQuery] Sliding something up to make it visible?

2007-02-27 Thread Andy Matthews
I'm working on a site which will use a div at the top of the page to contain registered user navigation. Once the user signs in, I'm going to fill this div with the navigation (using AJAX), but then I want to slide it into view. The thing is, I'd LIKE for it to be displayed from the bottom up

Re: [jQuery] jQuery + ColdFusion - auto complete examples?

2007-02-27 Thread Dmitrii 'Mamut' Dimandt
Wow. This is very nice. And fast. Thank you! Rey Bango wrote: James!!! Welcome bud. I see you posting on my blog all of the time. Glad to see you came on over to jQuery. For autocomplete functionality, I've sued this one successfully: http://www.dyve.net/jquery/?autocomplete Also, look

Re: [jQuery] jqueryplugins.com

2007-02-27 Thread Mark
nice idea i just hope that it`s gonna be actively maintained and not that a new plugin gets added about a month or so after it`s released ;) go on with the good job, i look forward to see that site in action 2007/2/27, Alexandre Plennevaux [EMAIL PROTECTED]: 1/ rating system: along the line

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Sam Collett
On 27/02/07, Klaus Hartl [EMAIL PROTECTED] wrote: Alexandre Plennevaux schrieb: Question: will the next version of TB support multiple thickboxes (one on top of the other) ? Ugh. No, at least not yet. To make it most efficient, the window gets created once and is then reused. That said,

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread [-Stash-]
This wasn't possible before, although it would be kinda nice. HighSlide (http://vikjavev.no/highslide/) does this pretty well, from an end user point of view. I have no idea if it's well coded etc. I would put this outside the scope for TB3 and move it into 4, or as an optional addon. Most of

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Alexandre Plennevaux
I agree with you that fits more in customization than mainstream use. So, please make TB so that it does not create unique ids, but classes so that making multiple instances of it does not involve modifying the plugin code itself :!) -Original Message- From: [EMAIL PROTECTED]

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Dmitrii 'Mamut' Dimandt
totally agree with all of the below. agent2026 wrote: I feel similarly about the slideshow - I wouldn't expect it, and would like to view the image I clicked for as long or short a time as I want to. But, it's a sensible option. And I agree, click=next is not something you'd necessarily

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Dmitrii 'Mamut' Dimandt
Whoa! :) What I would really like to see is thickbox gracefully changing its size to accommodate the loaded content. Klaus Hartl wrote: Hi jQuerians, I just committed what I would call Thickbox Reloaded alpha version. It may look the same pretty much, but is a complete rewrite. Here's

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Mark
@Klaus Hartl don`t you like my mockup suggestion? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Another PNG transparency thingy for IE

2007-02-27 Thread Weaver, Scott
I am currently working on building a blog to house these kinds of code odds and ends. Will ping bing back when it is up. -scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [-Stash-] Sent: Tuesday, February 27, 2007 5:07 AM To:

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Klaus Hartl
Mark schrieb: @Klaus Hartl don`t you like my mockup suggestion? ??? Mark, I'm all ear, but I haven't got a mail of yours. Did you write me an email or to the list? -- Klaus ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] problem with edit in place on HTML coding.

2007-02-27 Thread Mark
i`m trying to edit the whole tag. and i can`t post any samples online.. i don`t have any sites online.. i do have some free subdomains somewhere but i hardly know where i left them :P perhaps in the future.. 2007/2/27, Mika Tuupola [EMAIL PROTECTED]: On 27 Feb 2007, at 01:47, Mark wrote: i

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Mark
hmm.. i guess the attatchment didn`t get through and therefore the entire message didn`t get on the list (i can see it here in my gmail) here is the suggestion again with the image posted on imageshack. full message was: --- i like this alot :)

Re: [jQuery] Using document.write() in $.get callback function

2007-02-27 Thread Yansky
Try the html() function instead of document.write - http://docs.jquery.com/DOM/Attributes#html.28_val_.29 sccr410 wrote: Documentation says to use this: $.get(test.cgi, { name: John, time: 2pm }, function(data){ alert(Data Loaded: + data); } ); Instead of an alert

Re: [jQuery] Creating stylesheets in jQuery

2007-02-27 Thread Yansky
You could also do $(style).html(p{color:green;}); if you wanted a non-inline style rule applied to the page. Danny Wachsstock wrote: This may be helpful to someone: I made a jQuery extension that lets you change the stylesheet styles, rather than the inline styles (which is what jQuery

Re: [jQuery] Using document.write() in $.get callback function

2007-02-27 Thread Mark
that`s a nice way... thanx for telling that 2007/2/27, Yansky [EMAIL PROTECTED]: Try the html() function instead of document.write - http://docs.jquery.com/DOM/Attributes#html.28_val_.29 sccr410 wrote: Documentation says to use this: $.get(test.cgi, { name: John, time: 2pm },

Re: [jQuery] problem with edit in place on HTML coding.

2007-02-27 Thread Sam Collett
On 27/02/07, Mark [EMAIL PROTECTED] wrote: i`m trying to edit the whole tag. and i can`t post any samples online.. i don`t have any sites online.. i do have some free subdomains somewhere but i hardly know where i left them :P perhaps in the future.. You could upload them to Google Pages

Re: [jQuery] Another PNG transparency thingy for IE

2007-02-27 Thread Sam Collett
On 27/02/07, Weaver, Scott [EMAIL PROTECTED] wrote: I am currently working on building a blog to house these kinds of code odds and ends. Will ping bing back when it is up. -scott You'll ping the list when you have the PNG blog up then? There seem to be several solutions to PNG transparency

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Klaus Hartl
Ah, I see! Cool! What do the others think? I'm no designer, so I didn't (want to) change much compared to the initial Thickbox anyway. I'd like having a little bit more text (Image 2 of 5) in the control, but I like the idea of having a control thats only there if needed. The control could

Re: [jQuery] BlockUI like plugin for divs

2007-02-27 Thread Raymond Auge
Thanks Mike, This will address the blocking issue as it pertains to portals and portlets (individual applications) or any other individual page fragment. One little question. In order to make the blockUI work while using jQuery in compatibility mode (jQuery rather than $) I had to change all

[jQuery] treeview question

2007-02-27 Thread bmsterling
Hey, I am working with Jörn's plugin (http://bassistance.de/jquery-plugins/jquery-plugin-treeview/) and there are a few things I just can't figure out. 1. I need to have so that if expand one folder it will collapse any open folder. 2. How would I bind an event for each time a folder is

[jQuery] swfIR: swf Image Replacement

2007-02-27 Thread Shane Graber - jQuery
Just saw this posted to del.icio.us this morning and thought it would be cool to see if it could be made using jQuery like sIFR was: swfIR (swf Image Replacement) http://www.swfir.com/ swfIR gives you the ability to apply an assortment of visual effects to any or all images on your website. --

Re: [jQuery] Help getting object items

2007-02-27 Thread Calzone
-- View this message in context: http://www.nabble.com/Help-getting-object-items-tf3279641.html#a9185915 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Help with animate()

2007-02-27 Thread Jonathan Chaffer
On Feb 27, 2007, at 0:45 , David wrote: I'm trying to understand how the animate function works, but I'm not finding the documentation very helpful. As an example I would like to move one div to the right 100 pixels. I thought that the following code might do it but I get no movement

Re: [jQuery] problem with edit in place on HTML coding.

2007-02-27 Thread Mark
yea oke.. but do you guys have any idea how to solve this issue? in php it would be: html_entity_decode() but that doesn`t work in javascript.. besides the fact that i would need to edit the plugin and i have no idea where i need to edit it.. :( 2007/2/27, Sam Collett [EMAIL PROTECTED]: On

[jQuery] Multiple window sample

2007-02-27 Thread Pesci
Brice, nice job you've done! I'm getting into my first experience with jQuery stuff, and found your framework interesting for something I have to solve. I'm trying to write some code to have multiple popUp windows on the same page using jqModal. For now, my example shows two links, each one

Re: [jQuery] jquery rocks

2007-02-27 Thread TE Gossman
Hi Rick, Did you see the solution somebody came up with in the discussion digests. I can dig it out and resend it if you don't have it. how do you ever follow this email list stuff. A forum would be so much better for future reference, and ease of use. Thanks, ty On 2/24/07, Rick Faircloth [EMAIL

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Mark
perhaps you could do it with positioned divs? without any images.. than you could use the round corners trick in javascript (which also works on IE) or you could just leave them with the default edges.. and perhaps you could use it in combination of this:

Re: [jQuery] Multiple Ajax calls and multiple loading... boxes

2007-02-27 Thread Rey Bango
Yes. Rey Dmitrii 'Mamut' Dimandt wrote: Hmm.. Does it mean that this indicator only appears once per specified ajax request? Rey Bango wrote: Hi Dmitrii, I actually ran into this same issue recently and basically took the route of unbinding the ajaxstart event after the Ajax call was

Re: [jQuery] jquery rocks

2007-02-27 Thread Alex Cook
Check out nabble.com and search for jQuery... there are many users who prefer to use that site rather then keep up on individual messages... -ALEX -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TE Gossman Sent: Tuesday, February 27, 2007 8:46 AM To:

Re: [jQuery] problem with edit in place on HTML coding.

2007-02-27 Thread Sam Collett
On 27/02/07, Mark [EMAIL PROTECTED] wrote: yea oke.. but do you guys have any idea how to solve this issue? in php it would be: html_entity_decode() but that doesn`t work in javascript.. besides the fact that i would need to edit the plugin and i have no idea where i need to edit it.. :(

[jQuery] PLUGIN: jdMenu 1.3 FINAL BETA

2007-02-27 Thread Jonathan Sharp
Greetings! jdMenu 1.3 is in final beta and there are quite a number of changes! jdMenu 1.3 is a total rewrite from the ground up [New Features] * Dual delay settings for showing and hiding of menus * Accessibility support - support for keyboard navigation of menus (items have to have an A tag

Re: [jQuery] PLUGIN: jdMenu 1.3 FINAL BETA

2007-02-27 Thread Brandon Aaron
This is some great work! There is a new version of the bgiframe and the dimensions plugin in SVN that fix a couple of bugs (no API changes, I promise). Also, the slide down effect suffers from the mac firefox flicker that is solved in the latest SVN/nightlies. -- Brandon Aaron On 2/27/07,

Re: [jQuery] Jqmodal problem with IE6

2007-02-27 Thread Jake McGraw
Provided links are dead. - jake On 2/27/07, Dragan Krstic [EMAIL PROTECTED] wrote: Please go to http://www.bydot.net/sr/rezervacije.htm and click on Rezervišite putem mejla. http://ci/sr/rezervacije.htm# As you see, overlay is displayed like underlay. In FF 1.5 everything is OK. Any clue? I

[jQuery] Interface, download only Animate functions

2007-02-27 Thread Jake McGraw
Hi all, maybe I'm just missing it, but is there any way to download just the animate() function for Interface? Before switching to 1.2, I only used the animateClass function, which had a foot print of about 3KB, now since animateClass has been depreciated and I can't find where to download the

Re: [jQuery] Interface, download only Animate functions

2007-02-27 Thread Stefan Petre
Jake McGraw wrote: Hi all, maybe I'm just missing it, but is there any way to download just the animate() function for Interface? Before switching to 1.2, I only used the animateClass function, which had a foot print of about 3KB, now since animateClass has been depreciated and I can't find

Re: [jQuery] Jqmodal problem with IE6

2007-02-27 Thread Dragan Krstic
Someone forgot to upload few files ;). Now it they are uploaded, but still doesn't work. 2007/2/27, Jake McGraw [EMAIL PROTECTED]: Provided links are dead. - jake On 2/27/07, Dragan Krstic [EMAIL PROTECTED] wrote: Please go to http://www.bydot.net/sr/rezervacije.htm and click on

Re: [jQuery] Creating stylesheets in jQuery

2007-02-27 Thread Danny Wachsstock
That works for Firefox, which treats the cssText as a textNode but fails in Internet Explorer. Yansky wrote: You could also do $(style).html(p{color:green;}); if you wanted a non-inline style rule applied to the page. Danny Wachsstock wrote: This may be helpful to someone: I made a

Re: [jQuery] PLUGIN: jdMenu 1.3 FINAL BETA

2007-02-27 Thread Mark
looks nice. and a questiuon.. if it`s not in see it as a suggestion. is it possible to add a image infront of the menu item? is it possible to have custom styles for each menu item? (example: first item with a white background, second with a black background ... etc...) good job so far.

[jQuery] collapsing table - selecting rows between specific other rows

2007-02-27 Thread rolfsf
Last week I posted this collapsing table: http://www.monkeypuzzle.net/testfiles/jquery/Accordion_table/index_2.html Building on that, I passed it over to developers who are implementing it in .NET with ajax... they've discovered that .NET is having problems with the tbody tags, and are

Re: [jQuery] PLUGIN: jdMenu 1.3 FINAL BETA

2007-02-27 Thread Jonathan Sharp
I'll go update the plugins from SVN as well as jQuery, thanks! -js On 2/27/07, Brandon Aaron [EMAIL PROTECTED] wrote: This is some great work! There is a new version of the bgiframe and the dimensions plugin in SVN that fix a couple of bugs (no API changes, I promise). Also, the slide down

Re: [jQuery] PLUGIN: jdMenu 1.3 FINAL BETA

2007-02-27 Thread Jonathan Sharp
Hi Mark, Yep, no reason why you couldn't add an image in front of a menu item. Also you can style each item as needed, just create a class and add it to the item as so: // Stylesheet li.myItem1 { background-color: white; } li.myItem2 { background-color: black; } // HTML ul class=jd_menu li

Re: [jQuery] problem with edit in place on HTML coding.

2007-02-27 Thread Danny Wachsstock
I'm not sure if this will solve your problem, but a cheap way to emulate html_entity_decode is: function html_entity_decode(string) {return $('div').html(string).text()} It creates a div, uses your string as the innerHTML, and outputs the HTML created. If the string is not valid HTML, things

Re: [jQuery] jqueryplugins.com

2007-02-27 Thread Matt Oakes
Ok I'm going to reply to everyone at once :D First what is and isnt current supported by jqueryplugins.com: - what is it, what it does Yes in the descriptions. - demo Currently just a link to the ones that the authors provide but I realize that these link have a tenancy to disappear so I

Re: [jQuery] Multiple window sample

2007-02-27 Thread Brice Burgess
Pesci wrote: $(document).ready(function() { $('#open1').click(function(){ $('#dialog').jqm({modal:true}).jqmShow().jqmAddClose('#close1'); });

Re: [jQuery] PLUGIN: jdMenu 1.3 FINAL BETA

2007-02-27 Thread rolfsf
I assume you mean something like an icon before the menu item? You can do that with the css... adding some left padding and a background-image: url(icon.gif) no-repeat left 50%; You can give the LI a class that corresponds to the appropriate icon. Otherwise, you can place images right into the

[jQuery] Accordion Menu smoothSlideshow conflicts

2007-02-27 Thread TE Gossman
Hi All, Has anyone tried using or porting to jQuery the http://smoothgallery.jondesign.net smoothGallery code that uses mooTools. It seems silly to use those all those libraries with jQuery. There are conflicts, making it a matter of choosing one or the other to use. My accordion buttons are

Re: [jQuery] Integrate Form plugin with jQuery plugin Validation

2007-02-27 Thread Jörn Zaefferer
amircx schrieb: hey... still not working ... its writes that he expects : on line 35 the online files are on: http://www.amir.cx/ajax/test1/test3.php please if you can take a look and see whats worng... thanks ;) It was my fault, the validate options weren't correct. Try it with this

[jQuery] Imagebox display problem

2007-02-27 Thread Janet Weber
Hi Is there a problem with imagebox not displaying properly on websites that use z-index in there stylesheets. I can seem the get imagfebox to display in front of the content. It alway displaysunder the content but in front of the background image. Is there a way to fix this problem? Thank you

  1   2   >