[jQuery] bind and unbind after an Ajax Call

2007-02-15 Thread Sam Sherlock
I have links with the class name 'jLink' that update After each AJAX Call I re-run a function named init (which is initially called via document ready) It does work but after two sometimes three clicks it stop working any ideas? this is the unbind / bind is inside that init function function i

Re: [jQuery] Custome selectors use : as seperator, which is an official character for id's

2007-02-15 Thread Sam Collett
On 15/02/07, Jason Levine <[EMAIL PROTECTED]> wrote: > > It looks like : isn't a valid character for ID attributes. From > http://www.w3.org/TR/html401/types.html#type-name : > > > > > ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed > > by any number of letters, digits (

Re: [jQuery] Target iframe generated by jquery

2007-02-15 Thread Sam Collett
On 14/02/07, 15daysofjquery <[EMAIL PROTECTED]> wrote: > > How do I target an element inside of an iframe I've created on the page? In > other words, I've used jQuery to create an iframe, and now I need to target > all the p elements of the document inside that iframe. > > I've tried > > $("p",sel

[jQuery] Re-initialize Imagebox after AJAX Call

2007-02-14 Thread Sam Sherlock
I am using AJAX calls to update content, some of this content uses imagebox I am having difficulties getting the image box events to apply to content that has been updated. I have a function that is called after the update has been made, with this code to initialise the imagebox events

Re: [jQuery] Setting an image caption width

2007-02-14 Thread Sam Collett
On 14/02/07, Seb Duggan <[EMAIL PROTECTED]> wrote: > Not sure I agree on the title attribute not being suitable, but I see > your point on the alt. > > Nevertheless, I want to change this: > > title="Some text I want to use as the caption" class="captimg"> > > Into this: > > title="Some text I wa

Re: [jQuery] Any idea on how to replace select with div

2007-02-14 Thread Sam Collett
On 14/02/07, Agrawal, Ritesh <[EMAIL PROTECTED]> wrote: > > Hi, > > I am wondering did anyone ever tried to create some alternative for > list. I like using select-option as it provides the ability > to use keystrokes to change selection. However, I can't change the font > color or add new icons i

Re: [jQuery] jQuery Nightly Builds

2007-02-14 Thread Sam Collett
On 14/02/07, John Resig <[EMAIL PROTECTED]> wrote: > This is a re-post of a blog post written by Paul McLanahan: > http://jquery.com/blog/2007/02/13/jquery-nightly-builds/ > > Hey Everyone - > > After much wailing and gnashing of teeth, we now have automated > nightly builds of jQuery ready

Re: [jQuery] Select box manipulation plugins update

2007-02-13 Thread Sam Collett
On 13/02/07, Sam Collett <[EMAIL PROTECTED]> wrote: > I have updated my plugins for working with select boxes. I am unable > to test in Safari, but there should hopefully be no problems. Tested > in IE 7, Firefox 2 and Opera 8.54. Available at > http://www.texotela.co.uk/

Re: [jQuery] Accordion trouble

2007-02-13 Thread Sam Collett
On 13/02/07, Jon Ege Ronnenberg <[EMAIL PROTECTED]> wrote: > Hi all. > > I've just found the Accordion plug-in and it seems pretty straight forward > to implement but I get an "$(":first-child", this)[0] has no properties" in > firebug when the page load and the navigation doesn't work. My code is

[jQuery] Select box manipulation plugins update

2007-02-13 Thread Sam Collett
I have updated my plugins for working with select boxes. I am unable to test in Safari, but there should hopefully be no problems. Tested in IE 7, Firefox 2 and Opera 8.54. Available at http://www.texotela.co.uk/code/jquery/select/ Changes: addOption also replaces options with the same value (so

Re: [jQuery] check for checked

2007-02-12 Thread Sam Collett
On 12/02/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > For all checked boxes on a page: > > $("input:checked") > > That will get you checked radios too. > How about $("[EMAIL PROTECTED]:checked") ___ jQuery mailing list discuss@jquery.com http://jquery.

Re: [jQuery] check for checked

2007-02-12 Thread Sam Collett
On 12/02/07, Andreas Wahlin <[EMAIL PROTECTED]> wrote: > I have a jquery selection of input tags of type checkbox, I want to > filter out those that are checked. Feels like it should be something > easy like > > $('[EMAIL PROTECTED]', checkboxes); > > andreas Even simpler than that. For all check

Re: [jQuery] Help with a function

2007-02-12 Thread Sam Collett
On 11/02/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > all...this is the completed thing...certainly, if people want to crit > > what I've done here that could be educational... > > Hi Vaska, > > This is a very active mailing list so sometimes things get missed. > Good job working out your code. S

Re: [jQuery] Miniscule (<1k) Drag'n'Resize for jqModal via jqDnR

2007-02-12 Thread Sam Collett
On 10/02/07, Brice Burgess <[EMAIL PROTECTED]> wrote: > I have written a small Drag + Resize plugin to go along with jqModals > minimalistic (lightweight) theme. It supports translucency, opacity > preservation, handles, dragging, and south-east resizing. > > The jqDnR plugin page is @ > http:/

Re: [jQuery] asp.net and jquery

2007-02-11 Thread Sam Collett
On 09/02/07, Kevin Fricovsky <[EMAIL PROTECTED]> wrote: > > Just curious how many asp.net developers are out there using jquery? > > I've been seeing a lot of .aspx extension on links to examples (like the > link below) > > Good to see. I use ASP.NET, but only for work sites (internal (i.e. intran

Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Sam Sherlock
thats hot stuff. works perfectly. nice work. On 09/02/07, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: thanks sam, it's pretty and a good source of inspiration ;) i have a first workable version, but plenty of things to fix/add but you can have a look : http://www.pixel

Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Sam Sherlock
this was posted on the cakephp list not so long ago http://swfupload.mammon.se/ multiple file uploads with progress bars. On 09/02/07, Kenneth <[EMAIL PROTECTED]> wrote: p.s. Let me just add that I currently don't have any practical application for such a plugin; I'm just offering some feedbac

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-02-09 Thread Sam Sherlock
seems to be a trend amongst UK Telecomms. They have a penchant for jQuery :) On 09/02/07, Christian Bach <[EMAIL PROTECTED]> wrote: http://threestore.three.co.uk/priceplan.aspx Uses tablesorter and jQuery, perhaps a bit self promotion :) /christian On 2/9/07, Sam Sherlock <[EMAIL

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-02-09 Thread Sam Sherlock
cool Rey! nice to see jQuery getting adopted by big commercial players yesterday I tried to download & reinstall itunes and noticed apple were using prototype etc nice flwuffy bwunny wrabbit the site is as cute as the little net-bunny they sell! nice n cute, would look cuter wearing the jquer

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-02-08 Thread Sam Sherlock
stumbled across another site using jquery which I did not see in the list (and its a biggie) http://shop.vodafone.co.uk/index.cfm did not see it in the list. or maybe I am just tired - S On 31/01/07, Joel Birch <[EMAIL PROTECTED]> wrote: Hi Rey, If you are still adding to that list, here i

Re: [jQuery] one of those things that will drive a man to drink

2007-02-08 Thread Sam Sherlock
a bottle of Shiraz! was that a bottle to many? :) On 09/02/07, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: oops... probably not read already! but your much better off waiting for the document to be ready! On 2/8/07, Ⓙⓐⓚⓔ < [EMAIL PROTECTED]> wrote: > > and while you are at it... combine the 2 script

Re: [jQuery] jQuery Validation 1.0 Alpha

2007-02-08 Thread Sam Collett
On 08/02/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Hi folks, > > there were some questions about my very first version of the validation > plugin (it's still on the plugin page). If you are interested in form > validation, you may want to take a look at the current state of the > plugin: http

Re: [jQuery] $().load() can not load script in a page with IE

2007-02-08 Thread Sam Collett
On 08/02/07, Thinker <[EMAIL PROTECTED]> wrote: > John Resig wrote: > > Hi - > > > > Can you provide an example of what's failing? We'll need some > > sample code in order to debug what's going on. > > > > --John > > test.html will load test2.html and supposed to run alert("Hello!!!"). > But, > it

Re: [jQuery] jqModal updated -- dialog customization galore

2007-02-07 Thread Sam Collett
On 07/02/07, Brice Burgess <[EMAIL PROTECTED]> wrote: > Sam Collett wrote: > > On 07/02/07, Brice Burgess <[EMAIL PROTECTED]> wrote: > > > >>> - True Model sample doesn't allow you to use the tab key to move to > >>> the close button (it o

Re: [jQuery] jqModal updated -- dialog customization galore

2007-02-07 Thread Sam Collett
On 07/02/07, Brice Burgess <[EMAIL PROTECTED]> wrote: > > - True Model sample doesn't allow you to use the tab key to move to > > the close button (it only tabs to Yes, No and the element that > > triggered the dialog). > > > Great point. In my example dialog window the close button is actually a >

Re: [jQuery] Can I do JSON request with POST?

2007-02-07 Thread Sam Collett
On 07/02/07, TeeCee <[EMAIL PROTECTED]> wrote: > Hi! > > I would like to know if I can do a JSON request with POST and not GET? > According to the documentation of $.getJSON( url, params, callback ): > "Load JSON data using an HTTP GET request." so it is only GET. > But I can do a $.post(), so I e

Re: [jQuery] plugin FormValidation: getComputedStyle error

2007-02-07 Thread Sam Collett
On 07/02/07, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: > > > hello, > > using bassistance FormValidation plugin, i get an error in Firefox 2.0.0.1, > related to this line > >var labelWidth = document.defaultView.getComputedStyle( > this, '' ).getPropertyValue( 'width' ); > the error messa

Re: [jQuery] Another jQuery Modal Slideshow

2007-02-07 Thread Sam Collett
On 07/02/07, Sam Collett <[EMAIL PROTECTED]> wrote: > On 07/02/07, ProjectAtomic <[EMAIL PROTECTED]> wrote: > > > > jQuery noob here looking for feedback on my jQuery slideshow > > > > http://www.projectatomic.com/slideshow > > > > Featu

Re: [jQuery] Another jQuery Modal Slideshow

2007-02-07 Thread Sam Collett
On 07/02/07, ProjectAtomic <[EMAIL PROTECTED]> wrote: > > jQuery noob here looking for feedback on my jQuery slideshow > > http://www.projectatomic.com/slideshow > > Features: easy to implement, no extra markup or external stylesheets, modal > window style and loading animation set as options. I've

Re: [jQuery] .load() on IE7 returns Cached results

2007-02-07 Thread Sam Collett
On 07/02/07, Michael E. Carluen <[EMAIL PROTECTED]> wrote: > Thank you very much, Blair. That seems to have done the trick. Don't you > wish sometimes IE would just go away so life would be simpler. ;-) Also did you try setting the headers server side, e.g. in PHP: To be honest, I think IE is

Re: [jQuery] Taconite Plugin - New and Improved!

2007-02-07 Thread Sam Collett
On 07/02/07, Felix Geisendörfer <[EMAIL PROTECTED]> wrote: > > I really like this! Now even so it says it's intended to be used for XHTML > only, is there anything in the plugin code that would make it complicated to > use Html 4 instead? I'm just not into serving browsers with xhtml tag soup > if

Re: [jQuery] jqModal updated -- dialog customization galore

2007-02-07 Thread Sam Collett
On 07/02/07, Brice Burgess <[EMAIL PROTECTED]> wrote: > I've updated jqModal to revision 5. Plugin page is @ > http://dev.iceburg.net/jquery/jqModal/ > > Here's what has changed; > > --- > + Added "on open" and "on close" callbacks for further control and > flexibility. >- A "notice" demon

Re: [jQuery] Star rating plugin with half star option?

2007-02-06 Thread Sam Sherlock
which star plugin are you looking at the (jQuery) one I know already does this http://sandbox.wilstuckey.com/jquery-ratings/ On 07/02/07, Kim Johnson <[EMAIL PROTECTED]> wrote: I've seen two versions of a jquery star plugin, but neither supports voting in half star increments. I'd like this fu

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Sam Sherlock
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Sam Sherlock *Sent:* Monday, February 05, 2007 8:08 AM *To:* jQuery Discussion. *Subject:* Re: [jQuery] 3oh scroller by youngpup thats whats so aspiring about youngpups work - the level of detail. Aaron Boodman - is Einstein, Da Vinci & Houd

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Sam Collett
On 03/02/07, Sam Sherlock <[EMAIL PROTECTED]> wrote: > thats a blast from the past. > > try this > http://interface.eyecon.ro/demos/scrollbar.html The only problem with the interface one is that you cannot use the mousewheel to scroll. > > > On 03/02/07, Alexandre P

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Sam Sherlock
rks" and the triangle that also adjust it's position on the scrollbar. -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Sam Sherlock *Sent:* Saturday, February 03, 2007 1:21 PM *To:* [EMAIL PROTECTED]; jQuery Discussion. *Subject:* Re: [

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Sam Sherlock
-- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Sam Sherlock *Sent:* Saturday, February 03, 2007 1:21 PM *To:* [EMAIL PROTECTED]; jQuery Discussion. *Subject:* Re: [jQuery] 3oh scroller by youngpup thats a blast from the past. try this http://interface.eyecon.ro/demos/scr

Re: [jQuery] Embedding Flash -- Troubles with jQuery.ready() && SWFObject?

2007-02-05 Thread Sam Collett
On 04/02/07, Brice Burgess <[EMAIL PROTECTED]> wrote: > I am trying to embed flowplayer; http://flowplayer.sourceforge.net/ > > For some reason I cannot access an embedded SWFObject within a $().ready > function. FF errors out with invalid access to a NPObject, or that the > setConf method is not f

Re: [jQuery] 3oh scroller by youngpup

2007-02-03 Thread Sam Sherlock
David Kelvin Luck schreef: > Or this one: > http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html > > When I get a chance I'll look at adding some "scroll to" functionality > to it, > > Cheers, > > Kelvin :) > > Sam Sherlo

Re: [jQuery] 3oh scroller by youngpup

2007-02-03 Thread Sam Sherlock
thats a blast from the past. try this http://interface.eyecon.ro/demos/scrollbar.html On 03/02/07, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: would someone be able to implement this in jquery? http://webapp.youngpup.net/demos/threeoh-scroller/ i found these scrollbars + shortcuts to be

Re: [jQuery] working and xml doc or converting to json

2007-02-01 Thread Sam Collett
On 01/02/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > file where one of the elements attributes is "for," which in my case will > > help the end user know what the 'txt' attr is for in the design/flow of the > > site and the naming convention was totally arbitrary. So, in my instance, > > when I

Re: [jQuery] Acess DOM object properties

2007-01-31 Thread Sam Collett
On 31/01/07, Dmitrii 'Mamut' Dimandt <[EMAIL PROTECTED]> wrote: > How do I access dollarified object's DOM properties without using each()? > > That is, let's say, I have a select on my page: > > > 1 > 2 > > > > How can I access its selectedIndex property without resorting to > $("myselec

Re: [jQuery] string as var in JQuery

2007-01-31 Thread Sam Collett
On 31/01/07, Dmitry Rudakov <[EMAIL PROTECTED]> wrote: > > I'm just getting started with JQuery. > When I tried to implement a small function I encountered the following: > > there is contruction in my HTML > next > > > а) > > function StateHandler(is_next) { > >var span_id=[is_next ? "#navline

Re: [jQuery] Can't use attr to set style of an element on IE6

2007-01-31 Thread Sam Collett
On 31/01/07, Rui Alves <[EMAIL PROTECTED]> wrote: > Hello, > > I can't seem to use attr to set the style of an element on IE6. Is this an > expected behaviour? Why? > > > > > > > > $(document).ready(function(){ > $("#abc_xpto").attr("href", "

[jQuery] jQIR plugin updated

2007-01-30 Thread Sam Collett
My image replacement plugin has been updated to allow you to define the image to be used in the source, as well as use the id. http://www.texotela.co.uk/code/jquery/jQIR/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Interface Tooltip problem

2007-01-30 Thread Sam Collett
On 30/01/07, James Thomas <[EMAIL PROTECTED]> wrote: > > Hello all, > > I am looking for a good tooltip library. I like the look and feel of the > Interface one but there's a big problem with it - when I hover over > something on say the right edge of the screen where I want the tooltip to > appear

Re: [jQuery] Plugin documentation and nofollow

2007-01-30 Thread Sam Collett
On 30/01/07, Mathias Bank <[EMAIL PROTECTED]> wrote: > Hi everybody, > > At the new plugin list (http://docs.jquery.com/Plugins), all links are > marked as nofollow. That's of course to prevent spam. But I think, > that is no good idea for this page. > > There are some reasons why the links should

Re: [jQuery] Plugins Database: Rating & Comments

2007-01-29 Thread Sam Collett
On 29/01/07, Rey Bango <[EMAIL PROTECTED]> wrote: > Actually, to expand upon this, I think some authors don't submit their > work to SVN and just host it directly from their servers. So this fact > would pose an issue with re: to last updated date. > > Rey Also just because a plugin has not been u

Re: [jQuery] Download-able documentation

2007-01-29 Thread Sam Collett
On 28/01/07, Ken Saggy <[EMAIL PROTECTED]> wrote: > Hi guys, > I was thinking... why not create some sort of download-able documentation > format? either a ZIP of HTML's of maybe even a .chm (or .hlp) file? (kind of > like PHP or MySQL have) > I personally work a lot on my laptop, ofter not accessi

Re: [jQuery] Anyone see why this code isn't working?

2007-01-26 Thread Sam Collett
On 26/01/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > > > Hi, all… > > I'm trying to implement a rounded corner effect found on > > http://methvin.com/jquery/jq-corner.html. > > Below is the entire page, html, css, jquery, and all. > > Does anyone see a problem with what I have that keeps the

[jQuery] default / cancel button plugins

2007-01-26 Thread Sam Collett
These two plugins allow you to specify which button to click when either ENTER or ESC is pressed when focused on an input. http://www.texotela.co.uk/code/jquery/defaultbutton/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Equal Height DT/DDs

2007-01-26 Thread Sam Collett
On 26/01/07, Will Mo <[EMAIL PROTECTED]> wrote: > Hi, > > Playing around with jQuery and thought I'd try to put together a 'table > looking' definition list. I managed to get something to work in FF but IE6 > doesn't seem to care what I think it should do. > > // equal height dt/dds > $("dt").each

Re: [jQuery] help with append

2007-01-25 Thread Sam Collett
On 25/01/07, Vaska <[EMAIL PROTECTED]> wrote: > I've been toying with this backwards and forwards and I can't get > it...have tried using 'after' as well. > > I'm trying to append a paragraph with an ID of 'dhtml'. In the past, > this worked, but it was not inserting the line within the paragraph..

Re: [jQuery] Thickbox incompatible with jQuery 1.1

2007-01-25 Thread Sam Collett
o rule them all'. If developers want to have something else thickbox isn't a choice. Having it modular means that they can use it without going somewhere else and needing prototype or changing a lot of code. > > > Sam Collett wrote: > > > > If (or should I say when) Th

Re: [jQuery] Select Box

2007-01-25 Thread Sam Collett
On 25/01/07, David Gironella <[EMAIL PROTECTED]> wrote: > Yes. I see, but my question is how can check ALL options. > > With classical dom, i can do this: > > me=document.getElementById('subselect'); > > for(var i = 0;i < me.length;i++) { > if(me.options[i].selected == true){ > } >

Re: [jQuery] Thickbox incompatible with jQuery 1.1

2007-01-25 Thread Sam Collett
rth to the server. Not a problem for > > those of us on broadband, but on Dialup it becomes a a really show stopper > > with all the added latency. > > > > Some method of bundling up (and compressing if possible, but that's > > secondary) all the necessary JS f

Re: [jQuery] preceding sibling

2007-01-25 Thread Sam Collett
On 25/01/07, Blair McKenzie <[EMAIL PROTECTED]> wrote: > Try > $("#menu li.actif ~ li") > > Translation: > Find an element with id menu (id by itself is faster than id with tag), then > find a descendent LI with class actif, and return the preceding element if > it is a LI. > > Blair $("#menu li.a

Re: [jQuery] OT: CSS Conditional Comments

2007-01-24 Thread Sam Collett
On 25/01/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: > Sorry for the off-topic post, but I know that css tends to get discussed > a lot around here, and I'm sure someone here will know what I'm doing wrong. > > Okay, so I've got a div that contains a single tag. In FF 2.0.0.1 > this text is

Re: [jQuery] Thickbox 2.1.1

2007-01-24 Thread Sam Collett
I've noticed with a few plugins that they have their own copy of jQuery within their svn directory. Perhaps it would be less confusing if the files weren't there? As it is, you have several copies of the various versions of jQuery (rather than just the ones in dev/svn/tags/) e.g. http://jquery.com

Re: [jQuery] Problem with "&" when posting with ajax.

2007-01-24 Thread Sam Collett
On 24/01/07, zelexir <[EMAIL PROTECTED]> wrote: > > Hey must have missed that function thanks alot! > Is this anywhere in the jQuery documentation? If not it could be a nice > addition. > This is a feature of Javascript (i.e. you don't need jQuery to use it) http://www.w3schools.com/jsref/jsref_en

Re: [jQuery] Thickbox incompatible with jQuery 1.1

2007-01-24 Thread Sam Collett
On 24/01/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: > [-Stash-] wrote: > > Unfortunately, it looks like Cody's giving up on ThickBox. He's put out a > > request for someone to take it over: > > http://codylindley.com/thickboxforum/comments.php?DiscussionID=166&page=1#Item_15 > > > > Given the impr

Re: [jQuery] jquery.com website is not valid

2007-01-23 Thread Sam Collett
The jQuery site validates for me http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fjquery.com%2F As for the plugins page, maybe the Wiki that powers it doesn't generate valid markup. For the CSS, maybe it could be changed to overflow: hidden (I have never heard of overflow: none before).

Re: [jQuery] jquery menu and lightbox don't work :(

2007-01-20 Thread Sam Sherlock
I have just found imageBox which is part of interface. It is directly comparable in my eyes with lightBox with no compatibility issues includes animation etc etc thickBox greyBox etc did'nt really do it for me. Interface is just what I want. http://interface.eyecon.ro/demos/imagebox.html On 2

Re: [jQuery] .size() to test if something exists

2007-01-19 Thread Sam Collett
On 19/01/07, Peter Bengtsson <[EMAIL PROTECTED]> wrote: > Currently my code looks something like this: > > if ($('#warningmsg').size()) highlightWarningMsg(); > > Is that the "correct" way of testing if a jQuery object contains anything? > > > -- > Peter Bengtsson, > work www.fry-it.com > home www.

Re: [jQuery] Detect browser close event

2007-01-19 Thread Sam Collett
On 19/01/07, Unai Martinez <[EMAIL PROTECTED]> wrote: > I get it working, without jquery :: window.onbeforeunload = > function(){return "Unsaved changes."} > > Thx. Perhaps it should be filed as a bug? $(window).bind("beforeunload", function(){return "Unsaved changes."; }); The above 'sort of' w

Re: [jQuery] ID of parent

2007-01-19 Thread Sam Collett
On 19/01/07, Bruce MacKay <[EMAIL PROTECTED]> wrote: > > Hi folks, > > Not a new question to this list, I know, but I'm having difficulty in > getting the ID of a parent. From the examples on Nabble, I've tried > > var ej = $("#sText").parent().attr("id"); > > and various renditions on the the

Re: [jQuery] PDFs of JQuery docs

2007-01-18 Thread Sam Collett
On 18/01/07, Dotan Dimet <[EMAIL PROTECTED]> wrote: > Sam, a cover page is a fine idea. > > There's a version.txt file in the source repository, but no image files > - can you help me hunt down a suitable logo for the cover page? > > My script can deduce if it'

Re: [jQuery] Thickbox Suggestion

2007-01-18 Thread Sam Collett
peg|\.png|\.gif|\.bmp/g; var urlType = baseURL.toLowerCase().match(urlString); if(urlType == '.jpg' As baseURL never matches the expression, the else statement is fired which renders whatever is in the remote page. What it renders is the same as what would happen if you opened the

Re: [jQuery] PDFs of JQuery docs

2007-01-18 Thread Sam Collett
Some suggestions. How about a cover page showing the version number of jQuery (and maybe even the logo - if that is in SVN)? Also maybe the document title should be set ('jQuery 1.1 with all plugins ___ jQuery mailing list discuss@jquery.com http://jque

[jQuery] Thickbox Suggestion

2007-01-18 Thread Sam Collett
I have a suggestion for Thickbox (if there is to be another version) in regards to showing images. I stream images to the user via an ASP.NET page. As a result, the URL does not end with one of the common image extensions. So it ends up not being displayed (or showing the ASCII representation of t

Re: [jQuery] PDFs of JQuery docs

2007-01-18 Thread Sam Collett
On 18/01/07, Dotan Dimet <[EMAIL PROTECTED]> wrote: > Hi, > > Inspired by a comment on John's "helping you understand jquery" blog > post, I've mashed together the JQuery build scripts (written in > javascript!) with a free PDF-generating library called iText to produce > PDF versions of the JQuery

Re: [jQuery] Remote Scripts

2007-01-18 Thread Sam Collett
On 18/01/07, Erik Beeson <[EMAIL PROTECTED]> wrote: > Am I missing something or is there no "jQuery way" to load remote > javascript? Looks like $.getScript() uses XHR, so it doesn't work. > > --Erik Did it work in the past? If not perhaps this could be considered a bug. As XmlHttpRequest only wo

Re: [jQuery] In place editor for jQuery 1.1

2007-01-17 Thread Sam Sherlock
all working in FF2 & IE6 on windows 2 k Opera 9 also all working appart from basic usage, the otthers work fine some odd in that. fantastic stuff, nice work - S On 17/01/07, Mika Tuupola <[EMAIL PROTECTED]> wrote: I just released new version of jEditable plugin which works with jQuery 1.1. I w

Re: [jQuery] "THE" List of Sites Using jQuery

2007-01-17 Thread Sam Collett
On 17/01/07, Rey Bango <[EMAIL PROTECTED]> wrote: > As promised, I've compiled the list of sites using jQuery and have > posted them up to the site. You can see the full list here: > > http://docs.jquery.com/Sites_Using_jQuery > > I've done my best to get everyone that sent me submissions. If I've

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-01-17 Thread Sam Sherlock
I am downloading the latest update of PhpMyAdmin from sourceforge and when selecting a different mirror the selection pops up in a thickBox! http://kent.dl.sourceforge.net/sourceforge/phpmyadmin/ -S On 17/01/07, Gavin M. Roy <[EMAIL PROTECTED]> wrote: Hey Rey, Another site is http://www.priv

Re: [jQuery] Jquery Birthday

2007-01-16 Thread Sam Collett
On 16/01/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > On Jan 16, 2007, at 5:25 AM, Sam Collett wrote: > > > My French is limited to what translation sites give me... grammer, > > rather than the words is what is hard (as individual words can be > > looked up ea

[jQuery] Checkbox manipulation plugins

2007-01-16 Thread Sam Collett
Updated my plugins for working with checkboxes http://www.texotela.co.uk/code/jquery/checkboxes/ Toggle, check, uncheck and make them behave like radio buttons. Works with jQuery 1.0 and 1.1. You supply the container, and optionally return the check items (if using toggleCheckboxes or checkCheck

Re: [jQuery] how to determine if $(this) is @changed ?

2007-01-16 Thread Sam Collett
On 16/01/07, jazzle <[EMAIL PROTECTED]> wrote: > > $("[EMAIL PROTECTED]") is very useful, but how can I determine whether $(this) > has been changed? > -- This may work $(this).is("@changed") ___ jQuery mailing list discuss@jquery.com http://jquery.com/

Re: [jQuery] IE 7 fadeIn, fadeOut problem

2007-01-16 Thread Sam Collett
On 16/01/07, lukas | dressy vagabonds <[EMAIL PROTECTED]> wrote: > hey george, > > could you help me out with getting the height and width out of my > divs, as i can't seem to do that right as offsetHeight nor > offsetWidth properly work. > > i'd really appreciate your help > > regards > > lukas H

Re: [jQuery] .height(val) - what am I missing?

2007-01-16 Thread Sam Collett
On 16/01/07, agent2026 <[EMAIL PROTECTED]> wrote: > > > > Theo Welch wrote: > > > > I'm not sure if this is the issue, Adam, but have you tried using a string > > for the height value instead of an integer... > > > > I did try everything here for the value just to be sure, but 1.1 should > handle s

Re: [jQuery] wrapping siblings

2007-01-16 Thread Sam Collett
On 16/01/07, Andreas Wahlin <[EMAIL PROTECTED]> wrote: > Hi, I'd like to wrap three siblings into a div, sort of like > > > > > > and transform it into > > > > > > > > these three siblings also have more siblings that I want to leave out > of the loop, so it's not en

Re: [jQuery] what's the difference betweendocument.getElementById('id') and $('#id') ?

2007-01-16 Thread Sam Collett
On 16/01/07, Daniel McBrearty <[EMAIL PROTECTED]> wrote: > yes. Thanks. I have it now. > > Any takers on my "what is the jQuery object" question? Is it simply an > array of elements that have been selected? > > It may be kind of obvious, but it took me a few days to figure it. It > might be good to

Re: [jQuery] Jquery Birthday

2007-01-16 Thread Sam Collett
On 16/01/07, Matthieu BARBE <[EMAIL PROTECTED]> wrote: > Hi, > I develop a french site who manage the birthdays. > Jquery is present to birthday celebrities. to see this birthday : > http://www.mes-anniversaires.com/anniversaires_du_jour-anniversaire-id-1076.html > > I love jquery :) > > [EMAIL PR

Re: [jQuery] Testing for presence of ID

2007-01-15 Thread Sam Collett
On 16/01/07, Gerry Danen <[EMAIL PROTECTED]> wrote: > Thank you, Karl. > > As I learn, I'm sure this will make perfect sense. Actually, the logic > does make sense, just got to figure out where DOM fits in. > > Just posted a rant about IE7. I think it's broken... > > http://blog.danen.org/ > > Gerr

Re: [jQuery] .height(val) - what am I missing?

2007-01-15 Thread Sam Collett
On 15/01/07, John Resig <[EMAIL PROTECTED]> wrote: > Hmm... I can't verify this. I popped open a test page and set the > .height() and it worked just fine. Perhaps a more complete example is > in order? > > --John > > On 1/15/07, agent2026 <[EMAIL PROTECTED]> wrote: > > > > All I"m trying to do is

Re: [jQuery] Look Ma no IMG-tag - FaviconLinkMarker Beta3 out

2007-01-12 Thread Sam Collett
On 12/01/07, Olaf Bosch <[EMAIL PROTECTED]> wrote: > David Duymelinck schrieb: > > > Ok i will stop posting at the end of the day :) anyway nice plugin in, i > > like it better then showing an icon that users can interpret differently > > but what happens if a site doesn"t have a favicon? If i look

Re: [jQuery] SWFObject Embed

2007-01-10 Thread Sam Sherlock
have you tried Luke Lutmans flash plugin? Its inspired by sIFR, swfObject & UFO. using the flash plugin in place of swfObject. On 10/01/07, xmrcivicboix <[EMAIL PROTECTED]> wrote: Hi guys, I having an issue with SWFObject embed in IEs. Firefox works like a charm but IE does not show up any t

Re: [jQuery] jQuery 1.1a - what happened to pushStack?

2007-01-10 Thread Sam Collett
On 10/01/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: > John Resig schrieb: > > Sam - > > > > You should post something like this to the Dev mailing list: > > http://jquery.com/mailman/listinfo/dev_jquery.com > > Ah, this is were you are all going... ;-) >

Re: [jQuery] JQuery and ASP.NET marriage solved

2007-01-10 Thread Sam Collett
On 10/01/07, Stefan Holmberg <[EMAIL PROTECTED]> wrote: > > Hi, > > I have been working these last months to try to find out a way of nicely > getting JQuery and ASP.NET (especially when using master pages) to get along > when it comes to development. > > If there are any more ASP.NET people here t

[jQuery] jQuery 1.1a - what happened to pushStack?

2007-01-10 Thread Sam Collett
What is the equivalent method in 1.1a (is it 'set')? Is there a way to get it to work in both 1.0 and 1.1a? Demo: http://www.texotela.co.uk/code/jquery/reverse/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] .addOption/.removeOption broke in jq1.1?

2007-01-10 Thread Sam Collett
On 09/01/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: > > Dave, > > See my most recent post. I got the source code for the select from a > different place (I searched for it in nabble, and this was the first place I > found it), > http://sam.collett.googlepages.com/addOption.html. I just > g

Re: [jQuery] Thickbox to be updated?

2007-01-09 Thread Sam Collett
An example of why I can't really use Thickbox: http://www.texotela.co.uk/code/jquery/thickbox/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery powered site launched

2007-01-09 Thread Sam Collett
On 09/01/07, Shane Graber - jQuery <[EMAIL PROTECTED]> wrote: > > I find ThickBoxMod works better than the one on the jQuery site: > > http://www.nabble.com/My-ThickBoxMod-tf2740161.html > > Is there a place where this mod can be viewed? I'm using v.2 of > Thickbox and I'd like to see the differen

Re: [jQuery] jQuery powered site launched

2007-01-09 Thread Sam Collett
On 09/01/07, Steve Urmston <[EMAIL PROTECTED]> wrote: > Hi folks > > We have recently launched > http://www.yorkminster.org/ > using jQuery, and several excellent plugins (thickbox, jCarousel, > datepicker). > > I just wanted to say thanks to everyone on the development team, and to > everyone who

Re: [jQuery] Problem with Thickbox plugin

2007-01-09 Thread Sam Collett
On 09/01/07, Abel Tamayo <[EMAIL PROTECTED]> wrote: > Ok, this is rather strange: > I begin with a list of images like this: > > > > > > > > then I include the following piece of jQuery script at $(document).ready: > > $(".list_images img").each(function(){$(this).wrap(" href='"+

Re: [jQuery] jQuery 1.1a (form submit)

2007-01-09 Thread Sam Collett
On 09/01/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Strangely, the element has no methods > > whatsoever[1] > > > > [1] > > http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-34812697 > > According to this spec they do: > > http://www.w3.org/TR/html4/interact/forms.html#h-17.5 I wonder if thei

Re: [jQuery] JQuery 1.1a -> changes/bug? with $(this).id

2007-01-08 Thread Sam Collett
On 08/01/07, Olaf Bosch <[EMAIL PROTECTED]> wrote: > Hi, thank you all for 1.1 > > i begin to testing, this works in 1.0.4 > > $(document).ready(function() { > $('textarea').each(function(i) { > $(this).id('area_'+i).after(' id="gro_'+i+'">größer<\/span>'); > }); > > FireBug say "$(this).id i

Re: [jQuery] Visual jQuery Redux

2007-01-08 Thread Sam Collett
On 08/01/07, Anders <[EMAIL PROTECTED]> wrote: > Looks nice. Two things: > > * Working back button: Have you for example looked at the jQuery > history plugin, or the tabs plugin implementation? > * The centered headlines (Returns, Parameters etc) looks out of place > on my wide screen. Aligned to

Re: [jQuery] jQuery 1.1a (form submit)

2007-01-08 Thread Sam Collett
On 08/01/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: > > > Again, from the changelog: > > > > "* Performming .click(), .blur(), .focus(), .submit() will actually > > trigger the browsers default action for those events." > > > > And by the way: one cannot trigger the default click() action fo

Re: [jQuery] Visual jQuery Redux

2007-01-08 Thread Sam Collett
On 08/01/07, Yehuda Katz <[EMAIL PROTECTED]> wrote: > Hey guys, > > I've been listening to all of the feedback I've gotten about Visual jQuery, > and I've built a new version that I believe responds to many of those > concerns: > * a dramatically reduced title-bar (20px high) > * a "path" in the ti

<    1   2   3   4   5   6   >