[jQuery] Re: Thickbox - IE Only Finds Jquery Code at the Bottom of the Page, but Not at the Top.

2007-08-09 Thread Klaus Hartl
cfdvlpr wrote: Can you think of why Internet Explorer would find my Jquery code if it's at the bottom of the thickbox page, but not find the code when the code is placed at the top in the head? I'd rather not have to put the code at the bottom of the page if possible. You mean, you're

[jQuery] Re: Autocomplete

2007-08-09 Thread Dylan Verheul
On 8/9/07, Rey Bango [EMAIL PROTECTED] wrote: Correct on the URL: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ This is the best one, but I only recently found out that it crashes Safari. This is more Safari's fault (crashing should never happen) than Jörn's, but I thought

[jQuery] Re: [Slight OT] Quick straw pole about maps

2007-08-09 Thread Tane Piper
@glen I looked at ms live maps, but no matter what I tried, I just kept getting exception errors. @alex Thanks, hope it can be of some use @shaun Thanks, there are a couple of JS frameworks out there to look at, but as you say none are jQuery based. On 08/08/07, Shaun Kester [EMAIL PROTECTED]

[jQuery] Re: Autocomplete

2007-08-09 Thread Klaus Hartl
Dylan Verheul wrote: On 8/9/07, Rey Bango [EMAIL PROTECTED] wrote: Correct on the URL: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ This is the best one, but I only recently found out that it crashes Safari. This is more Safari's fault (crashing should never happen) than

[jQuery] Re: [Slight OT] Quick straw pole about maps

2007-08-09 Thread Michael Price
Hi Tane, Excellent plugin, first of all - I plan to start using it on client sites which have jQ + Google Maps in the near future. However, that's all it will be - Google Maps. I get the general impression that Google's Maps API is far more popular than Yahoo, and not just on this list -

[jQuery] Re: [Slight OT] Quick straw pole about maps

2007-08-09 Thread SeViR
Alex Ezell escribió: As someone who has spent months, only moderately successfully, integrating Google Maps into a web app, I have two things to say: 1) Why is this the first I have heard of this plugin? I use jQuery throughout the site and would love to use it to handle some of my map duties.

[jQuery] Need JQuery Interface Expert for Fun Project - Contract or Employee

2007-08-09 Thread [EMAIL PROTECTED]
Apologies in advance for posting this on the general discussion, there is no jobs board! We are a newly funded startup that is building some really cool stuff with JQuery, including a lightweight, drag-and-drop HTML builder and visual dataflows similar to Yahoo! Pipes. We are looking for a

[jQuery] Re: IE6 ajax oddity

2007-08-09 Thread Ganeshji Marwaha
I don't have IE 6 right now, so i won't be able to test the page, but, typically these types of behavior is seen when there is some script error in IE. check to see if there is some error in the javascript end. -GTG On 8/8/07, Bruce MacKay [EMAIL PROTECTED] wrote: Folks, I have a small

[jQuery] Re: Problem with animation on mouseover/mouseout!

2007-08-09 Thread Ganeshji Marwaha
there are several ways you can solve this problem... Let me try and guide u through a couple 1. There is a plugin called hover intenthttp://cherne.net/brian/resources/jquery.hoverIntent.html. The primary purpose of this plugin is to stop these kind of actions on unintentional hovers. So, you can

[jQuery] Re: Thickbox - why isn't the window centered?

2007-08-09 Thread Cees
On Aug 8, 4:31 pm, Klaus Hartl [EMAIL PROTECTED] wrote: htmlbody #TB_window { /* IE 6 won't notice, IE 7 will apply */ position: fixed; } * html #TB_window { position: absolute; } Klaus, thx for diving into this problem ! Above extra CSS only fixes problem for IE7 - that

[jQuery] ANNOUNCE: jQuery.YAV v1.0.1 plugin for more complex form validations

2007-08-09 Thread SeViR
I just updated the plugin for integrate YAV form validation with jQuery. Version 1.0.1 repair a little bug with IE. http://jquery.com/plugins/project/jquery_yav AJAX Magazine: The solution took the best of jQuery Validation plugin

[jQuery] Common $.msie6 check seems to be wrong - WIndows Vista users please confirm

2007-08-09 Thread Klaus Hartl
Hi all, a few plugins use some kind of check for IE 6, I for example use: $.browser.msie6 = $.browser.msie ($.browser.version $.browser.version 7 || /6.0/.test(navigator.userAgent)); The second check is required for compatibility with jQuery 1.1.2 and below, $.browser.version was

[jQuery] Re: tabs + jqmodal = bad things in IE6

2007-08-09 Thread Robert O'Rourke
m3avrck wrote: Turns out the problem with the window disappearing in IE6... You cannot use overlay: 0 doh! Took me 2 hours to figure out, you need to specify a minimum of 1 for it work like so: $(#cssmizer) // initialize CSSmizer .cssmizer(settings) // setup

[jQuery] Re: Common $.msie6 check seems to be wrong - WIndows Vista users please confirm

2007-08-09 Thread Klaus Hartl
Klaus Hartl wrote: Hi all, a few plugins use some kind of check for IE 6, I for example use: $.browser.msie6 = $.browser.msie ($.browser.version $.browser.version 7 || /6.0/.test(navigator.userAgent)); The second check is required for compatibility with jQuery 1.1.2 and below,

[jQuery] Re: Thickbox - why isn't the window centered?

2007-08-09 Thread Klaus Hartl
Cees wrote: On Aug 8, 4:31 pm, Klaus Hartl [EMAIL PROTECTED] wrote: But in IE6 - i am at work now and can check with IE Developer. Result of margin-top CSS calculations for TB_window are the same when page is on top or at bottom so it is not so strange that thickbox picture is placed in the

[jQuery] Re: annoying newbie

2007-08-09 Thread jsmart
I apologize - I also realize that yes, this is thick box, not jquery - head is spinning from all the code. Visit http://dev.internetdesign.com/mymin/addmastmedia.php If you click on Add an image, you will see what I want (it works through a pop up) then if you click on Add label or artist you

[jQuery] Create excel file from table data

2007-08-09 Thread Mike Miller
Hi, Am wondering if this is possible with ajax and jquery. I have a table that contains data I would like to export to excel. Is it possible using the .ajax() method to post the table data (e.g. $ (#tableid)) to the php page on the backend and have it return an excel file? I plan on using the

[jQuery] Re: ClueTIP name=Title showing in IE.

2007-08-09 Thread Pops
On Aug 8, 11:04 pm, objective [EMAIL PROTECTED] wrote: I had noticed that as well, Karl. Sorry I didn't mention that when we were exchanging emails regarding the image map issue a while back. j On Aug 8, 4:02 pm, Karl Swedberg [EMAIL PROTECTED] wrote: On Aug 8, 2007, at 9:12 AM, Pops

[jQuery] input's form with [ ] in its name

2007-08-09 Thread niKo92130
Hi everybody. At first I hope you will excuse my bad english. I must use a form with some inputs which have [ ] in their name to be able to record some values in an array. But when I use this sample code, checkbox are not returned : input name=try[] type=checkbox

[jQuery] Re: appfuse: jQuery + scriptaculous + datePicker

2007-08-09 Thread syg6
I think I fixed it! (With your help of course ...) This is the way I had it previously: jQuery.noConflict(); $(function() { jQuery('.date-pick').datePicker({clickInput:true}); }); And this is how it should be: jQuery.noConflict(); jQuery(function() {

[jQuery] Problem with 3D Carousel and IE6 + 7

2007-08-09 Thread Göran Törnquist
Hi, I'm trying out the 3D Carousel from the Interface plugin and have problems with making it work in IE 6 and 7. In Firefox it works great. While initializing the carousel, IE chokes on line 118 in the fullsize source of carousel.js. The line reads: image = jQuery('img', this).get(0);

[jQuery] Re: Thickbox - why isn't the window centered?

2007-08-09 Thread Cees
On Aug 9, 11:04 am, Klaus Hartl [EMAIL PROTECTED] wrote: Not true. I am glad it is - it was just a thought ;) * html #TB_window { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement

[jQuery] jQuery and communication.

2007-08-09 Thread poncjusz
I preparing chat, I've got mail window and new pop-up with chat. How could I send data form main window to pop-up window? My chat: www.pilat.com.pl/mychat

[jQuery] Re: [Slight OT] Quick straw pole about maps

2007-08-09 Thread Nicolas Hoizey
Hi Tane, So a quick question is, especially to anyone using it is: What mapping service do you prefer? Google? or Yahoo? I really prefer Google. I even use Google Earth + Trippermap to geotag my Flickr pictures! Yahoo Maps are still very bad on european countries. The reason I ask, is

[jQuery] Re: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-09 Thread Kia Niskavaara
Can I use this plugin to truncate a text based on a word? Let's say I want the result to be the first sentance that mention the text Suspendisse This text Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed egestas augue in diam. Lorem ipsum dolor sit amet, consectetuer adipiscing

[jQuery] Re: IE6 ajax oddity

2007-08-09 Thread Theo Skye
Hi Bruce, Someone with more experience on this than me can hopefully jump in here, but I noticed your server's response headers for those Recent link AJAX requests contained: Content-Typeapplication/json I see that you are specifying that as the dataType option on your .ajax() calls,

[jQuery] Re: IE6 ajax oddity

2007-08-09 Thread Theo Skye
Also, check this post on Remy Sharp's blog: http://remysharp.com/2007/01/16/broken-ajax-nothing-coming-back/ Cheers, -THEO- On Aug 8, 2007, at 6:51 PM, Bruce MacKay wrote: Folks, I have a small blog application at http://www.thomasbaine.com/ thetuis.asp The application works fine

[jQuery] Re: Autocomplete

2007-08-09 Thread Kai Kuehne
Hi Rey, On 8/9/07, Rey Bango [EMAIL PROTECTED] wrote: Hi Erik, Correct on the URL: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Thanks for poiting it out, its cool. I know that you're not the author (and a bug report would be much better). I don't know if this is wanted

[jQuery] Slide Right

2007-08-09 Thread Chris J. Lee
Is there a plugin that slides divs to the right?

[jQuery] Executing Javascript Code in Ajax Call In Safari

2007-08-09 Thread mstearne
I am trying to run some ajax with jquery that is simply calling an HTML (PHP) file that also has some Javascript in it. In Firefox the JS gets executed but in Safari only the HTML is rendered. How can I get Safari to execute the Javascript within the page I am calling? The JS contained in the

[jQuery] IE bug or rookie mistake?

2007-08-09 Thread Kyle
Hi, I am having trouble getting events to trigger on a select/option box in IE. Let me preface the link with a disclaimer: I don't plan on using the jquery header/footer, I just wanted a temp fix. http://epistemicdev.info/studgov/ The problem is located when you click on the Office Hours tab on

[jQuery] JSON-RPC v1.1

2007-08-09 Thread DocWyatt2001
I've decided to being a slightly ambitious project. Like Drupal before, I'm trying to create a CMS using JQuery for some of the client side functionality. At the moment I'm just trying to write the underlying RPC calls using JSON-RPC (v1.1) (Yes I know its still a working draft, but I'm trying to

[jQuery] Re: ANNOUNCE: jQuery.YAV v1.0.1 plugin for more complex form validations

2007-08-09 Thread divinci
great plugin Murcia, well done. On Aug 9, 9:43 am, SeViR [EMAIL PROTECTED] wrote: I just updated the plugin for integrate YAV form validation with jQuery. Version 1.0.1 repair a little bug with IE. http://jquery.com/plugins/project/jquery_yav AJAX Magazine: The solution took the best of

[jQuery] Re: annoying newbie

2007-08-09 Thread Pops
On Aug 3, 4:51 pm, jsmart [EMAIL PROTECTED] wrote: I am trying to have the pop-up do something (upload an image in this case) then when the image loads, pass the file name to a text box in the form on the parent window. With the onload command I have been able to make the window close

[jQuery] Detecting AJAX calls - Controlling Ajax Injection Vulnerabilities

2007-08-09 Thread Pops
I have a generic security question related to AJAX: Are there any established technique, method or recommendation on how a server can distinquish a AJAX call versus a LINK call vs a manual ADDRESS BAR call? Is the Http request header Referrer, one method to consider? Now that we are doing more

[jQuery] Re: ANNOUNCE: jQuery.YAV v1.0.1 plugin for more complex form validations

2007-08-09 Thread voltron
Hi, I have a few questions: 1. Do you have examples that display the errors in another coantainer? 2. Can one validate date formats form other countries like Germany? Thanks On Aug 9, 10:43 am, SeViR [EMAIL PROTECTED] wrote: I just updated the plugin for integrate YAV form validation with

[jQuery] Re: SITE SUBMISSION: http://www.thor.be/creations.php

2007-08-09 Thread Alexandre Plennevaux
nice way to display video interactively isn't it ? of course, only suited in an artistic/experimental context °-¨ thank you very much Karl! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: mercredi 8 août 2007 18:52 To:

[jQuery] Re: Autocomplete

2007-08-09 Thread Dylan Verheul
On 8/9/07, Kai Kuehne [EMAIL PROTECTED] wrote: Thanks for poiting it out, its cool. I know that you're not the author (and a bug report would be much better). I don't know if this is wanted behavior or a bug. What do you think? The plugin is selecting the first entry in the dropdown box in

[jQuery] Re: ANNOUNCE: jQuery.YAV v1.0.1 plugin for more complex form validations

2007-08-09 Thread SeViR
voltron escribió: Hi, I have a few questions: 1. Do you have examples that display the errors in another coantainer? By default, the errors are display related to each field that not pass the validation. You can use errorPosition for to move the error in other place:

[jQuery] Re: Thickbox - why isn't the window centered?

2007-08-09 Thread Cees
Hmm Done some digging : alert(document.documentElement.scrollTop) gives correct numbers. For this.offsetHeight i get Undefined - is this correct ?!? -Cees

[jQuery] Re: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-09 Thread Giant Jam Sandwich
Hi Kia, Right now the plugin is looking for a match to a single character using the regular expression, so you would not be able to truncate based upon an entire word. Brian On Aug 9, 2:19 am, Kia Niskavaara [EMAIL PROTECTED] wrote: Can I use this plugin to truncate a text based on a word?

[jQuery] Re: Thickbox - why isn't the window centered?

2007-08-09 Thread Klaus Hartl
Cees wrote: Hmm Done some digging : alert(document.documentElement.scrollTop) gives correct numbers. For this.offsetHeight i get Undefined - is this correct ?!? No, this is clearly an error. Although I don't know how this can be... --Klaus

[jQuery] Re: IE bug or rookie mistake?

2007-08-09 Thread Marc Jansen
Hi Kyle, seems as if IE does not fire the click-event on a option-element. have you tried $('#chairHours').bind('change', function () { alert('yo'); }); -- Marc Kyle schrieb: Hi, I am having trouble getting events to trigger on a select/option box in IE. Let me preface the link with a

[jQuery] Re: Thickbox - why isn't the window centered?

2007-08-09 Thread Cees
On Aug 9, 1:51 pm, Klaus Hartl [EMAIL PROTECTED] wrote: No, this is clearly an error. Although I don't know how this can be... --Klaus Me neither ?-; Are you familair with this page : http://www.gunlaug.no/contents/wd_additions_15.html It shot also in my mind that Top is still at 50% -

[jQuery] Re: conflict betwen thickbox / dimension / flash ?

2007-08-09 Thread Brandon Aaron
This error has been thrown because you tried to call a dimensions method on an empty jquery object or collection. Meaning there where no elements selected. I started trapping this error in 1.0 because otherwise it is a very cryptic error message. -- Brandon Aaron On 8/9/07, Alexandre Plennevaux

[jQuery] SITE SUBMISSION: http://www.wcmp.org/

2007-08-09 Thread Anthony Leboeuf(Worcester Wide Web)
Just finished and went live with this site http://www.wcmp.org/ Its a full cemetery of 18,000 dead people brought online, each deceased was given their own special page where loved ones can post comments,photos,videos, socially work on family trees, buy flowers and get them sent to the grave

[jQuery] Re: Slide Right

2007-08-09 Thread Mike Alsup
You can do this with the Cycle plugin. I just added a bunch of new effects: http://www.malsup.com/jquery/cycle/ Mike On 8/9/07, Chris J. Lee [EMAIL PROTECTED] wrote: Is there a plugin that slides divs to the right?

[jQuery] Re: Quick straw pole about maps

2007-08-09 Thread Ty
Hi Tane, Hey a heads up, I didn't know much about the pluging clicked the demo link at the Google link you provided above. So on the Google page clicking this: http://dev.digitalspaghetti.me.uk/jmaps/ give me Bad Request (Invalid Hostname) I use Google maps and mapQuest maps almost

[jQuery] Re: Create excel file from table data

2007-08-09 Thread Glen Lipka
the format of the html can be a regular old TBALE tag. To have it point to Excel you need to change the headers. In php: ?php header(Content-type: application/vnd.ms-excel; name='excel'); header(Content-Disposition: filename=export.xls); header(Pragma: no-cache); header(Expires: 0); Glen On

[jQuery] Re: Quick straw pole about maps

2007-08-09 Thread Tane Piper
Should be back up now, was getting some work done on the server On 8/9/07, Ty [EMAIL PROTECTED] wrote: Hi Tane, Hey a heads up, I didn't know much about the pluging clicked the demo link at the Google link you provided above. So on the Google page clicking this:

[jQuery] Re: Detecting AJAX calls - Controlling Ajax Injection Vulnerabilities

2007-08-09 Thread Benjamin Sterling
Pops, there was a big discussion a few months back on this subject that you may benifit from. Do a search for ajax securing; there was also another big discussion that happened a few months back that I had bookmarked, but just recently deleted my bookmarks and I could not find it easily in the

[jQuery] Re: Thickbox - why isn't the window centered?

2007-08-09 Thread Cees
It seems like the problem is solved : Cody has release thickbox 3.1 ! One of the release notes : Updated to jQuery 1.1.3.1 ;) Problem is disappeared - at least at home - have to check my @ work tomorrow to be sure. Let you know :D -Cees

[jQuery] Re: Quick straw pole about maps

2007-08-09 Thread Rey Bango
Yea that admin of yours really stinks! Tell him to get his act together! ;) Rey... Tane Piper wrote: Should be back up now, was getting some work done on the server On 8/9/07, Ty [EMAIL PROTECTED] wrote: Hi Tane, Hey a heads up, I didn't know much about the pluging clicked the demo link

[jQuery] Re: conflict betwen thickbox / dimension / flash ?

2007-08-09 Thread Alexandre Plennevaux
good catch! thank you, brandon! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: jeudi 9 août 2007 14:42 To: jquery-en@googlegroups.com Subject: [jQuery] Re: conflict betwen thickbox / dimension / flash ? This error has been thrown because

[jQuery] Re: input's form with [ ] in its name

2007-08-09 Thread Dan G. Switzer, II
niKo, I must use a form with some inputs which have [ ] in their name to be able to record some values in an array. But when I use this sample code, checkbox are not returned : input name=try[] type=checkbox value= / This selector should work: $([EMAIL

[jQuery] Re: Slide Right

2007-08-09 Thread Andy Matthews
Wow... That plugin looks amazing! The animations are great Mike! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Thursday, August 09, 2007 8:59 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Slide Right You can do

[jQuery] Re: Opera 9 bug

2007-08-09 Thread Gordon
I could really use some help with this one because I'm totally stuck for a solution. I've been trying to find something but haven't managed to determine a cause or a workaround. It looks like some kind of clipping bug in Opera 9, but if it is then it seems odd that it doesn't manifest itself in

[jQuery] Re: SITE SUBMISSION: http://www.wcmp.org/

2007-08-09 Thread Tane Piper
Nice, One thing - I'm on FF 2.0.0.6 on Kubuntu: http://www.wcmp.org/about/Interment-options.htm When I view this page, the side superfish menu appears over the dropdown menu for About Us On 8/9/07, Anthony Leboeuf(Worcester Wide Web) [EMAIL PROTECTED] wrote: Just finished and went live with

[jQuery] scollovers animation

2007-08-09 Thread Stephan Beal
Hiya! i just found this via digg: http://www.scrollovers.com/ and i thought that might be a tempting animation effect for one of the more talented plugin authors out there. The implementation code is 175 lines long, but i'd bet that one of you jQuery gurus can get it down to 20 or less. :)

[jQuery] Re: scollovers animation

2007-08-09 Thread Karl Swedberg
Stephan, I thought you were the KING of plugins! :-) Why not have a go at it? --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Aug 9, 2007, at 11:59 AM, Stephan Beal wrote: Hiya! i just found this via digg: http://www.scrollovers.com/ and i thought

[jQuery] Re: scollovers animation

2007-08-09 Thread Stephan Beal
On Aug 9, 7:05 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Stephan, I thought you were the KING of plugins! :-) Nonono, you misunderstand ... i produce a lot of plugins (7 so far, and i've been using jQuery only a month or two), but they're all crap compared to most of the existing plugins. ;)

[jQuery] Re: Slide Right

2007-08-09 Thread Sean Catchpole
On 8/9/07, Mike Alsup [EMAIL PROTECTED] wrote: http://www.malsup.com/jquery/cycle/ Nice plugin Mike, when did you release this?

[jQuery] Re: Slide Right

2007-08-09 Thread Rey Bango
Mike's been a little covert lately. I keep finding new stuff from him all of the time. He's doing stuff NSA-style. Rey... Sean Catchpole wrote: On 8/9/07, Mike Alsup [EMAIL PROTECTED] wrote: http://www.malsup.com/jquery/cycle/ Nice plugin Mike, when did you release this?

[jQuery] Re: Detecting AJAX calls - Controlling Ajax Injection Vulnerabilities

2007-08-09 Thread Aaron Heimlich
On 8/9/07, John Resig [EMAIL PROTECTED] wrote: jQuery sends along an extra header: X-Requested-With: More specifically, it's: X-Requested-With: XMLHttpRequest -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: scollovers animation

2007-08-09 Thread Klaus Hartl
Stephan Beal wrote: Hiya! i just found this via digg: http://www.scrollovers.com/ and i thought that might be a tempting animation effect for one of the more talented plugin authors out there. The implementation code is 175 lines long, but i'd bet that one of you jQuery gurus can get it

[jQuery] Re: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-09 Thread Jens
Hi, Great plugin. Looking into the example source shows that more p tags are not terminated correctly ex: p class=release strongAugust 08, 2007, v2.2 Release/strong p /Jens On 9 Aug., 13:32, Giant Jam Sandwich [EMAIL PROTECTED] wrote: Hi Kia, Right now the plugin

[jQuery] Re: scollovers animation

2007-08-09 Thread Dan G. Switzer, II
Klaus, Nice effect! But hey, creating a new domain and on top calling it A new way of linking is a little over the top I think ;-) If all the links on a page would constantly behave like that I'd go crazy - man, that would be annoying... When I first saw that page a couple of days ago, the

[jQuery] Re: scollovers animation

2007-08-09 Thread Michael Geary
http://www.scrollovers.com/ From: Klaus Hartl Nice effect! But hey, creating a new domain and on top calling it A new way of linking is a little over the top I think ;-) If all the links on a page would constantly behave like that I'd go crazy - man, that would be annoying...

[jQuery] Re: Create excel file from table data

2007-08-09 Thread SeViR
I used the TABLE HTML method for Excel file creation, the problem is that, the result file is not editable. If you try edit this file in Excel, requires to save as other native file. Glen Lipka escribió: the format of the html can be a regular old TBALE tag. To have it point to Excel you

[jQuery] Re: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-09 Thread Giant Jam Sandwich
Thanks for catching that Jens! I will make that adjustment. On Aug 9, 1:38 pm, Jens [EMAIL PROTECTED] wrote: Hi, Great plugin. Looking into the example source shows that more p tags are not terminated correctly ex: p class=release strongAugust 08, 2007, v2.2

[jQuery] Re: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-09 Thread Brad Perkins
Very nice. I may have a need for something like this in an upcoming project. This truncates based on character count. What I'll ultimately need to do is truncate text based on a maximum width. I would need to initially display only one line with the option to show/hide any remaining text. To do

[jQuery] Slightly OT: overview of HTML5 elements

2007-08-09 Thread Stephan Beal
i thought this might interest some of you: http://www.ibm.com/developerworks/library/x-html5/?ca=dgr-lnxw01NewHTML --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups jQuery (English) group. To post to this group,

[jQuery] Re: scollovers animation

2007-08-09 Thread Tane Piper
Dan, I totally agree - it reminds me of Web 1.0 and using the blink tag, the page was just missing a few animated gifs and an under construction gif to top it off. I do see other more fun uses for it though: how about a quiz where you see the question, and hover over to get this effect to show

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-09 Thread Ganeshji Marwaha
Oops, forgot the link to the project page... here you go... http://gmarwaha.com/jquery/jcarousellite/ -GTG On 8/9/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Hi friends, I have finally released the 1.0 version of jCarouselLite plugin. There was a lot of feedback for the earlier

[jQuery] Re: scollovers animation

2007-08-09 Thread Benjamin Sterling
Umm... You didn't really just say Web 1.0, did you? sad sad world we live in :) On 8/9/07, Tane Piper [EMAIL PROTECTED] wrote: Dan, I totally agree - it reminds me of Web 1.0 and using the blink tag, the page was just missing a few animated gifs and an under construction gif to top it

[jQuery] Re: scollovers animation

2007-08-09 Thread Ganeshji Marwaha
it is kinda cool. I will use it for menu's maybe, not for all links in the page. -GTG On 8/9/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Umm... You didn't really just say Web 1.0, did you? sad sad world we live in :) On 8/9/07, Tane Piper [EMAIL PROTECTED] wrote: Dan, I

[jQuery] Re: Create excel file from table data

2007-08-09 Thread Glen Lipka
So you want to use Excel as a web client and edit? Not sure how that could work without WebDav or something. I know some people who are using Google Spreadsheets to do that. They have an open API and everything. Glen On 8/9/07, SeViR [EMAIL PROTECTED] wrote: I used the TABLE HTML method for

[jQuery] Re: Slightly OT: overview of HTML5 elements

2007-08-09 Thread Benjamin Sterling
Yeah, I was going to post that this morning to see what everyones take was going to be on that. Not exactly sure how I feel about it just yet. Some things like header, footer and nav i get, but section and article I am not too sure of the usefulness of them. I kinda get time, meter and mark,

[jQuery] Re: Slightly OT: overview of HTML5 elements

2007-08-09 Thread Glen Lipka
What browsers will support this? Will IE8? or FF3? Seems like 5+ years before I can use any of it. Glen On 8/9/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Yeah, I was going to post that this morning to see what everyones take was going to be on that. Not exactly sure how I feel about it

[jQuery] Re: tabs + jqmodal = bad things in IE6

2007-08-09 Thread m3avrck
Well it shows subsequent times, but in IE6, the first time it works great, the second time it gives an error that it's trying to show a hidden element... Brice emailed me so I might be using the onShow slightly wrong, hopefully that is it!

[jQuery] Re: Slightly OT: overview of HTML5 elements

2007-08-09 Thread Sean Catchpole
That's really cool Stephan, thanks for sharing. HTML needs a refresher. Classitisis is everywhere and it would be nice to have a few more useful tags to play with. Then again I use XML so I just make tags up anyway =P. ~Sean

[jQuery] Re: Slide Right

2007-08-09 Thread Mike Alsup
http://www.malsup.com/jquery/cycle/ Nice plugin Mike, when did you release this? Thanks, Sean. I don't know if I ever released it. I put it up on my website a few months ago I think. Maybe I was being covert like Rey said. :-) Mike

[jQuery] Re: Slide Right

2007-08-09 Thread Rey Bango
Totally. I mean, anytime I need to contact you, I have to go through channels and stuff. Scary! ;) Rey Mike Alsup wrote: http://www.malsup.com/jquery/cycle/ Nice plugin Mike, when did you release this? Thanks, Sean. I don't know if I ever released it. I put it up on my website a few

[jQuery] [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-09 Thread Ganeshji Marwaha
Hi friends, I have finally released the 1.0 version of jCarouselLite plugin. There was a lot of feedback for the earlier revisions, and i sincerely thank you all for that, because that is what shaped this 1.0 release. Nicolas Hoizey and Mike Fern - As per your request, circular is now well,

[jQuery] [SITE SUBMISSION] http://www.hotswap.com/

2007-08-09 Thread Benjamin Sterling
Came across this site today: http://www.hotswap.com/ Looks to be using: 1. Tooltip 2. blockUI 3. bgIframe 4. Autocomplete 5. deminsions -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Slightly OT: overview of HTML5 elements

2007-08-09 Thread Dan G. Switzer, II
Benjamin, Not exactly sure how I feel about it just yet. Some things like header, footer and nav i get, but section and article I am not too sure of the usefulness of them. I kinda get time, meter and mark, but not sure how that translates into real world use. I see the examples, but how does

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-09 Thread Andy Matthews
Dude... This plugin is flawless. You covered every base that anyone could have thought it. This might be a great candidate for official plugin status. Well done. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ganeshji Marwaha Sent: Thursday, August 09,

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-09 Thread Marshall Salinger
I totally agree. Rock on Ganeshji! BTW - I dugg it. -Marshall Andy Matthews wrote: Dude... This plugin is flawless. You covered every base that anyone could have thought it. This might be a great candidate for "official plugin" status. Well done. From:

[jQuery] Re: Slightly OT: overview of HTML5 elements

2007-08-09 Thread Chris W. Parker
On Thursday, August 09, 2007 2:01 PM Dan G. Switzer, II said: A lot of these are probably more for the benefit of the search engines and for SEO purposes. Tags like section / and article / gives search engines a little more information about what they're parsing (the same with the header /,

[jQuery] Re: Slightly OT: overview of HTML5 elements

2007-08-09 Thread Marshall Salinger
That's not enough time for IE to catch up... ;-) -Marshall Glen Lipka wrote: What browsers will support this? Will IE8? or FF3? Seems like 5+ years before I can use any of it. Glen On 8/9/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Yeah, I was going to post that this morning

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-09 Thread Chris W. Parker
On Thursday, August 09, 2007 2:08 PM Andy Matthews said: Dude... This plugin is flawless. You covered every base that anyone could have thought it. Oh *really*? First thing I noticed (since JS is turned off by default) is that it's not unobtrusive. It'd be *great* if the pictures just

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-09 Thread Ganeshji Marwaha
Andy and Marshall - Than you very much for ur kind words... It is feedback from friends like you that motivated me to fix most(if not all) of the issue. Chris - Thanks for your comment. But, i think, you got it wrong. My site's demos are specifically done such that disabling javascript will

[jQuery] [NEWS] jQuery Team Member Jörn Zaefferer in Javamagzin

2007-08-09 Thread Rey Bango
jQuery Team Member Jörn Zaefferer has had a jQuery article published in Javamagzin (http://javamagazin.de), a German publication focusing on enterprise Java development. The article will be a jQuery introduction aimed at Java web developers as its audience. It starts with some basics,

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-09 Thread Chris W. Parker
On Thursday, August 09, 2007 3:12 PM Ganeshji Marwaha said: Chris - Thanks for your comment. But, i think, you got it wrong. My site's demos are specifically done such that disabling javascript will disable the entire carousel. This is not the problem of the plugin itself. For example, take

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-09 Thread Olaf Bosch
Ganeshji Marwaha schrieb: http://gmarwaha.com/jquery/jcarousellite/test/testDefault.html . Here, i dont have that kind of setup. Here, the carousel should unobstrusively display all the elements based on what your css style rules are... In my case, i don't have any style rules except for the

[jQuery] Please fix TreeView bassistance - Please DEV to not stable plugins

2007-08-09 Thread Mario Moura
Hi Folks TreeView is amazing plugin from http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ But unfortunately just work on FF Please Jörn Zaefferer and Myles Angell do you have a date to fix Treeview? to work with ie6 and ie7? Please John Resig ask to plugin providers make plugins to

[jQuery] use of this in jQuery selectors

2007-08-09 Thread pd
Hi All Can someone clarify the use of the JavaScript keyword this in a jQuery context? I find it strange that the following code doesn't work $(this + '.requiredField') but this does $(this.id + '.requiredField') even when the object calling the code does not have an id attribute! Is

[jQuery] Re: Please fix TreeView bassistance - Please DEV to not stable plugins

2007-08-09 Thread Mario Moura
Hi With few elements can work well but if you create a tree with 100-200 elements can have some problems. In Todo of Treeview Advise * Animations in IE are not perfectly smooth But It is just a idea to plugins providers DEV to not stable versions. Regards Mario 2007/8/9, Ganeshji Marwaha

[jQuery] Re: Please fix TreeView bassistance - Please DEV to not stable plugins

2007-08-09 Thread Ganeshji Marwaha
why do u say it doesn't work in IE. It seems to work fine for me. Granted, i just saw the demo. -GTG On 8/9/07, Mario Moura [EMAIL PROTECTED] wrote: Hi Folks TreeView is amazing plugin from http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ But unfortunately just work on FF

[jQuery] Re: use of this in jQuery selectors

2007-08-09 Thread Ganeshji Marwaha
$(.class, this) -GTG On 8/9/07, pd [EMAIL PROTECTED] wrote: Hi All Can someone clarify the use of the JavaScript keyword this in a jQuery context? I find it strange that the following code doesn't work $(this + '.requiredField') but this does $(this.id + '.requiredField') even

  1   2   >