Re: [jQuery] I hate coding! (was:Star Rating Plugin?)

2006-11-05 Thread Ⓙⓐⓚⓔ
Really? what kinds of machines do you use? which work? which don't? I switched the character to a bolder one a few hours ago. On 11/4/06, Brice Burgess [EMAIL PROTECTED] wrote: Ⓙⓐⓚⓔ wrote: For star rating, I knew all the html I wanted to code was: rate mea class=starRating

Re: [jQuery] I hate coding! (was:Star Rating Plugin?)

2006-11-05 Thread Ⓙⓐⓚⓔ
PS I can't draw for beans... digits seem quite easy. Unicode has been a great tool for simple icons... is poor unicode support endemic in the windows world? On 11/5/06, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: Really? what kinds of machines do you use? which work? which don't? I switched the character

Re: [jQuery] Star Rating Plugin?

2006-11-05 Thread Brice Burgess
Yehuda Katz wrote: The only difficult thing about a star plugin is reporting fractional star-counts. Otherwise, it's *really* trivial. I would use a hidden text-field or somesuch, and bind clicking the stars to updating the field. As to reporting the existing star counts, you could use a

Re: [jQuery] I hate coding!

2006-11-05 Thread Brice Burgess
Ⓙⓐⓚⓔ wrote: Really? what kinds of machines do you use? which work? which don't? I switched the character to a bolder one a few hours ago. Jake, I tend to use i686 Arch Linux machines with a custom kernel. Depending on what font I'm using, the text comes w/ squares represent the

[jQuery] Styling a file input control

2006-11-05 Thread George Moschovitis
Dear devs, I am a new user of this wonderful library. I have a problem I would like to solve using JQuery. I have a form with a file input field: input type=file ... / I would like to style this input field. My solution would be to make this field hidden, and add another (styled) text input

Re: [jQuery] I hate coding! (was:Star Rating Plugin?)

2006-11-05 Thread Aloyzas Rimeika
h1 _javascript_ required to rate!/h1Thank you!thanks for rating!On 11/5/06, Klaus Hartl [EMAIL PROTECTED] wrote:Ⓙⓐⓚⓔ schrieb: I hate coding HTML... it's for the kids in the industry, So it's for the kids, no? So it should be very easy to do? A quickglance at your source revealed this to me:?xml

[jQuery] Overlapping divs toggleContent function

2006-11-05 Thread Bruce MacKay
Hi folks, I'm having a problem in FF2 with the contents of a toggled div overlapping two divs below it. The problem (http://horticulture127.massey.ac.nz/dumpthis.htm) occurs when the [Glossary] link is clicked to reveal an input box for a glossary search. In IE6, two divs beneath are pushed

Re: [jQuery] return this.each

2006-11-05 Thread Simon Corless
Thanks for the help Mike, it's starting to come together. I've been testing it just now. If I do use return this.each() then how do I reference the jQuery methods? without this.hover() etc? Obviously as this is no longer what I am expecting this.hover (as you say) fails. So do I use my 'self'

Re: [jQuery] reaplying rules to returned data

2006-11-05 Thread Марат
Interesting way to solve it. But not actually what I need. This way I have to write rules child to .content click.But the data can be returned in many different ways and blocks not only .content. And this case it's look quiete not flexible and not beautiful :( I was asking about reloading whole

Re: [jQuery] I hate coding! (was:Star Rating Plugin?)

2006-11-05 Thread Dan Atkinson
You won't make many friends making such statements as that. First off, you've got my ire, because you think HTML is for kids, and yet you're clearly unable to write it yourself. Why the XML declaration is in there is beyond me. Besides, JavaScript and HTML go hand in hand. Secondly, there isn't

Re: [jQuery] reaplying rules to returned data

2006-11-05 Thread Aloyzas Rimeika
I had a some kind plugin, but it is old one, so I don't know will it work on current jQuery version.jQuery.fn.events = function(obj) { var types = {}, r = { a: /\s*,\s*/g, g: /(.*):(.*)$/ }, a, t, type; var handler = function(e){ var t = types[e.type], r = false, a = []; var o = $(e.target);

Re: [jQuery] Overlapping divs toggleContent function

2006-11-05 Thread Karl Swedberg
Hi Bruce, Using the web developer toolbar in FF, I got rid of the height value for #toolbar, and now it works fine. ___ Karl Swedberg www.englishrules.com www.learningjquery.com On Nov 5, 2006, at 5:25 AM, Bruce MacKay wrote: Hi folks, I'm having a problem in FF2 with

[jQuery] I hate coding! (was:Star Rating Plugin?)

2006-11-05 Thread Michael Holloway
The original comment made me giggle too, but the guy doesn't need flaming by the community, Klaus pointed out concerns about Jake's coding earlier. I think Jake was just trying to point out how simple and easy to use, yet effective jQuery can be.

[jQuery] play sound on mouseover

2006-11-05 Thread Indigo
Folks; Anyone know of other way(s) of playing sound sound onmouseover other than http://www.hypergurl.com/mouseoversound.html and http://www.javascripter.net/faq/sound/onhover.htm TIA ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] New Plugin: Resizeable

2006-11-05 Thread Stephen Woodbridge
Hi Stefan, I have been trying your resize plugin, it is really slick and works great! I have a request, does it already have or can you add the ability to added a call back at the end of the resize, so other code can be notified of the change in size? Like notify below:

[jQuery] Also new bug in cookie plugin

2006-11-05 Thread Microtoby
Hi, all, It seems no more people use the cookie plug in, I'm find new a bug again. When I set the expires parameter to 7, cookie always expires when browser closing. I'm traced the problem, First: --- Line 62: maxAge =

Re: [jQuery] I hate coding! (was:Star Rating Plugin?)

2006-11-05 Thread Klaus Hartl
Michael Holloway schrieb: The original comment made me giggle too, but the guy doesn't need flaming by the community, Klaus pointed out concerns about Jake's coding earlier. I think Jake was just trying to point out how simple and easy to use, yet effective jQuery can be. First of all, my

Re: [jQuery] Also new bug in cookie plugin

2006-11-05 Thread Klaus Hartl
Microtoby schrieb: Hi, all, It seems no more people use the cookie plug in, I'm find new a bug again. When I set the expires parameter to 7, cookie always expires when browser closing. I'm traced the problem, First:

Re: [jQuery] New Plugin: Resizeable

2006-11-05 Thread Stephen Woodbridge
Hi Stefan, I took a shot at adding the notify to your iresizeable.js and it seems to work for my limited testing. Here is the patch: [EMAIL PROTECTED]:~/work/jquery2/plugins/interface.eyecon.ro$ diff -Naur temp/iresizeable.js sew/iresizeable.js --- temp/iresizeable.js 2006-10-21

Re: [jQuery] Also new bug in cookie plugin

2006-11-05 Thread Microtoby
Thanks Klaus, I'm using http/1.1, It's my desktop computer, XP system with IIS 5.1, I modify the host file, add a test domain name, for example: 127.0.0.1 demo.com, It seems default cookie plug in execute not correctly. Best wishes, Toby 2006-11-5 -Original Message- From: [EMAIL

Re: [jQuery] Styling a file input control

2006-11-05 Thread Matt Stith
sadly, browser security doesnt allow styling of file inputs, and also blocks you from setting or getting the value of one. i had the same problem, but after a bit of research i found out that you cant do it. :( On 11/5/06, George Moschovitis [EMAIL PROTECTED] wrote: Dear devs, I am a new user

Re: [jQuery] jQuery Metadata Plugin

2006-11-05 Thread Paul McLanahan
Hi All, I'm still unsure about my diagnosis and fix of the problem I was seeing with John's metadata plugin. His idea of modifying a core jQuery function to allow for automated metadata extraction was pure genius in my mind. It was also very instructive for me as a person trying to gain more

Re: [jQuery] New Plugin: Resizeable

2006-11-05 Thread Stephen Woodbridge
OK, this is not quite right yet. In side the notify function this.sizes seems to be the original size of the div and not the new resized sizes. Using it like this: $(document).ready(function(){ $('#resize_map').Resizeable( { minHeight: 100, maxHeight:

Re: [jQuery] I hate coding! (was:Star Rating Plugin?)

2006-11-05 Thread Brandon Aaron
On 11/4/06, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: I hate coding HTML... it's for the kids in the industry, I LOVE coding jquery it's what differentiates us from the kids. Guess that makes me a kid ... I enjoy writing clean XHTML + CSS + JavaScript. I also have developed with and still develop with

Re: [jQuery] Styling a file input control

2006-11-05 Thread Paul Chaplin
The only reliable way of doing it that I've ever come across is ppk's http://www.quirksmode.org/dom/inputfile.html Styling an input type=file , but I've never used it myself, so I can't speak for its compatibility in practice. It seems fairly solid, though (most of his stuff is!), and it should

Re: [jQuery] Styling a file input control

2006-11-05 Thread Dragan Krstic
Try this http://www.quirksmode.org/dom/inputfile.html - Original Message - From: George Moschovitis [EMAIL PROTECTED] To: discuss@jquery.com Sent: Sunday, November 05, 2006 9:32 AM Subject: [jQuery] Styling a file input control Dear devs, I am a new user of this wonderful library.

Re: [jQuery] Overlapping divs toggleContent function

2006-11-05 Thread Olaf Bosch
Bruce MacKay schrieb: In IE6, two divs beneath are pushed down (as I would like them to be), but in FF2, the glossary search box simply overlaps the lower divs. I cannot see the error I'm making - can someone please point me in the right direction. Do the div id=toolbar to first in the

[jQuery] error in FF 1.5.0.7 in the unpacked jquery 1.0.3 source

2006-11-05 Thread Marc Jansen
Hi list, I'm not sure whether this has already been discussed, but in the uncompressed version of the jQuery code my FF-console shows the following error: Fehler: this.stack has no properties Quelldatei: http://www.rsv-arloff-kirspenich.de/javascript/jquery-1.0.3.pack.js Zeile: 191 This line

Re: [jQuery] I hate coding! (was:Star Rating Plugin?)

2006-11-05 Thread Ⓙⓐⓚⓔ
guys it's humor!... html is the junior version of XHTML, and when written simply, it can be done by grade school children. html is the finger paints of the industry. XHTML + CSS + JS + JQ + XSL + server side coding... that's when I like. On 11/5/06, Brandon Aaron [EMAIL PROTECTED] wrote: On

Re: [jQuery] I hate coding!

2006-11-05 Thread Ⓙⓐⓚⓔ
Your gui doesn't flip to a font containing the character when it's not in the font you are using? On 11/4/06, Brice Burgess [EMAIL PROTECTED] wrote: Ⓙⓐⓚⓔ wrote: Really? what kinds of machines do you use? which work? which don't? I switched the character to a bolder one a few hours ago.

[jQuery] browser support

2006-11-05 Thread Марат
Hi, guys!What browsers are supported by jQuery? And does IE 5.0 supports it totally?-- С уважением, Марат Мамяшев ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Overlapping divs toggleContent function

2006-11-05 Thread Olaf Bosch
Olaf Bosch schrieb: Bruce MacKay schrieb: In IE6, two divs beneath are pushed down (as I would like them to be), but in FF2, the glossary search box simply overlaps the lower divs. I cannot see the error I'm making - can someone please point me in the right direction. Do the div

[jQuery] Scrolling to the bottom of a page

2006-11-05 Thread sd
Hi, how to scroll always to the bottom of a page with jquery? Thank you. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New Plugin: Resizeable

2006-11-05 Thread Stephen Woodbridge
Sorry for the long list of posts replying to myself. Here is a new patch that fixes the last problem. I think there is probably a more elegant way to do this, but this seems to work now. diff -Naur temp/iresizeable.js sew/iresizeable.js --- temp/iresizeable.js 2006-10-21 08:22:10.0

Re: [jQuery] xml in Browser after ajax

2006-11-05 Thread Olaf Bosch
Stephen Woodbridge schrieb: I wanted to show it only visuel. Understand, in the DIV#content is to see: ?xml version=1.0 encoding=UTF-8? blatext/bla So the pure code, does a possibility exist there? Ooh! I know! Did this! look at: http://imaptools.com:8081/maps/demo2.html Boah, great!!!

[jQuery] ActiveX activation

2006-11-05 Thread Dragan Krstic
When I'm using jquery, I always get ActiveX warning in IE. How to avoid it? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] banner rotation

2006-11-05 Thread Jardel DeJeu
Grettings, is there any way to have a banner rotation with jquery? Someone has already developed something? I need a simple banner rotation (random image rotation) but I'm not a coder. Thx ___ jQuery mailing list discuss@jquery.com

[jQuery] jQuery 1.0.3 .click() not firing in IE

2006-11-05 Thread Marshall Salinger
Hi, I am not sure why, but when I upgraded from 1.0.1 to 1.0.3, an inline click event isnt firing in IE 6 or 7. It still works fine in FF. I have a message form in a hidden div that is toggled open by clicking a button. When there is an error with the form, I insert this into the

Re: [jQuery] I hate coding! (was:Star Rating Plugin?)

2006-11-05 Thread Ⓙⓐⓚⓔ
I still hate coding html... but if you can't see unicode... I can use stars, if you don't like stars I can use numbers, if you really want images, I can code them in the css. try the current version at: http://cigar.dynalias.org/stars.html ___ jQuery

Re: [jQuery] banner rotation

2006-11-05 Thread Karl Swedberg
Hi Jardel,I've done this on a couple sites:http://www.vikinggroupinc.com/http://www.davidlagrand.com/Take a look at the source code and find the _javascript_ files in there. Take anything you want. You'll also want to make sure you're using proper CSS for it -- making the containing DV position:

[jQuery] ThickBox mod: zoom

2006-11-05 Thread Glen Lipka
I am working on a ThickBox implementation here: http://glenlipka.kokopop.com (click samples of work).Trying to add in a zoom function. I guess it should work just like prev or next, except I would need to change the URL to 123b.gif instead of 123a.gif.Has anyone done anything like this with

Re: [jQuery] banner rotation

2006-11-05 Thread jyl
Very nice work! Do you grab the images from the server or just download them while loading the page, then infinitely rotate? --Jacob Hi Jardel, I've done this on a couple sites: http://www.vikinggroupinc.com/ http://www.davidlagrand.com/ Take a look at the source code and find the

Re: [jQuery] banner rotation

2006-11-05 Thread Karl Swedberg
On Nov 5, 2006, at 5:39 PM, [EMAIL PROTECTED] wrote: Very nice work! Do you grab the images from the server or just download them while loading the page, then infinitely rotate? Hi Jacob, Thanks. I just download them while loading the page, hide all but the first one, and then infinitely

Re: [jQuery] jQuery 1.0.3 .click() not firing in IE

2006-11-05 Thread Marshall Salinger
Thanks for the reply. Here is the js in the head for this section. $(document).ready(function() { $(#contact-seller-btn).click(function() { $(#contact-form-toggle).toggle(); }).toggle(function() {

[jQuery] Likely error points?

2006-11-05 Thread Mathew Byrne
Hi there,I'm attempting to use jQuery for some effects on an existing client site. The client site already has a custom _javascript_ drop-down menu system implemented. The problem is that even just including the jQuery library breaks the drop-down menu system. jQuery seems to work fine but the

Re: [jQuery] Likely error points?

2006-11-05 Thread Brandon Aaron
Do you get any JS error messages after trying to include jQuery? -- Brandon Aaron On 11/5/06, Mathew Byrne [EMAIL PROTECTED] wrote: Hi there, I'm attempting to use jQuery for some effects on an existing client site. The client site already has a custom javascript drop-down menu system

Re: [jQuery] jQuery 1.0.3 .click() not firing in IE

2006-11-05 Thread Brandon Aaron
Oh wait ... this is due to some changes to jQuery.event.fix. These are fixed in Rev 520. If you can't get to SVN then try calling the methods with a blank object like this: $(#contact-seller-btn).click({}); At least I think that is whats going on here. -- Brandon Aaron On 11/5/06, Marshall

Re: [jQuery] Scrolling to the bottom of a page

2006-11-05 Thread Sean O
Interface's ScrollTo should work nicely (and aesthetically) for that: http://interface.eyecon.ro/demos/ifxscrollto.html http://interface.eyecon.ro/ SEAN O sd-11 wrote: Hi, how to scroll always to the bottom of a page with jquery? Thank you.

Re: [jQuery] $(form.elements) fails (in IE this time)

2006-11-05 Thread Brandon Aaron
I must have been in a hurry because I didn't realize your reference to the nodeType test was later in the constructor. Please disregard my previous email. Do you know what the nodeType test is for on that line? What would break if we took it out? -- Brandon Aaron

Re: [jQuery] Likely error points?

2006-11-05 Thread Mathew Byrne
Nope! Like I said, the jQuery stuff I put in the page worked fine, the main problem is that the navigation no longer works.On 11/6/06, Brandon Aaron [EMAIL PROTECTED] wrote:Do you get any JS error messages after trying to include jQuery? --Brandon AaronOn 11/5/06, Mathew Byrne [EMAIL PROTECTED]

[jQuery] how could jmp3 work in a thickbox window? onready problem?

2006-11-05 Thread asterocean
jmp3 thickbox are both great plugins thatusing jquery, then, how could jmp3 work in a thickbox window? jmp3 works fine alone, it seems that $(document).ready(function(){$(.mp3).jmp3(); }); not work when loaded by thickbox then which event should it been binded? any sugestion would be

Re: [jQuery] jQuery 1.0.3 .click() not firing in IE

2006-11-05 Thread Marshall Salinger
I am not set-up to connect to SVN. I tried calling the method with a blank object and it broke both FF and IE. Everything seems to be working ok with 1.0.1 for now. I will just stick with that until the next release and try it then. Thanks! -Original Message- From: [EMAIL PROTECTED]

[jQuery] isNot

2006-11-05 Thread Sam Collett
jQuery has an 'is' method to see if a current selection matches an expression. There does not seem to be a counter part (not does this but returns a jQuery object, not a boolean). Perhaps there should be isNot? Untested: jQuery.fn.isNot = function(expr) { return expr ?

Re: [jQuery] isNot

2006-11-05 Thread Aaron Heimlich
Why not just doif(!jQuery(div).is(:foo)) { // do stuff...}On 11/6/06, Sam Collett [EMAIL PROTECTED] wrote:jQuery has an 'is' method to see if a current selection matches an _expression_. There does not seem to be a counter part (not does thisbut returns a jQuery object, not a boolean). Perhaps