Re: [jQuery] bgiframe update, sneak peak

2007-03-18 Thread John W
in a method to check a browser version. I believe there is a plugin that adds that capability but It would be nice if it was just native to jquery. thumblewend wrote: On 18/03/2007, at 3:10 PM, John W wrote: Hey guys this is great stuff. Joel your menu works a lot better now under IE6

Re: [jQuery] bgiframe update, sneak peak

2007-03-17 Thread John W
Hey guys this is great stuff. Joel your menu works a lot better now under IE6 and Brandon thanks for making Bgiframe updates. One thing I was wondering, since IE7 doesnt really suffer from the same issue as IE6 perhaps there is a way not to fire the bgiframe for IE7. There isnt really a reason

[jQuery] .load and page reloading twice

2007-03-15 Thread John W
Hi all, Im in the process of updating some old javascript to utilize jquery. I had some old javascript that used the old document.location. For the heck of it I replaced that with a .load. It works, and I know this may not be the best way to do this, but Im curious why the page is drawn twice

Re: [jQuery] .load and page reloading twice

2007-03-15 Thread John W
, there's your problem. You can mouse over the array elements and firebug will highlight the elements on your page. John W wrote: Hi all, Im in the process of updating some old javascript to utilize jquery. I had some old javascript that used the old document.location

Re: [jQuery] .load and page reloading twice

2007-03-15 Thread John W
element on your page, you don't really need the div in the selector - #mypage should grab the element using getElementByID John W wrote: Tried than in firebug, only one instance found. Thanks for the suggestion. Daemach wrote: Do you by any chance have elements with the sameID

Re: [jQuery] .load and page reloading twice

2007-03-15 Thread John W
The problems resolved, and it had nothing to do with .load, it was my cgi script. I bow before the greatness that is jquery. -- View this message in context: http://www.nabble.com/.load-and-page-reloading-twice-tf3410393.html#a9506600 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] bgiframe update, sneak peak

2007-03-14 Thread John W
This is great news Brandon. -- View this message in context: http://www.nabble.com/bgiframe-update%2C-sneak-peak-tf3402941.html#a9487729 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread John W
it work but it seems to really slow down the menu but I dont think Im implementing it right within the code. I really like your menu because its less code, its fast and smooth. thumblewend wrote: On 13/03/2007, at 4:43 PM, John W wrote: This is a very nice implementation of the suckerfish menu

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread John W
Ahh good find I didnt pay attention to this. Hopefully some other jquery guru has some suggestions. Thats my only issue with the menu, that an IE6 =). These parts seems to be relevant to us: * It does take borders into consideration but all values * need to be in pixels My demo uses ems

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread John W
Nice update on the menu Joel. Its a lot smoother now in IE6. John -- View this message in context: http://www.nabble.com/enhanced-suckerfish-style-menu-plugin-tf3374021.html#a9467517 Sent from the JQuery mailing list archive at Nabble.com. ___

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-12 Thread John W
This is a very nice implementation of the suckerfish menu with jquery. One thing, however, is there any way to add the z-index checking using something like bgiframe for the IE6 issue of menu elements not hovering over select menus in IE6? I tried implementing it but it really bogs down the drop

Re: [jQuery] specifying count for rss feed display with each function

2007-02-21 Thread John W
Ahh I see. THank you guys this really helps. Jquery is great. Karl Swedberg-2 wrote: Hi John, It works just like a for loop. You can put the i in the anonymous function argument for .each(). For example: $('p').each(function(index) { alert('This is paragraph number ' +

Re: [jQuery] specifying count for rss feed display with each function

2007-02-21 Thread John W
Just thought Id post the full deal (well the itty bitty jquery script) for anyone else that is looking for something similiar to put rss feeds in their website. the cool thing is that with the latest version of jquery this works with remote urls. In the past I had to grab the file locally on my

Re: [jQuery] specifying count for rss feed display with each function

2007-02-21 Thread John W
Just thought Id post the full deal (well the itty bitty jquery script) for anyone else that is looking for something similiar to put rss feeds in their website. the cool thing is that with the latest version of jquery this works with remote urls. In the past I had to grab the file locally on my

[jQuery] and the final simple little feeder

2007-02-21 Thread John W
Just thought Id post the full deal (well the itty bitty jquery script) for anyone else that is looking for something similiar to put rss feeds in their website. the cool thing is that with the latest version of jquery this works with remote urls. In the past I had to grab the file locally on my

[jQuery] and a final example

2007-02-21 Thread John W
Just thought Id post the full deal (well the itty bitty jquery script) for anyone else that is looking for something similiar to put rss feeds in their website. the cool thing is that with the latest version of jquery this works with remote urls. In the past I had to grab the file locally on my

[jQuery] and a final example

2007-02-21 Thread John W
Just thought Id post the full deal (well the itty bitty jquery script) for anyone else that is looking for something similiar to put rss feeds in their website. the cool thing is that with the latest version of jquery this works with remote urls. In the past I had to grab the file locally on my

Re: [jQuery] specifying count for rss feed display with each function

2007-02-21 Thread John W
used in you script. //Kristinn On 2/22/07, John W [EMAIL PROTECTED] wrote: Just thought Id post the full deal (well the itty bitty jquery script) for anyone else that is looking for something similiar to put rss feeds in their website. the cool thing is that with the latest version