[jQuery] Re: Plugin idea : server language integrator

2007-07-16 Thread David Duymelinck
Sorry i was away the whole weekend but Stephan Beal answered your question i see. I want to add that many (php) developers want to generate js, css, html with their server language to have full control over every variable they can think of. For instance most php software allows you to set

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-16 Thread pd
It appears this plugin can ignore the Firefox preference under Tools - Options - Content - Enable Javascript - Advanced, Allow JavaScript to Disable or replace context menus. Are you aware of this? Is this deliberate? Do you think that's a good idea to take the control away from the user? FWIW

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Gilles (Webunity)
I've build something similar to this; here's how i did it: on my webserver, there are a bunch of JS and CSS files. During each page load, i create an array of CSS and JS files, which have to be included on that page. Currently i store these in session, but that isn't needed. In the header of the

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Klaus Hartl
Gilles (Webunity) wrote: I've build something similar to this; here's how i did it: on my webserver, there are a bunch of JS and CSS files. During each page load, i create an array of CSS and JS files, which have to be included on that page. Currently i store these in session, but that isn't

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Marcus Renz
There is a script at google-code for this: http://code.google.com/p/jscsscomp/ Cheers Muckinger Klaus Hartl schrieb am Montag, 16. Juli 2007, 11:23:57: KH Gilles (Webunity) wrote: I've build something similar to this; here's how i did it: on my webserver, there are a bunch of JS and CSS

[jQuery] Re: Tabs plugin in floated container

2007-07-16 Thread Rob Desbois
Klaus, Yes, apologies the code I posted was absolute rubbish. The code you posted was what it actually looked like. Sorry for that! If you think about it the tabs styling will always break the page if inside a floated layout: the rule that makes the end of the ul.tabs-nav have clear: both will

[jQuery] Re: Tabs plugin in floated container

2007-07-16 Thread Klaus Hartl
Rob Desbois wrote: Klaus, Yes, apologies the code I posted was absolute rubbish. The code you posted was what it actually looked like. Sorry for that! If you think about it the tabs styling will always break the page if inside a floated layout: the rule that makes the end of the ul.tabs-nav

[jQuery] Re: Tabs plugin in floated container

2007-07-16 Thread Rob Desbois
Klaus, Try adding height: 200px; to div#sidebar and you can see the problem. Floating div#content left or right solves that problem, but does mean the div's don't expand to fill the client area anymore :-( --rob On 7/16/07, Klaus Hartl [EMAIL PROTECTED] wrote: Rob Desbois wrote: Klaus,

[jQuery] Re: Tabs plugin in floated container

2007-07-16 Thread Klaus Hartl
Rob Desbois wrote: Klaus, Try adding height: 200px; to div#sidebar and you can see the problem. Floating div#content left or right solves that problem, but does mean the div's don't expand to fill the client area anymore :-( I see. The reason why I never ran into this kind of problem is

[jQuery] Re: .css(border-color) returning undefined

2007-07-16 Thread jazzle
I am already using that plugin, but that isn't where my problem lies. On Jul 16, 2:32 am, Karl Swedberg [EMAIL PROTECTED] wrote: On 7/16/07, jazzle [EMAIL PROTECTED] wrote: I still need some help with this - can anyone help me? Sorry for the delay, Jazzle. The discussion list slows down

[jQuery] Moving the COLUMNS of a table around

2007-07-16 Thread G[N]Urpreet Singh
Hi, I was trying to move around the columns of a table. I noticed that you can specify styles for columns using the col html construct. I tried this... script language=javascript $(document).ready(function() { $(#switch).click(function() { $(#2).hide(); }); }); /script table

[jQuery] Re: Flash-alike menu animation? Can this be done with jQuery?

2007-07-16 Thread bytte
Thanks a lot jazzie. That's more or less what I was looking for. On 15 jul, 23:55, jazzle [EMAIL PROTECTED] wrote: http://www.frequency-decoder.com/demo/animated-minitabs/ might get you started. On Jul 15, 7:09 pm, bytte [EMAIL PROTECTED] wrote: I have this menu which is just a few

[jQuery] blockUI plugins consume too much CPU

2007-07-16 Thread Jiming
Hi, blockUI is a good plugins. The one thing makes me worried is each time browser call the blockUI function, the cpu jumped to 30-100% percent? How can I reduce the CPU consume? Thanks, Jiming

[jQuery] copy highlighted from a div

2007-07-16 Thread ViK
hi all I need to copy to clipboard a highlighted text selected from a div, can i do this with jquery? can you help me with a sample? Thank's in advance

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-07-16 Thread Marcus Renz
FYI: the Cycle-Plugin (http://www.malsup.com/jquery/cycle/) seems to work like a charm, so i use this plugin now M I take a deeper look at the plugin, and it seems that Firefox has problems M with the postion: absolut at line 44 M $(elements[i]).css('z-index', M

[jQuery] Re: .css(border-color) returning undefined

2007-07-16 Thread Karl Rudd
In that case, what version of jQuery are you using? Something may have broken in the change from 1.1.2 to 1.1.3. Karl Rudd On 7/16/07, jazzle [EMAIL PROTECTED] wrote: I am already using that plugin, but that isn't where my problem lies. On Jul 16, 2:32 am, Karl Swedberg [EMAIL PROTECTED]

[jQuery] unordered list each li a different background

2007-07-16 Thread Armand Datema
Hi What is the best way to give a different class to each item in an unordered list just a for each and then apply a new class or is there something better Armand On 7/15/07, bytte [EMAIL PROTECTED] wrote: I have this menu which is just a few menu-items placed next to eachother like this:

[jQuery] Re: .css(border-color) returning undefined

2007-07-16 Thread Klaus Hartl
Karl Swedberg wrote: You could have a look at the Interface plugin, which does handle this: http://interface.eyecon.ro/ Good call. The Interface plugin suite has an animation module that extends (or overwrites; can't remember which) the .animate() method. It overwrites unfortunately. One

[jQuery] Re: Binding problems (click/submit)

2007-07-16 Thread Bruce MacKay
Hi Mike, A sample page is here: http://horticulture227.massey.ac.nz/admin/prolearn13.asp?id=1which=2 Click on the [view student list] link (the 'class=gao' link); the [view search options] link which replaces it is unbound - despite my best attempts to re-bind. Thanks, Bruce original

[jQuery] Re: Autocomplete Plugin Issue With IE6

2007-07-16 Thread Jeff Fleitz
Will do what you suggested and get back to you. On Jul 12, 4:18 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Jeff Fleitz wrote: So, for all you gurus out there, how do you track down this type of issue in IE6? Since Firebug doesn't report an error, that doesn't help. Do you use other

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Stephan Beal
On Jul 16, 11:23 am, Klaus Hartl [EMAIL PROTECTED] wrote: You're saying that is done on each page load. Isn't it better to do that once, when deploying the files? How long does it take to merge the files? In a sense he IS only doing it once - he wrote the PHP code ONCE. ;) Now PHP gets to do

[jQuery] Re: Plugin idea : server language integrator

2007-07-16 Thread Stephan Beal
On Jul 16, 8:23 am, David Duymelinck [EMAIL PROTECTED] wrote: Anyway i will start working on it this week and how to show something as soon as possible. The value of this idea is immediately obvious, and if you manage to get this working i would LOVE to see it :). i'm a pretty good PHP coder,

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-16 Thread Mike Alsup
Jiming, I suspect this is a platform issue. What platform and browser are you using? From what I'm told, Linux/FF is especially bad at hogging the CPU when rendering opacity (especially for a full page) which is why BlockUI doesn't use opacity for that config. Perhaps there is another

[jQuery] Complex(ish) table formatting code not working in Firefox 2

2007-07-16 Thread Will Kelly
Hi, Not sure if this is a bug or not, but Firefox seems not to properly apply a series of class names. Here's the example http://www.logicbox.net/jquery/pricetable/short-css.html with a 'console.log' to fix the firefox rendering.

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-16 Thread Karl Swedberg
very, very nice! exactly what I was looking for. thanks so much, Glen! I'll take a look at implementing this tonight or tomorrow. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 16, 2007, at 1:38 AM, Glen Lipka wrote: Maybe a more scalable

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-16 Thread Dan G. Switzer, II
Cheers, Karl. Arrow-key navigation isn't even implemented yet, so I'm surprised to hear it works at all! :-) I'll take a look at implementing that in r3. I'm guessing maybe Karl had his cursor placed in a way that when the context menu appeared, pressing the [DOWN ARROW] was causing the

[jQuery] Re: .css(border-color) returning undefined

2007-07-16 Thread jazzle
The latest: 1.1.3.1 And the latest Interface download too. If it is just a bug with the latest jQ, it would make a lot of sense, but obviously be a bit annoying. Difficult for me to test from here (work), so may come back to this thread later this week. Karl Rudd wrote: In that case, what

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-16 Thread Rey Bango
Great job Chris. It looks good in both IE7 and FF2 for Windows. Rey... cdomigan wrote: Version r2 of the ContextMenu plugin has been released. ContextMenu is a lightweight jQuery plugin that lets you selectively override the browser's right-click menu with a custom one of your own. You can

[jQuery] [ANNOUNCE] jQuery Maps 1.1

2007-07-16 Thread Tane Piper
Hey folks, On friday I released my new plugin, jQuery Google Maps Application. I decided that name was a bit to long-winded, and I didn't want Google coming back and asking for their name to be removed at a later date - so I have reduced the name down to jQuery Maps. It also has a new Google

[jQuery] Re: Plugin idea : server language integrator

2007-07-16 Thread John Farrar
Maybe I am totally missing it. Please clear up my fog. 1. It seems like you are wanting to Generate jQuery execution code via server pages.. I don't see what is offered by a plugin if that is the case. (Esp. since jQuery doesn't run on the server platforms.) 2. The page caching the code is a

[jQuery] Re: OT: Devo hat?

2007-07-16 Thread Andy Matthews
Yes, because jQuery is called New Wave Javascript. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Tuupola Sent: Sunday, July 15, 2007 12:28 PM To: jquery-en@googlegroups.com Subject: [jQuery] OT: Devo hat? This has been bothering me for

[jQuery] Re: How do you delay for a few seconds

2007-07-16 Thread Andy Matthews
I think a pause method would be of great use. I looked for this very thing time and time again. It would be nice to have it available. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: Saturday, July 14, 2007 9:05 PM To:

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-16 Thread Karl Swedberg
Come to think of it, Dan, that's exactly what was going on. Excellent deduction! --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 16, 2007, at 8:50 AM, Dan G. Switzer, II wrote: Cheers, Karl. Arrow-key navigation isn't even implemented yet, so

[jQuery] Re: Plugin idea : server language integrator

2007-07-16 Thread Stephan Beal
On Jul 16, 3:06 pm, John Farrar [EMAIL PROTECTED] wrote: Maybe I am totally missing it. Please clear up my fog. 1. It seems like you are wanting to Generate jQuery execution code via server pages.. I don't see what is offered by a plugin if that is the case. (Esp. since jQuery doesn't run on

[jQuery] Re: Binding problems (click/submit)

2007-07-16 Thread Mike Alsup
Bruce, You've got a scripting error on your callbacks. ScrollTo is not a defined plugin method (you've used it in multiple places). Did you mean to use scrollTop? Also, to catch errors in async callbacks bind an error handler using ajaxError: $().ajaxError(function(ev, xhr, opts, err){

[jQuery] Re: Plugin idea : server language integrator

2007-07-16 Thread David Duymelinck
Module or class or library would be the right name for this sort software but i was on the plugin page at the time and focused so much on the word i named it wrong. Because the jquery methods are saved the first time the code runs the page/site specific code can be checked against it so

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Will Kelly
This might be of interest. A php implementation for caching and combining js/css files http://www.ejeliot.com/blog/73

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-16 Thread Stephan Beal
On Jul 16, 2:42 pm, Mike Alsup [EMAIL PROTECTED] wrote: I suspect this is a platform issue. What platform and browser are you using? From what I'm told, Linux/FF is especially bad at hogging the CPU when rendering opacity (especially for a full page) which is why To elaborate a small bit...

[jQuery] Re: unordered list each li a different background

2007-07-16 Thread Stephan Beal
On Jul 16, 12:47 pm, Armand Datema [EMAIL PROTECTED] wrote: Hi What is the best way to give a different class to each item in an unordered list just a for each and then apply a new class or is there something better Applying classes has the limitation that you have to create a class for

[jQuery] Re: .css(border-color) returning undefined

2007-07-16 Thread Karl Swedberg
Hi Jazzle, This one animates the border just fine, too, with jQuery version 1.1.3.1 and, as far as I know, the latest Interface: http://book.learningjquery.com/2509_10_code/iplugin.1131.html However, if I type$('#animationbox').css('borderColor') in Firebug console BEFORE I

[jQuery] Re: Binding problems (click/submit)

2007-07-16 Thread Karl Swedberg
ScrollTo is an Interface method. Bruce, are you including Interface in your page? --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 16, 2007, at 9:47 AM, Mike Alsup wrote: Bruce, You've got a scripting error on your callbacks. ScrollTo is not a

[jQuery] Re: unordered list each li a different background

2007-07-16 Thread Klaus Hartl
Stephan Beal wrote: On Jul 16, 12:47 pm, Armand Datema [EMAIL PROTECTED] wrote: Hi What is the best way to give a different class to each item in an unordered list just a for each and then apply a new class or is there something better Applying classes has the limitation that you have to

[jQuery] Re: Moving the COLUMNS of a table around

2007-07-16 Thread Richard D. Worth
Try this: var aLeft = $(document.createElement('a')).attr('href', '#').html('lt;').addClass('aLeft'); var aRight = $(document.createElement('a')).attr('href', '#').html('gt;').addClass('aRight'); $('th').prepend(aLeft, 'nbsp;').append('nbsp;', aRight); $('.aLeft').click(function() { var n =

[jQuery] Re: How do you delay for a few seconds

2007-07-16 Thread Klaus Hartl
Andy Matthews wrote: I think a pause method would be of great use. I looked for this very thing time and time again. It would be nice to have it available. Here's a one liner: jQuery.fn.pause = function(ms) { return this.animate({ opacity: 1 }, ms); }; I know I know, it's still not in the

[jQuery] Re: .css(border-color) returning undefined

2007-07-16 Thread george.gsgd
$('#animationbox').css('borderColor') looks at the style property of the object not the css in the document, so if it's only in your css you get no value. To get your desired effect you either need to initialise it with javascript $('#animationbox').css('borderColor' '#444') or set it

[jQuery] Re: unordered list each li a different background

2007-07-16 Thread Stephan Beal
On Jul 16, 4:14 pm, Klaus Hartl [EMAIL PROTECTED] wrote: Hm, in my opinion it is better to keep the three layers structure (HTML), presentation (CSS) and behavior (JS) as separated as possible. That's certainly true, but creating an arbitrary number of classes for different row colors could

[jQuery] Re: unordered list each li a different background

2007-07-16 Thread Armand Datema
Hi Yeah I agree on that but i can do it either returned from back end code or with a javascript. http://itbuzz.howardshome.com/ right now I have it with classes in the css as well as html. The best option would be an ordered list but with image bullet instead of numbers. Armand On

[jQuery] Re: unordered list each li a different background

2007-07-16 Thread Klaus Hartl
Armand Datema wrote: Hi Yeah I agree on that but i can do it either returned from back end code or with a javascript. http://itbuzz.howardshome.com/ right now I have it with classes in the css as well as html. The best option would be an ordered list but with image bullet instead of

[jQuery] Site Offline?

2007-07-16 Thread John Farrar
Did I miss an announcement that jQuery.com would be down this morning?

[jQuery] Re: Site Offline?

2007-07-16 Thread Rey Bango
Smartass! ;) Let me see whats up. Rey... John Farrar wrote: Did I miss an announcement that jQuery.com would be down this morning? -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED] http://www.iambright.com

[jQuery] Re: Site Offline?

2007-07-16 Thread John Resig
I'm running some fixes on the database so I had to take the site down real quick - it should be back up again soon. --John On 7/16/07, John Farrar [EMAIL PROTECTED] wrote: Did I miss an announcement that jQuery.com would be down this morning?

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-16 Thread voltron
Can one use this plugin with Jörns TreeMenu?( http://bassistance.de/jquery-plugins/jquery-plugin-treeview/)? Thanks On Jul 16, 3:32 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Come to think of it, Dan, that's exactly what was going on. Excellent deduction! --Karl _ Karl

[jQuery] Re: Site Offline?

2007-07-16 Thread John Farrar
Rey, I have over 1000 emails a day frequently... and then there are RSS feeds. I don't read them all. Wasn't trying to be smart, don't flame someone until they earn it. :) John Rey Bango wrote: Smartass! ;) Let me see whats up. Rey... John Farrar wrote: Did I miss an announcement

[jQuery] Re: Site Offline?

2007-07-16 Thread John Resig
The site is back up! On 7/16/07, John Farrar [EMAIL PROTECTED] wrote: Rey, I have over 1000 emails a day frequently... and then there are RSS feeds. I don't read them all. Wasn't trying to be smart, don't flame someone until they earn it. :) John Rey Bango wrote: Smartass! ;) Let me

[jQuery] Re: Site Offline?

2007-07-16 Thread Rey Bango
Oh please John. You know I was joking. Lighten up man. Rey... John Farrar wrote: Rey, I have over 1000 emails a day frequently... and then there are RSS feeds. I don't read them all. Wasn't trying to be smart, don't flame someone until they earn it. :) John Rey Bango wrote: Smartass!

[jQuery] Re: unordered list each li a different background

2007-07-16 Thread Armand Datema
Hi yeah that is an option but i need a different bullet for each item Armand On 7/16/07, Klaus Hartl [EMAIL PROTECTED] wrote: Armand Datema wrote: Hi Yeah I agree on that but i can do it either returned from back end code or with a javascript. http://itbuzz.howardshome.com/ right

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-16 Thread Glen Lipka
I guess the first one could have been done with a div that was background-color: black; and then set the opacity to 0.5 or whatever. No need for a png in that. A very common use case is just the 3px feather fade. Its not very big, just 3px in width. I think the first one, if you dynamically

[jQuery] Re: Tabs plugin in floated container

2007-07-16 Thread Rob Desbois
Aha, the solution failed in IE6 though! (Including your test page). A quick play shows the floating #sidebar and #content right instead of left, and putting #content before #sidebar in the source to fix the problem. I daren't go near Opera/Safari now ;-) --rob On 7/16/07, Rob Desbois [EMAIL

[jQuery] Re: Moving the COLUMNS of a table around

2007-07-16 Thread G[N]Urpreet Singh
Yes, worked bro... Thanks... g On 7/16/07, Richard D. Worth [EMAIL PROTECTED] wrote: Try this: var aLeft = $(document.createElement('a')).attr('href', '#').html('lt;').addClass('aLeft'); var aRight = $(document.createElement('a')).attr('href', '#').html('gt;').addClass('aRight');

[jQuery] Re: Site Offline?

2007-07-16 Thread Felix Geisendörfer
I have over 1000 emails a day frequently... and then there are RSS feeds. I don't read them all. Wasn't trying to be smart, don't flame someone until they earn it. :) You should forward most of that to people who actually have the time to read that many emails and are chronically depressed

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Terry B
This is a good page on optimzing javascript for speed... http://betterexplained.com/articles/speed-up-your-javascript-load-time/

[jQuery] Re: unordered list each li a different background

2007-07-16 Thread Stephan Beal
On Jul 16, 5:17 pm, Armand Datema [EMAIL PROTECTED] wrote: yeah that is an option but i need a different bullet for each item You still haven't given us much info to work with. Do you need a specific number of bullets or an unpredictable/arbitrary number? If you can generate the code on the

[jQuery] Getting user agent stats with jQuery...

2007-07-16 Thread Andy Matthews
My company currently uses a product called BrowserHawk, a combination of Javascript and Java files, to get a set of user data which we then store in our database. Currently this data set includes Flash player version, OS, Browser (and version), Screen Res, and more. The drawback is that this

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Fil
This is a good page on optimzing javascript for speed... http://betterexplained.com/articles/speed-up-your-javascript-load-time/ This part of the text seems contradictory with jQuery's habits. Why do we load jQuery.js and all its plugins in the head section? (answer: to have .ready()). But

[jQuery] news ticker not displaying inline with H2 tag

2007-07-16 Thread [EMAIL PROTECTED]
I'm trying to get the texotela news ticker ( http://www.texotela.co.uk/code/jquery/newsticker/ ) to display inline with an h2 tag. I have my h2 tag set to display:inline but the ticker still drops down. Anyone have any ideas on how to fix this? Here's my current file:

[jQuery] onclick ?

2007-07-16 Thread [EMAIL PROTECTED]
Hi everybody, I'm new to Jquery and iI'm just looking for a little tip. Well, i'm trying to call JQueryBlockUI trough flash, and to do that I need to have a JS function like function test2() { question=document.getElementById('question'); jQuery.blockUI(question,{ width: '430px',

[jQuery] Re: Getting user agent stats with jQuery...

2007-07-16 Thread Aaron Porter
If you are only interested in storing the data (not using it real time) you may want to look into google analytics. http://www.google.com/analytics/ It has lots of info including browser type and version, operating system, screen resolution, colors, flash version, java version, and lots

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Geoffrey Knutzen
A couple of weeks ago, I attended a talk by Steve Souders http://stevesouders.com/ He is Chief Performance Yahoo! He has a new book coming out about performance on the web. One of his points was to include Javascript at the bottom of the page. But even he admitted that this is not practical in

[jQuery] Re: news ticker not displaying inline with H2 tag

2007-07-16 Thread Marshall Salinger
The ul tag is also block level, so you could add float:left; to the h2 to bring the ul up to the right of it. -Marshall [EMAIL PROTECTED] wrote: I'm trying to get the texotela news ticker ( http://www.texotela.co.uk/code/jquery/newsticker/ ) to display inline with an h2 tag. I have my h2

[jQuery] Re: Getting user agent stats with jQuery...

2007-07-16 Thread Andy Matthews
We wouldn't use it in real-time but we would need to be able to store that data ourselves and not just access it via their interface. Is that still possible? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Porter Sent: Monday, July 16, 2007 12:04 PM To:

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-16 Thread Brandon Aaron
Heh ... I'm secretly working on a shadow plugin that does just this ... although not a secret anymore. It would be a follow up to my gradient plugin. No timeline on when I'll get it done though ... looks like I'll have some time this week ... so maybe this week or maybe next month. :) -- Brandon

[jQuery] Re: .css(border-color) returning undefined

2007-07-16 Thread jazzle
Are you sure? The backgroundColor is returned okay... george.gsgd wrote: $('#animationbox').css('borderColor') looks at the style property of the object not the css in the document, so if it's only in your css you get no value. ... -- View this message in context:

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-16 Thread Glen Lipka
Great minds...something something. That gradient plugin is neat, but, my goodness, its like I exploded a bomb packed with DIVs instead of shrapnel!. :) Glen On 7/16/07, Brandon Aaron [EMAIL PROTECTED] wrote: Heh ... I'm secretly working on a shadow plugin that does just this ... although not

[jQuery] Re: Getting user agent stats with jQuery...

2007-07-16 Thread Felix Geisendörfer
Alternately, does anyone know of some reliable piece of software which does this same sort of thing, but maybe cheaper? Google Analytics - it's free. -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Andy Matthews wrote:

[jQuery] Re: Getting user agent stats with jQuery...

2007-07-16 Thread Felix Geisendörfer
We wouldn't use it in "real-time" but we would need to be able to store that data ourselves and not just access it via their interface. You can aggregate and store it yourself. I wrote some code a while back that does that (it's for the CakePHP framework but could be decoupled from it or

[jQuery] Re: Moving the COLUMNS of a table around

2007-07-16 Thread John Farrar
OK... how about a complete working code example? Looks very cool and I am interested. John Farrar

[jQuery] Binding events to elements created by a plugin, from within the plugin.

2007-07-16 Thread jason
I am moving some code into a plugin and am stuck on something that is probably very simple. My plugin creates new DOM nodes, but once they are created I need to bind events to them. I'm not seeing an obvious way to do the binding from within the plugin itself. I'd like to just do this:

[jQuery] Re: Binding events to elements created by a plugin, from within the plugin.

2007-07-16 Thread jason
D'oh! Never mind, the light bulb finally came on. - jason On Jul 16, 2:18 pm, jason [EMAIL PROTECTED] wrote: I am moving some code into a plugin and am stuck on something that is probably very simple. My plugin creates new DOM nodes, but once they are created I need to bind events to

[jQuery] search text, find urls and list

2007-07-16 Thread Hugh Hayes
Hi All- This is a newbie designer question. I think jquery's great and I'm trying to find more uses for it. I've got this- $(#content a).not([EMAIL PROTECTED]'mysite.com/']).clone().appendTo(#content); I was trying to get a line break in between each link but couldn't and I was hoping

[jQuery] jQuery Logo

2007-07-16 Thread Casey Wise
Does anyone have the jQuery logo as a vector graphic? I gotta give props to John R. and his boyz on my next site and am sticking a logo somewhere on the page. I like to avoid working from working from bitmaps whenever possible. On a sidenote, I realized just now that the Devo hemlet has 4

[jQuery] ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Alexander Graef
Since the introduction of the blade interface on XBOX360, I have been looking for a simple way to accomplish this with javascript and css. Last week I decided to give it a try myself. As I am working actively with jQuery since its introduction, it was my library of choice. Using jQuery and

[jQuery] tablesorter 2.0 - Shiny Brand new documentation!

2007-07-16 Thread Christian Bach
Hi List, After many late night i have managed to sort out a documentation/FAQ, for the new 2.0 release. I hope to have included the most common questions/problems + showing off the new features, but i might have missed some, so any feedback on this would be great! The new documentation is

[jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Rey Bango
Hi Alexander, That looks really cool. There is some quirkiness to it upon initial load. The behaviors I've seen are: 1) It appears that there is one big image file that initially renders to setup the accordian. This is showing up initially and looks a bit strange. You can see a video of it

[jQuery] AW: [jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Alexander Graef
, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED] http://www.iambright.com __ NOD32 2400 (20070716) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com

[jQuery] Re: Frequently Asked Questions (FAQ)

2007-07-16 Thread Bil Corry
Richard D. Worth wrote on 7/14/2007 8:06 AM: Just a few to start with. Please add any questions you've seen come up a lot. Two questions I had when starting with jQuery, and glancing through the API docs, I still don't see them documented (maybe in a tutorial?): (1) How do you select an

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-16 Thread Karl Swedberg
yeah, but it gets the job done, and it's not like you have all those DIVs in the HTML. Jonathan and I used the same technique for a fade technique in the Learning jQuery book. Not sure why I didn't think of doing something similar for this. I guess I was fixated on getting a single png

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-16 Thread Brandon Aaron
Hah! Very true. It can produce a lot of divs. :) -- Brandon Aaron On 7/16/07, Glen Lipka [EMAIL PROTECTED] wrote: Great minds...something something. That gradient plugin is neat, but, my goodness, its like I exploded a bomb packed with DIVs instead of shrapnel!. :) Glen On 7/16/07, Brandon

[jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Tane Piper
Very Nice! This has given me a great idea for my interface in my application - I was looking for inspiration. Can't wait to give it a go. On 7/16/07, Alexander Graef [EMAIL PROTECTED] wrote: Since the introduction of the blade interface on XBOX360, I have been looking for a simple way to

[jQuery] Re: Frequently Asked Questions (FAQ)

2007-07-16 Thread Christopher Jordan
Select By ID $(#MyID); Select By Class $(.myClass); # indicates an ID while . indicates a class. It's documented somewhere, I just know it. On 7/16/07, Bil Corry [EMAIL PROTECTED] wrote: Richard D. Worth wrote on 7/14/2007 8:06 AM: Just a few to start with. Please add any questions

[jQuery] Re: jQuery form plugin questions

2007-07-16 Thread Chris
Any ideas? On Jul 15, 12:07 pm, Chris [EMAIL PROTECTED] wrote: Thank you for the reply mike! I added this to my script: $(document).ready(function() { // bind 'myForm' and provide a simple callback function $('#myForm').ajaxForm(function() {

[jQuery] load method nor getting new data on IE7

2007-07-16 Thread Rick Pasotto
The following function works as it's supposed to on FF but IE7 is evidently caching the results because I always get the same quotation back. How can I force IE7 to do what I tell it to? $(function() {$(#quote).click(function(){ $(this).fadeOut(); $(this).load(getquote.php);

[jQuery] syntax errors in jquery-1.1.3.1.js

2007-07-16 Thread Rick Pasotto
I'm fairly new to javascript so this may or may not be important. One of the posts today led me to the jslint.js program. Running it with rhino on jquery-1.1.3.1.js reports many, many errors. It quit at line 275 complaining of 'too many errors'. Most of the errors were (caused by) missing

[jQuery] Re: Frequently Asked Questions (FAQ)

2007-07-16 Thread Christopher Jordan
I knew they existed. Check out the selectors document and search for E.warning and E#myid. I just knew they were there somewhere. My eye skipped over them the fist time through as well. :o) http://docs.jquery.com/DOM/Traversing/Selectors#A_Short_Preliminary_Note Hope this helps, Chris On

[jQuery] Plugin Annoucements and Additions to Plugin Library

2007-07-16 Thread Michael E. Carluen
Hello everyone. I have always (wrongfully?) assumed that all the plugins announced on the list, gets added to the plugin library by Rey or someone from the evangelism team. That is why I never bookmark the author's plugin sites thinking that I can just find it on the library page of the site

[jQuery] Re: load method nor getting new data on IE7

2007-07-16 Thread Richard D. Worth
Here's one way: ... .load(getquote.php, { nocache:Math.random() }); ... - Richard On 7/16/07, Rick Pasotto [EMAIL PROTECTED] wrote: The following function works as it's supposed to on FF but IE7 is evidently caching the results because I always get the same quotation back. How can I force

[jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Glen Lipka
Nice. On FF, I noticed that the hover-image made the whole thing disappear if you moused over too soon. Consider using a sprite image (both on and off in the same image and move the background-position, rather than 2 images). Also, I'm a huge fan of the easing plugin. Using one of the easing

[jQuery] Problem with jQuery.fix in event model

2007-07-16 Thread Jeffrey Kretz
I am trying an integration of Ext and jQuery for a new project. In doing a simple demo page, I've run into a problem whereby the jQuery.fix method for events is firing on a mousemove before the DOM is loaded. Sample page at: http://dev.scorpiondesign.com/Clients/Test.htm Tested in IE7 (not

[jQuery] Re: search text, find urls and list

2007-07-16 Thread Karl Swedberg
Hi Hugh, You might want to use the .each() method for this so you can iterate through the links and create new elements as you go. Something like this should work: var $extLinks; $(#content a).not([EMAIL PROTECTED]'mysite.com/']).each(function(index) { if (index == 0) { $extLinks =

[jQuery] Re: Plugin Annoucements and Additions to Plugin Library

2007-07-16 Thread Rey Bango
Hi Michael, Its each plugin author's responsibility to submit it to the plugin repo. That way, they can add the proper info about the plugin and update it as needed. With that said, I do my best to keep track of all new plugins and have many downloaded. If you ever find yourself in a bind,

[jQuery] Re: Plugin Annoucements and Additions to Plugin Library

2007-07-16 Thread Michael E. Carluen
Aha! . thanks Chris. Hmmm. Also, I just noticed the Plugin Note dated June 18th, saying in effect the same thing (for un-official plugins) dooh! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Jordan Sent: Monday, July 16, 2007 1:55 PM To:

  1   2   >