[jQuery] Tag Cloud

2007-09-20 Thread Mandy Singh
Is there an implementation of Tag Cloud css or logic using jquery?

[jQuery] Re: hiding/showing more than 5 P

2007-09-20 Thread GianCarlo Mingati
Thanks Ben i'm givin it a try. ;-)) GC On Sep 19, 5:29 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: My bad, change pStart to 5 to get 5 P On 9/19/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Just tested that and it works like a charm, hope it helps. On 9/19/07, Benjamin Sterling

[jQuery] Re: hiding/showing more than 5 P

2007-09-20 Thread GianCarlo Mingati
Ben, trying yor code gave me a strange result. To me these lines works $(function(){ var pStart = 5 //vuol dire 5 paragrafi var pTotal = $(#newswrapper p).length; $(#newswrapper p).slice(0,pStart).fadeIn(); $(a#sa).toggle( function(){

[jQuery] [SITE SUBMISSION] GAME.co.uk

2007-09-20 Thread Michael Price
Hi all, One of the UK's biggest retailers of video games has evidently jumped on board :) http://www.game.co.uk/ Using jCarousel on the homepage and some brokerage, not sure where or what else they're using yet as I thought I'd post this first and then go looking for that copy of Singstar

[jQuery] BlockUI question

2007-09-20 Thread Gordon
I have been using the blockUI extension for a while and am overall happy with it, but I do have one issue that I would like to resolve with it. As far as I can tell the blockUI extension destroys the element it is using to display as it's message when you unblockUI. This isn't an issue for

[jQuery] Re: BlockUI question

2007-09-20 Thread Mike Alsup
Hi Gordon, No, it can't be set to display:none, but blockUI does not destroy the message element - it simply removes it from the DOM. If you cache it before calling blockUI you can use the same element over and over as shown in the last example on this page:

[jQuery] Re: BlockUI question

2007-09-20 Thread Matt Kruse
On Sep 20, 5:52 am, Mike Alsup [EMAIL PROTECTED] wrote: No, it can't be set to display:none, but blockUI does not destroy the message element - it simply removes it from the DOM. I've faced the same frustration. Why not just hide the displayed div rather than removing it from the DOM? This

[jQuery] Re: IE shows nothing o.0

2007-09-20 Thread Eridius
I think that might cause an issue, instead of script type=text/javascript src=inc/js/jquery-1.2.1.js / try script type=text/javascript src=inc/js/jquery-1.2.1.js/script The first one is invalid code as you are not allowed to self close a script tag and IE seems to perform weird if you have

[jQuery] Re: Comet calls/multiple open HTTP connections

2007-09-20 Thread Dan G. Switzer, II
David, I'm using jQuery 1.2.1 (I love it... the selectors are most awesome and it has a very functional flavor) I've got a situation that I've seen on Firefox 2.0 (it may be an issue on other browsers.) It seems that I can only have 2 pending HTTP requests from the browser to the same server

[jQuery] Re: IE problem

2007-09-20 Thread Karl Swedberg
Hi Jonathon, I noticed two problems when I copied your code below and pasted it into a new page: 1. script type=application/javascript language=javasacript I changed it to this: script type=text/javascript The language attribute is unnecessary, and IE7 does not like the script being

[jQuery] Re: BlockUI question

2007-09-20 Thread seedy
I've pulled this off before by not using the built in $.unblockUI() You can do: $('.blockUI').hide() or $('.blockUI').fade() Gordon-35 wrote: I have been using the blockUI extension for a while and am overall happy with it, but I do have one issue that I would like to resolve with it.

[jQuery] Re: getJSON doesnt remove script.../script

2007-09-20 Thread Tom
try this simple code --- html head script src=http://code.jquery.com/jquery-latest.js;/script script jQuery(document).bind('mousemove',function(event){ $.getJSON(http://api.flickr.com/services/feeds/ photos_public.gne?

[jQuery] Re: getJSON doesnt remove script.../script

2007-09-20 Thread Tom
try this simple code --- html head script src=http://code.jquery.com/jquery-latest.js;/script script jQuery(document).bind('mousemove',function(event){ $.getJSON(http://api.flickr.com/services/feeds/ photos_public.gne?

[jQuery] Re: OT: PHP to read jQuery API XML

2007-09-20 Thread Joan Piedra
On 9/19/07, Stephan Beal [EMAIL PROTECTED] wrote: Another minor tip for you: some web servers are configured to server .phps files as context-highlighted PHP source code. So, instead of xmlReader.txt, try copying (or symlinking) xmlReader.php to xmlReader.phps and see if you server can do

[jQuery] Re: easiest question all day

2007-09-20 Thread Joan Piedra
It doesn't work because you didn't wrap your variable with the jQuery function. $( GitRDone ).appendTo('body'); On 9/19/07, FrankTudor [EMAIL PROTECTED] wrote: can someone show me an example of creating a simple variable and appending that variable to the document body? Here is my simple

[jQuery] Re: IE shows nothing o.0

2007-09-20 Thread Anders Mattson
That's a bug in IE that happens when the document is in strict mode (I think?) and you close the script tag the short way. Try using the end tag instead: script type=text/javascript src=inc/js/jquery-1.2.1.js/script That should do the trick. /Anders On 20 Sep, 06:28, John Resig [EMAIL

[jQuery] Event Normalization Question

2007-09-20 Thread [EMAIL PROTECTED]
I just started using jQuery a week or so (it's great) and am currently in the process of converting ~2000 lines of my js to use jQuery methods. My question is that I know one of the points of jQuery is to assign events when the DOM loads, not in the elements themselves, but what would you do in

[jQuery] Re: IE shows nothing o.0

2007-09-20 Thread ukong wong
Just a wild guess, perhaps you try using a close tag /script? script type=text/javascript src=inc/js/jquery-1.2.1.js/script On Sep 20, 9:22 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi there, im new at jQuery and totaly new with JavaScript. But there is a huge Problem with jQuery an

[jQuery] Local variable catched in ajax call

2007-09-20 Thread [EMAIL PROTECTED]
Hi People, I'm encountering a problem while making ajax calls these days. Indeed, let's say I write my function in this way : function blabla(argt0,...) { $.post(some script.php,function(data) { // result = process data return result; }) } I would like my function

[jQuery] jquery docs is crashing firefox

2007-09-20 Thread xyplex
Anyone else experiencing this problem? I'm using fedora core 6 latest firefox 2.0.0.2. To reproduce go to: http://docs.jquery.com/Attributes/addClass#class My status bar says waiting for www.google-analytics.com and then firefox freezes and I have to do a killall firefox-bin. The jquery docs

[jQuery] Help needed with close button removing DOM elements.

2007-09-20 Thread Matt81
Hi there. On this site http://lexus-test.lateral.net/blogfeeds/ , when one of the main navigational links is hit (About the debate, for example), I pull in some static HTML from a separate HTML file through through the jQuery ajax load() method, and display it on top of the main content in an

[jQuery] Re: Tag Cloud

2007-09-20 Thread Nicolas Hoizey
Is there an implementation of Tag Cloud css or logic using jquery? Why would you need jQuery for a tag cloud? -Nicolas -- Nicolas Brush HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] window.execScript in IE fails when scripts include HTML comment tag

2007-09-20 Thread Shinji Furuya
Hi, list I found a jQuery 1.2.1 bug which fails in IE(6|7). jQuery.domManip calls evalScript and finally executes window.execScript if the conditions match, but window.execScript in IE fails when scripts include HTML comment tag. Traditional way of writing script tag is as below for browsers

[jQuery] Re: IE shows nothing o.0

2007-09-20 Thread motob
I think its a problem of how you're including the library. Try writing your script line like this: script type=text/javascript src=inc/js/ jquery-1.2.1.js/script. IE can't handle the self closing script tag. I know its lame, but thats IE for ya. On Sep 20, 12:28 am, John Resig [EMAIL

[jQuery] Re: ANNOUNCE: Meijer.com launches -- using jQuery

2007-09-20 Thread Danjojo
I mean what I posted above is easy to do since your using JQuery and all... Peace. On Sep 19, 11:08 am, Karl Swedberg [EMAIL PROTECTED] wrote: Brian, Excellent! As a resident of Grand Rapids, Michigan, I'm very happy to see this GR-based superstore using jQuery. :) Nice work! Strange

[jQuery] Help needed with close button removing DOM elements.

2007-09-20 Thread Matt81
Hi there. On this site http://lexus-test.lateral.net/blogfeeds/ , when one of the main navigational links is hit (About the debate, for example), I pull in some static HTML from a separate HTML file through through the jQuery ajax load() method, and display it on top of the main content in an

[jQuery] problem with animate scrollTop and XHTML

2007-09-20 Thread wolf
i am looking for a solution to scroll pages smoothly and found the example at http://dev.jquery.com/~john/ticket/step/test2.html that does exactly what i want. i ported the code, but to my dismay, it stopped working in both firefox and ie. i finally found the culprit is, surprise!, the XHTML

[jQuery] window.execScript in IE fails when scripts include HTML comment tag

2007-09-20 Thread Shinji Furuya
Hi, list I found a jQuery 1.2.1 bug which fails in IE(6|7). jQuery.domManip calls evalScript and finally executes window.execScript if the conditions match, but window.execScript in IE fails when scripts include HTML comment tag. Traditional way of writing script tag is as below for browsers

[jQuery] Re: ANNOUNCE: Meijer.com launches -- using jQuery

2007-09-20 Thread Danjojo
HI.. nice promo. Not really a troll but just an fyi.. the menu along the top. The background color only changes to white if you actually hover over the link in the menu selection. This really should change to white if any part of the div is selected. Just my 2 cents... cant help it.. sorry

[jQuery] .XML access

2007-09-20 Thread Danjojo
Can anyone provide me a link of how to open a .xml file using JQuery? Do we have anything in the documentation or sample libraries yet? Thank you.

[jQuery] Insert Images from a folder

2007-09-20 Thread Mr Batman
I would like to insert all of the images from a certain folder in the root of my site into one div on my home page automatically. Is this possible with jQuery and if so how do you do it?

[jQuery] Re: get all checkboxes

2007-09-20 Thread Potluri
$([EMAIL PROTECTED]'checkbox'[EMAIL PROTECTED]'my_']) will give all checkboxes object notebook2 wrote: Hello, is it possible in prototype to get all checkboxes on a page with a fixed id namepart like this: ID=my_checkbox and i want to get all checkboxes beginning on my_

[jQuery] Re: Insert Images from a folder

2007-09-20 Thread Scott Sauyet
Mr Batman wrote: I would like to insert all of the images from a certain folder in the root of my site into one div on my home page automatically. Is this possible with jQuery and if so how do you do it? jQuery cannot know what files are on your server. If you have some server-side

[jQuery] Re: [SITE SUBMISSION] GAME.co.uk

2007-09-20 Thread Peter Bengtsson
Loading the homepage made my computer feel sluggish. 11 scripts and a total of 74 requests for the homepage!! Not good a good advert for jQuery. Together with the post-loaded XML and Flash and stuff I think the site is better served as a BitTorrent :) Michael Price wrote: Hi all, One of

[jQuery] Re: Event Normalization Question

2007-09-20 Thread Andy Matthews
Since each of those area tags has it's own unique set of data, you'd probably need to assign some unique identifier to it. Take just one, area id=US-MI-42 shape=poly coords=566,68, 569,72 href=# by adding an id to it, you could do this: $('area').each(function(){ // a shortcut variable

[jQuery] Re: .XML access

2007-09-20 Thread Glen Lipka
$(div).load(file.xml); You can treat it like html then. Glen On 9/20/07, Danjojo [EMAIL PROTECTED] wrote: Can anyone provide me a link of how to open a .xml file using JQuery? Do we have anything in the documentation or sample libraries yet? Thank you.

[jQuery] Re: problem with animate scrollTop and XHTML

2007-09-20 Thread Karl Swedberg
Hi wolf, I ran into the same problem, but on John Resig's recommendation I add html to the selector and it worked: $( 'html, body' ).animate( { scrollTop: y }, d, 'bounceout' ); }; See my blog entry for more information:

[jQuery] Using the charcounter plugin with an input field

2007-09-20 Thread voltron
I would like to put the counter in an input field of type text instead of in an em or Div tag as in the docs, could someone show me how that can be achieved? Just passing the ID of the Input tag did not work. link to the plugin http://www.tomdeater.com/jquery/character_counter/ Thanks

[jQuery] Re: jquery version of YUI Buttons?

2007-09-20 Thread owen
http://www.lexcat.ro/nicejforms/nicejforms.html http://envero.org/jlook/ Thanks for the suggestions. In order to compete with the YUI version the jquery solution would have to offer a lot more than just visual changes. Check out the YUI example: http://blog.davglass.com/files/yui/button1/ I'm

[jQuery] $('#foo') failing

2007-09-20 Thread [EMAIL PROTECTED]
I have a webapp that uses JQuery (version 1.2) for doing javascript DOM manipulation. The webapp works great most of the time. However, we have an easily reproducible bug in which JQuery cannot find a particular DOM object under certain circumstances, even though the DOM object does seem to be

[jQuery] Delayed response using Live Query

2007-09-20 Thread leon14850
Hi, all! I'm experiencing a strange problem with Live Query. When I add elements to the DOM, they aren't picked up until I click a pre- existing element with a jQuery behavior. The key parts of my sample code are: script type=text/javascript src=/intranet/js/

[jQuery] Opacity in Superfish?

2007-09-20 Thread jon randahl
Out of simple curiosity, is there any way to set a degree/level of opacity with superfish? I'm only asking as you can set the default to hide/show, is there any other options? Thanks in advance! J

[jQuery] Re: Jquery in the BBB

2007-09-20 Thread Anthony Leboeuf(Worcester Wide Web)
Well, I just received the Files but I threw up a basic template. I will be templating the CMS system over the next few weeks. http://bbb.dlg360.com/ this will be the look for every single local BBB in the US/CA so thats hundreds new of sites running jquery _Tony Andy Matthews wrote:

[jQuery] Re: Insert Images from a folder

2007-09-20 Thread Karl Swedberg
On Sep 20, 2007, at 10:06 AM, Scott Sauyet wrote: Mr Batman wrote: I would like to insert all of the images from a certain folder in the root of my site into one div on my home page automatically. Is this possible with jQuery and if so how do you do it? jQuery cannot know what files are on

[jQuery] Re: Tag Cloud

2007-09-20 Thread Mandy Singh
All my code is written in jquery so rather than writing something to randomly capiltalize and change font of some stuff inside a div to generate a tag cloud, I thought something like this, if available as jquery plugin which takes a div as argument and randomly does the css stuff, would be great.

[jQuery] Re: Opacity in Superfish?

2007-09-20 Thread Joel Birch
On 9/21/07, jon randahl [EMAIL PROTECTED] wrote: Out of simple curiosity, is there any way to set a degree/level of opacity with superfish? I'm only asking as you can set the default to hide/show, is there any other options? Thanks in advance! J Hi Jon, I'm not positive I understand

[jQuery] OT: Combining JS files for production releases

2007-09-20 Thread Brook Davies
Hello, Since we know that including a large number of JS files seperatlty significantlty increases download time (http://www.wormly.com/help/case-studies/the-web-2.slow), what does everyone do? Do you combine and pack your JS files (for example if you have several of the UI library includes)

[jQuery] Re: Delayed response using Live Query

2007-09-20 Thread Brandon Aaron
Live Query works within the jQuery sandbox for DOM Manipulation. The function adddate uses regular DOM methods to insert the element. Simply convert that method to use jQuery instead (bonus of shorter syntax too) and it will work just fine. function adddate() { alert('adding date');

[jQuery] Re: problem with animate scrollTop and XHTML

2007-09-20 Thread Tony
wolf, Change 'body' to 'html': $( 'html' ).animate( { scrollTop: y }, d, 'bounceout' ); }; --Tony On 9月20日, 下午9時12分, wolf [EMAIL PROTECTED] wrote: i am looking for a solution to scroll pages smoothly and found the example at http://dev.jquery.com/~john/ticket/step/test2.html that does

[jQuery] Re: problem with nested ajax calls

2007-09-20 Thread scotthdavis
I am not an expert: I was reading yesterday about browsers are only required to keep 2 XML connections open and place other requests into que others, which will be call later, not in any order. See if you can location further into in this area?

[jQuery] Re: Tag Cloud

2007-09-20 Thread Chris W. Parker
On Thursday, September 20, 2007 8:23 AM Mandy Singh said: All my code is written in jquery so rather than writing something to randomly capiltalize and change font of some stuff inside a div to generate a tag cloud, I thought something like this, if available as jquery plugin which takes a

[jQuery] Re: Jquery in the BBB

2007-09-20 Thread Chris W. Parker
On Thursday, September 20, 2007 8:15 AM Anthony Leboeuf(Worcester Wide Web) said: Well, I just received the Files but I threw up a basic template. I will be templating the CMS system over the next few weeks. http://bbb.dlg360.com/ this will be the look for every single local BBB in the

[jQuery] Re: problem with nested ajax calls

2007-09-20 Thread Kirk Cerny
I am not an expert either but: 2 XML connections open for the same domain. You can get many connections open by changing the domain. xml.domainname.com xml2.domanname.com You can accomplish this using the domain property of the document object. document.domain = domainname.com

[jQuery] Re: Tag Cloud

2007-09-20 Thread Mandy Singh
Oh Really? Sorry, I didn't even know that :) On 9/20/07, Chris W. Parker [EMAIL PROTECTED] wrote: On Thursday, September 20, 2007 8:23 AM Mandy Singh said: All my code is written in jquery so rather than writing something to randomly capiltalize and change font of some stuff inside a div

[jQuery] Re: Tag Cloud

2007-09-20 Thread Andy Matthews
How would jQuery know which string was the most important and which was the least? What would the div contain? This could be done if jQuery had enough info to pull from. But if all your code is written in jQuery, then why not just hard code the tag cloud? _ From:

[jQuery] Re: Tag Cloud

2007-09-20 Thread Bruce MacKay
At 02:28 a.m. 20/09/2007, you wrote: Is there an implementation of Tag Cloud css or logic using jquery? This might help you: http://www.nabble.com/-Plugin--DynaCloud-Plugin-tf4254840s15494.html#a12109312

[jQuery] Re: Opinions on YUI?

2007-09-20 Thread Brian Miller
Sounds like you don't to public facing web sites. Having so many libraries means there must be several hundred kb download just to get going. I'm not saying to use all of them at the same time. I'm just saying that we use the parts we need to solve particular problems. In the case of

[jQuery] Re: problem with animate scrollTop and XHTML

2007-09-20 Thread wolf
[EMAIL PROTECTED] karl, that did it! your page http://www.learningjquery.com/2007/09/animated-scrolling-with-jquery-12 is very informative, too! jquery is truly awesome. i never look back to writing javascript w/out a library like this (and when i do i get that sinking feeling--- javascript is

[jQuery] Re: Insert Images from a folder

2007-09-20 Thread Scott Sauyet
Karl Swedberg wrote: On Sep 20, 2007, at 10:06 AM, Scott Sauyet wrote: Mr Batman wrote: I would like to insert all of the images from a certain folder in the root of my site into one div on my home page automatically. Is this possible with jQuery and if so how do you do it? jQuery cannot

[jQuery] Re: OT: Combining JS files for production releases

2007-09-20 Thread PaulHan
Hi Brook, If you'd like to wait a couple of days, I'm hoping to release a PHP download manager, which organises things from the server end. Keep an eye here for the announcement. Best Regards, Paul On Sep 20, 4:23 pm, Brook Davies [EMAIL PROTECTED] wrote: Hello, Since we know that

[jQuery] Re: [SITE SUBMISSION] GAME.co.uk

2007-09-20 Thread Alexander Bilbie
On 20/09/2007, Michael Stuhr [EMAIL PROTECTED] wrote: Peter Bengtsson schrieb: Loading the homepage made my computer feel sluggish. 11 scripts and a total of 74 requests for the homepage!! Not good a good advert for jQuery. Together with the post-loaded XML and Flash and stuff I think

[jQuery] Re: Tag Cloud

2007-09-20 Thread Andy Matthews
Ooooh... That's TONS better than the crappy version I just wrote. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bruce MacKay Sent: Thursday, September 20, 2007 10:29 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Tag Cloud

[jQuery] API Experiments

2007-09-20 Thread Glen Lipka
Ben Nadel wrote a cool article on how to transform XML to HTML or PDF using Cold Fusion and XSLT. http://www.bennadel.com/index.cfm?dax=blog:961.view I have also been experimenting with PHP to do similar things. Code:

[jQuery] Newbie Question: Workiing with form fields and jQuery / Select in Particular

2007-09-20 Thread Brook Davies
How do you get a reference to a select field and then do things like set the selectedIndex, get the options array etc. I know I can get a reference to the object via a basic selector $(#mySelect) but then how do I access the options array and related stuff? How do you access the 'object'

[jQuery] Try / catch

2007-09-20 Thread njsuperfreak
This sets focus on the field which works fine. $(#user).focus(); The problem is object $(#user) disappears when the remember me box is checked. Someone suggested I do a try() catch() statement. I am a little new to that so I was, asking if anyone knows how to do this in jquery. Thanks!

[jQuery] Re: Help needed with close button removing DOM elements.

2007-09-20 Thread Tony
Hi matt81, I think you need the Live Query -- http://brandonaaron.net/docs/livequery/ --Tony

[jQuery] Re: API Experiments

2007-09-20 Thread Benjamin Sterling
Glen, really nice work, thanks for putting the time in. On 9/20/07, Glen Lipka [EMAIL PROTECTED] wrote: Ben Nadel wrote a cool article on how to transform XML to HTML or PDF using Cold Fusion and XSLT. http://www.bennadel.com/index.cfm?dax=blog:961.view I have also been experimenting with

[jQuery] Re: Try / catch

2007-09-20 Thread Benjamin Sterling
Jeff, Can you elaborate just a bit? I really have no idea what you are trying to do. Do you have something we can look at? On 9/20/07, njsuperfreak [EMAIL PROTECTED] wrote: This sets focus on the field which works fine. $(#user).focus(); The problem is object $(#user) disappears when the

[jQuery] Re: Newbie Question: Workiing with form fields and jQuery / Select in Particular

2007-09-20 Thread Glen Lipka
$(#mySelect option) $(#mySelect option:selected) $(#mySelect option:selected).attr(id); $(#mySelect)[0] //the actual dom node. All untested, but should be ok. Firebug in Firefox has all kinds of neat tools for this. In the script tab, put a watch for $(#mySelect) and you can inspect the

[jQuery] Re: Try / catch

2007-09-20 Thread njsuperfreak
Benjamin, thanks for you response. Okay I have a login form with a input field named (user) set to focus($ (#user).focus();). When the checks the remember me checkbox, a cookie is created, so the next time the user logs in his/her username is displayed in this form, and the inputs (user) and

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-20 Thread Bill Huber
Thanks for the great work Christian! I did find that the 2.0.1 packed version does not work for me. It complains about a missing semi-colon. I ran the code through online lint(http://www.javascriptlint.com/online_lint.php) and it points at line 235. The unpacked and minified version worked since

[jQuery] Re: Changing Animation Properties

2007-09-20 Thread Idan Waisman
So I just realized something interesting. This whole thing is done within a .mousemove(). The mouse move function will stop any existing animation and (re)start a new one. However, When the mouse is moving the animation stops even though the mousemove function has yet to be evoked. The mousemove

[jQuery] Re: Tag Cloud

2007-09-20 Thread Mandy Singh
Thank you so much Bruce. This is awesome and exactly what I needed:) -Mandy. On 9/20/07, Andy Matthews [EMAIL PROTECTED] wrote: Ooooh... That's TONS better than the crappy version I just wrote. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED]

[jQuery] Re: Open and search a .XML file

2007-09-20 Thread Jörn Zaefferer
Danjojo schrieb: Can anyone provide me a link of how to open an xml file using JQuery? Try this: $.ajax({ url: file.xml, dataType: xml, success: function(xmlDocument) { $(xmlDocument).find(...).dosomeThing(...); } }); http://docs.jquery.com/Ajax/jQuery.ajax#options --

[jQuery] Re: Accordion plugin height calcullation bug

2007-09-20 Thread Jörn Zaefferer
Frantisek Malina schrieb: Hi all, I've got a problem with the accordion plugin height callcullation. It is a very cool plugin, but there seems to be bug in here. Plugin at http://bassistance.de/jquery-plugins/jquery-plugin-accordion/ It basically uses for stretching - height of the first

[jQuery] Gradient Filter for FireFox or Mozilla

2007-09-20 Thread Pops
I'm wondering if there a CSS gradient filter for FF/Mozilla like there is for IE? Here is an old Microsoft example for IE that I just changed using jQuery. http://beta.winserver.com/public/test/demo-gradient.wct -- HLS

[jQuery] Re: Gradient Filter for FireFox or Mozilla

2007-09-20 Thread Brandon Aaron
No but you could use Canvas or you could use the gradient plugin. http://jquery.com/plugins/project/gradient I've been thinking about updating the gradient plugin to use canvas but just don't have the time right now. -- Brandon Aaron On 9/20/07, Pops [EMAIL PROTECTED] wrote: I'm wondering if

[jQuery] Re: Star rating plugin for 1.2?

2007-09-20 Thread NccWarp9
is there any information when Ritesh Agrawal star rating plugin will be fixed for 1.2.1 ? On Sep 13, 12:32 am, Derek Gathright [EMAIL PROTECTED] wrote: Karl, thanks for the help. I've added those corrections along with a few others and I think it's 99% there. The only issue left is that I

[jQuery] NEWBIE QUESTION: Catch Select event

2007-09-20 Thread hobbit
Hi, I would like to catch the select event when a user changes the select item in any SELECT in a form. Something like: $(select).select(function() { //do some stuff here... )}; Is this feasible?

[jQuery] Carousels and removing elements from the DOM...

2007-09-20 Thread gr00vy0ne
I'm working on a unidirectional carousel that makes ajax calls to load more elements to be displayed. In my pane, I'm displaying 4 elements (of class .item) in a queue (called .my_queue). | [] [] [] [] | {} {} {} {} () () () () When the user clicks a MORE button, the elements move

[jQuery] Re: Treeview navigation highlighting?

2007-09-20 Thread sgrover
Thanks Jorn. It took me a bit to get to it, but that fixed a bunch of minor problems with our tree. A couple of questions though: 1. Is there a way to apply a class to the current tree node? (visual indicator of where the visitor is). I looked at the library, but am not familiar with the

[jQuery] Re: Treeview navigation highlighting?

2007-09-20 Thread Jörn Zaefferer
sgrover schrieb: Thanks Jorn. It took me a bit to get to it, but that fixed a bunch of minor problems with our tree. A couple of questions though: 1. Is there a way to apply a class to the current tree node? (visual indicator of where the visitor is). I looked at the library, but am not

[jQuery] Re: NEWBIE QUESTION: Catch Select event

2007-09-20 Thread Andy Matthews
I believe you'd want the change handler. $(select).change(function() { //do some stuff here... )}; -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hobbit Sent: Thursday, September 20, 2007 1:22 PM To: jQuery (English) Subject: [jQuery]

[jQuery] Filtering through XML for Live Search

2007-09-20 Thread Alexander Bilbie
Hi there, I am trying to create a live search by filtering through XML. The XML structure is as follows: studentlist student sid1/sid snameJoe Bloggs/sname sform7B/sform syear7/syear /student student

[jQuery] iPhone + jQuery

2007-09-20 Thread Danjojo
Hey there is a good article to be read at A List Apart: http://www.alistapart.com/articles/putyourcontentinmypocketpart2 I guess Javascript renders much slower on the iphone. I bet jQuery performs like a rock-star on the iPhone though.

[jQuery] Re: Try / catch

2007-09-20 Thread njsuperfreak
yeah I answered my own question! Here is the solution try { $(#user).focus(); } catch(err){ return false; } On Sep 20, 1:37 pm, njsuperfreak [EMAIL PROTECTED] wrote: Benjamin, thanks for you response. Okay I have a login form with a input field

[jQuery] Plugin to get URL Parameters

2007-09-20 Thread Glen Lipka
Is there a plugin to get all of the URL parameters and make them variables? (assuming its not already built in?) Glen

[jQuery] Re: Plugin to get URL Parameters

2007-09-20 Thread Glen Lipka
Answered my own question http://www.mathias-bank.de/2007/04/21/jquery-plugin-geturlparam-version-2 Sorry, Glen On 9/20/07, Glen Lipka [EMAIL PROTECTED] wrote: Is there a plugin to get all of the URL parameters and make them variables? (assuming its not already built in?) Glen

[jQuery] Re: iPhone + jQuery

2007-09-20 Thread Justin Sepulveda
Was just browsing the jQuery UI on the iPhone using Edge and it was running pretty smooth. I would attribute any slow down to the fact that I was on Edge. Still need to try it on Wi-Fi to know for sure. Good article though on how to develop for the iPhone, i know Facebook did a good job with

[jQuery] jqDnR - jQuery 1.2 and Dimensions problem

2007-09-20 Thread tlphipps
I noticed in SVN that Brandon had updated the Dimensions plugin after the release of jQuery 1.2, so I updated to the latest code in SVN because it is MUCH smaller in size. But now the jqDnR plugin has issues in IE6 and IE7. When you start dragging the element, the element's position is way off.

[jQuery] Image + map area + mouseout event

2007-09-20 Thread Fabien Meghazi
Hi all, I've got an image with a map area defined for it. Eg: img id=myimage src=img/myimage.gif width=260 height=219 border=0 usemap=#myimage_map/ map name=myimage_map id=myimage_map area href=# alt=foo shape=polygon coords=233, 135, 219, ... area href=# alt=bar shape=polygon

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

2007-09-20 Thread Josh Nathanson
Try adding return false; - $(#myimage).bind(mouseout, function() { console.log(Hello) doStuff(); return false; }); -- Josh - Original Message - From: Fabien Meghazi [EMAIL PROTECTED] To: ML:jQuery jquery-en@googlegroups.com Sent: Thursday, September 20, 2007 3:13 PM Subject: [jQuery]

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

2007-09-20 Thread Fabien Meghazi
Try adding return false; - Already tried too -- Fabien Meghazi Website: http://www.amigrave.com Email: [EMAIL PROTECTED] IM: [EMAIL PROTECTED]

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

2007-09-20 Thread Josh Nathanson
Maybe you can bind a mouseover event to the map areas, that would do nothing but return false. This may keep the mouseout from firing when you mouseover an area -- $(area).mouseover(function() { return false; }); - Original Message - From: Fabien Meghazi [EMAIL PROTECTED]

[jQuery] Re: jqDnR - jQuery 1.2 and Dimensions problem

2007-09-20 Thread Brandon Aaron
Hey I haven't released that code yet! :p Yeah, the new dimensions is tiny ... just 1k using min+gzip. And you only need to include the new dev version of dimensions if you still want to use the scrollTop/Left, innerHeight/Width, outerHeight/Width, position or offsetParent. All the rest of the

[jQuery] Re: Verizon Wireless website using jQuery?

2007-09-20 Thread John Resig
Nope, it's MooTools. --John On 9/20/07, Josh Nathanson [EMAIL PROTECTED] wrote: Spotted in the wild? - Go to http://www.verizonwireless.com - Look at your Firebug Script tab, find the script gn_engine.js That packed script looks suspiciously familiar...and it's 27K ?

[jQuery] Verizon Wireless website using jQuery?

2007-09-20 Thread Josh Nathanson
Spotted in the wild? - Go to http://www.verizonwireless.com - Look at your Firebug Script tab, find the script gn_engine.js That packed script looks suspiciously familiar...and it's 27K ?

[jQuery] Re: Verizon Wireless website using jQuery?

2007-09-20 Thread Michael Geary
From: Josh Nathanson Spotted in the wild? - Go to http://www.verizonwireless.com - Look at your Firebug Script tab, find the script gn_engine.js That packed script looks suspiciously familiar...and it's 27K ? As Erik mentioned, every script run through the old version of Packer

[jQuery] Re: ANNOUNCE: Meijer.com launches -- using jQuery

2007-09-20 Thread polyrhythmic
Very cool, jQuery is showing up everywhere! Unfortunately, the Store Locator does not locate any stores for me, no matter what I ask it. Regardless... Rick, the way to create a store locator from Google Maps is a pretty easy process, once you learn how to leverage the powerful API. I created

[jQuery] Re: Verizon Wireless website using jQuery?

2007-09-20 Thread Josh Nathanson
OK, sorry about that. Weird though that it's also 27K packed. - Original Message - From: Michael Geary [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Thursday, September 20, 2007 4:05 PM Subject: [jQuery] Re: Verizon Wireless website using jQuery? From: Josh Nathanson

  1   2   >