[jQuery] Jquery Flash Plugin the FlashBlock Extension

2006-12-14 Thread Sam Sherlock
I have noticed that the flash plugin does not work with the flashBlock firefox extension whereas the both swfObject, UFO sIFR do work with the extension. In firefox with flashBlock installed and blocking flash content the flash is not displayed nor is the content that it replaces. I have

Re: [jQuery] Disabling a tags

2006-12-13 Thread Sam Collett
On 13/12/06, Brice Burgess [EMAIL PROTECTED] wrote: Joan Piedra wrote: On 12/12/06, *Aaron Heimlich* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: div#myid = SLOW!! #myid = FAST!! .myclass = SLOW!! div.myclass = FAST(er)!! LOL, I think this is

Re: [jQuery] New Site: Hope Cottage

2006-12-13 Thread Sam Collett
On 13/12/06, Brandon Aaron [EMAIL PROTECTED] wrote: We just launched a new site that uses jQuery. http://www.hopecottage.org/ -- Brandon Aaron You don't get anything on the home page with JavaScript disabled, but the top links still work (so technically still accessible, but less search

Re: [jQuery] Adding an element directly below another one

2006-12-08 Thread Sam Collett
On 07/12/06, Brandon Aaron [EMAIL PROTECTED] wrote: On 12/7/06, Sam Collett [EMAIL PROTECTED] wrote: I am aware of the dimensions plugin, but am interested in trying to do this without relying on it. Why do you not want to depend on the dimensions.js plugin? Would it help if the offset

Re: [jQuery] Adding an element directly below another one

2006-12-08 Thread Sam Collett
On 08/12/06, Klaus Hartl [EMAIL PROTECTED] wrote: Brandon Aaron schrieb: On 12/8/06, Sam Collett [EMAIL PROTECTED] wrote: It has been updated to use the dimensions plugin (I am hesitant to use it as it is still in development, and the only way to get it is through svn). However

[jQuery] datePicker changes layout

2006-12-07 Thread Sam Collett
When I apply the datepicker to an input, it alters the layout of the items in the form. http://www.texotela.co.uk/datepickerbug.php How can I prevent this from happening? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Adding an element directly below another one

2006-12-07 Thread Sam Collett
This plugin places a given element directly underneath another one. $(#mydiv).below(#myinput) Or at least it is meant to. Doesn't seem to work as intended in IE 6, but Firefox seems OK. I am aware of the dimensions plugin, but am interested in trying to do this without relying on it.

Re: [jQuery] datePicker changes layout

2006-12-07 Thread Sam Collett
On 07/12/06, Karl Swedberg [EMAIL PROTECTED] wrote: oops. stupid me...I forgot to re-activate the plugin. The good news is that I think I've found a solution for you: 1., wrap the to in a span: span class=to to /span 2. add some CSS defs to your stylesheet: #when input, #when span.to {

Re: [jQuery] Adding an element directly below another one

2006-12-07 Thread Sam Collett
On 07/12/06, Chris Domigan [EMAIL PROTECTED] wrote: Link? Don't know how I managed to forget it: http://www.texotela.co.uk/code/jquery/below/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jQuery tooltip plugin suggestion

2006-12-06 Thread Sam Collett
One thing that I think would be a good improvement to the tooltip plugin (not mine, but the one by Jörn at http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/) is if somehow it has an option to behave like jTip (not the AJAX bit, but the how it is displayed). What I mean by that is for it

Re: [jQuery] Get the Firebug 1.0 Beta!

2006-12-04 Thread Sam Collett
It's remaining open source too, which will probably please some people. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Get the Firebug 1.0 Beta!

2006-12-04 Thread Sam Sherlock
went ahead and sent Joe $50 simply because I think that this plugin is one of the best of the lot. And the new features are outstanding. Rey... Sam Collett wrote: It's remaining open source too, which will probably please some people

Re: [jQuery] Get the Firebug 1.0 Beta!

2006-12-04 Thread Sam Sherlock
Basically when I installed firebug 1, I felt like a kid on Christmas morning. However when I enabled it firefox crashed on a wordpress site on my localhost. I restarted firefox again and enabled it again. It did not crash when I enabled it on a html4 site eg - www.linkdup.com - works fine

Re: [jQuery] Get the Firebug 1.0 Beta!

2006-12-04 Thread Sam Sherlock
resolved somehow, fingers crossed - what I have seen looks really amazing. Hope the crashing remains resolved! So I can get neck deep in jQuery and firebug -S On 05/12/06, Mike Alsup [EMAIL PROTECTED] wrote: www.linkdup.com - works fine www.getk2.com - crashes when firebug is enabled Hi Sam, I

Re: [jQuery] Get the Firebug 1.0 Beta!

2006-12-04 Thread Sam Sherlock
[EMAIL PROTECTED] wrote: Did you submit a bug report to Joe Hewitt? Rey... Sam Sherlock wrote: The issue continues. Though it appears I was misled and it appears to not be about the xhtml bug. Guess I just recalled that comment. It just crashed over at www.456bereastreet.com http://www

Re: [jQuery] HI

2006-12-03 Thread Sam Collett
On 04/12/06, Brian Miller [EMAIL PROTECTED] wrote: The id and name attributes must always be unique on a form. It's breaking because you made them the same. They *must* be different, even if they are on different forms. - Brian Name doesn't have to be unique (how else would radio buttons

Re: [jQuery] Designing for reuse

2006-12-01 Thread Sam Collett
On 01/12/06, Christof Donat [EMAIL PROTECTED] wrote: Hi, Controller set of methods is returned.. $('#grid').grid().data(data).drig().show() $('#grid').grid().scrollToRow(6).drig().css(border, 1px) A controller object is returned.. var grid = null $(grid).grid({ data:

Re: [jQuery] Designing for reuse

2006-12-01 Thread Sam Collett
On 01/12/06, Brandon Aaron [EMAIL PROTECTED] wrote: If this type of functionality starts to be required I would suggest including a standard way for plugins to easily restore state (.end()) in the core. Destructive methods will be no more in 1.1, so I don't think .end() will be around either.

Re: [jQuery] Window Size

2006-12-01 Thread Sam Collett
On 01/12/06, Glen Lipka [EMAIL PROTECTED] wrote: var dimensions = {width: 0, height: 0}; if (document.documentElement) { dimensions.width = document.documentElement.offsetWidth; dimensions.height = document.documentElement.offsetHeight ; } else if

Re: [jQuery] jquery thickbox on sourceforge.net

2006-11-29 Thread Sam Collett
On 29/11/06, Aljosa Mohorovic [EMAIL PROTECTED] wrote: don't know if you noticed but jquery thickbox are used on sf.net download pages... -- Aljosa Mohorovic http://www.revolucija.hr Ivana Lucica 5 1 Zagreb, Croatia +385 (0)1 616 8414 I've seen the reference to them in the page

Re: [jQuery] Change href of external links

2006-11-28 Thread Sam Collett
On 28/11/06, agent2026 [EMAIL PROTECTED] wrote: Hi all, New to jQuery, and I'm trying to use it to set my external links to open a new window without using any attributes to mark the external links. I can do this with regular js, using a.href.match, but I can't get it to work with jQuery.

Re: [jQuery] Interface Draggables/Droppables: New approach

2006-11-28 Thread Sam Collett
On 28/11/06, Juha Suni [EMAIL PROTECTED] wrote: Considering option 3 and the disadvantage of the cursor not being able to be on top of the helper: Have you guys considered ways to go around this. Since #3 seems like the fastest, you might want to look for little tricks. I quickly crunched

Re: [jQuery] Interface Draggables/Droppables: New approach

2006-11-28 Thread Sam Collett
event.pageX = event.clientX + document.body.scrollLeft; event.pageY = event.clientY + document.body.scrollTop; document.body.scrollLeft is always 0 (unless there is no DTD), so this is what it should be: event.pageX = event.clientX +

Re: [jQuery] Change href of external links

2006-11-28 Thread Sam Collett
On 28/11/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: New to jQuery, and I'm trying to use it to set my external links to open a new window without using any attributes to mark the external links. I can do this with regular js, using a.href.match, but I can't get it to work with

Re: [jQuery] Interface Draggables/Droppables: New approach

2006-11-28 Thread Sam Collett
On 28/11/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hopefully when jQuery 1.1 is out it would mean you don't have to do this and you can stick with event.pageX/Y and event.target. event.target is already normalized in the latest jQuery revision. It would b easy to add the normalization

[jQuery] datePicker plugin - inputClick bug fix and other alterations

2006-11-27 Thread Sam Collett
I've made a few changes to the Kelvin Luck's date picker plugin (http://kelvinluck.com/assets/jquery/datePicker/). After adding the ability to click the input to show the calendar it replaces any existing css classes that may already exist on it (which I should have caught when adding it). So I

Re: [jQuery] New plug-in: shortKeys

2006-11-27 Thread Sam Collett
On 27/11/06, Rik Lomas [EMAIL PROTECTED] wrote: Hi guys, I tried emailing this before, but it seems to be lost in the interweb. Thought I'd let you know that I've released a new plug-in called shortKeys, an easy way to implement web application keyboard shortcuts, as seen in applications

Re: [jQuery] jQuery sIFR question

2006-11-27 Thread Sam Sherlock
i have ued the fla in the sifr package - which works fine On 27/11/06, Andy Matthews [EMAIL PROTECTED] wrote: I have one question about this plugin. I've downloaded the files from Gilles website and just have 2 questions. 1) What version of sIFR is jIFR based upon? 2) If it's based on

Re: [jQuery] New plug-in: shortKeys

2006-11-27 Thread Sam Collett
On 27/11/06, Marshall Salinger [EMAIL PROTECTED] wrote: Excellent plug-in! Does anyone know the key-codes to use the left and right arrows on the keyboard? Thanks, Marshall Left = 37 Right = 39 Others you may find useful: Backspace = 8 Tab = 9 Enter = 13 End = 35 Home = 36

Re: [jQuery] jQuery 1.1 API improvements (macros, events)

2006-11-27 Thread Sam Collett
On 27/11/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hi folks, the discussion so far led to the conclusion to remove all those macros for css() and attr(), eg. color() or val(). css() and attr() are already quite flexible: Both allow you to get a single property, set a single property or set

Re: [jQuery] datePicker plugin - inputClick bug fix and other alterations

2006-11-27 Thread Sam Collett
On 27/11/06, Brandon Aaron [EMAIL PROTECTED] wrote: On 11/27/06, Sam Collett [EMAIL PROTECTED] wrote: Along with that, I have reduced the number of times 'attr' is used: i.e. $(a).attr({'title' : 'Foo', 'rel' : 'myrel', 'href' : 'javascript:;'}) becomes: $(a).title('Foo').rel

Re: [jQuery] New plug-in: shortKeys

2006-11-27 Thread Sam Collett
On 27/11/06, Erik Beeson [EMAIL PROTECTED] wrote: Since we're on the subject, I find this page pretty helpful for figuring out keycodes: http://www.ryancooper.com/resources/keycode.asp --Erik This demo which I did a while ago shows how the keyCode/charCode varies onkeypress/down/up

Re: [jQuery] TimePicker plugin

2006-11-24 Thread Sam Collett
The plugin has been updated (start time and end time can be supplied as a string, in 24 hour format, i.e. 14:00 for 2pm). It still isn't rendering correctly though - no scroll bars in IE until you scroll the mouse (and then you get both, rather than just the vertical one), it doesn't overlap the

Re: [jQuery] Calling default form submit; $('#form')[0].submit(); VS $('#form').submit();

2006-11-24 Thread Sam Collett
On 24/11/06, Mike Alsup [EMAIL PROTECTED] wrote: It's actually a really small addition, just something like: if ( elem[ fnName ] ) elem[ fnName ](); Yes, but which do you run first, the native fn or the 'on' fn? Or do you run them both? I think it's not quite as simple as this.

Re: [jQuery] jQuery rejected by VirtualMart author

2006-11-24 Thread Sam Collett
On 24/11/06, Erin Doak [EMAIL PROTECTED] wrote: I'm relatively new to jQuery but am excited about using it. I recently posted a request to have the jQuery library added to the list of libraries supported natively by VirtualMart, a Joomla ecommerce component. The author of VirtualMart has

[jQuery] datePicker plugin - show on input click

2006-11-23 Thread Sam Collett
At the moment, the date picker plugin (http://kelvinluck.com/assets/jquery/datePicker/) uses an anchor added after the input to show the calendar. What I wanted to do is show it when I clicked on the input instead. Also I think it is good practice to add events after adding an element to the DOM

[jQuery] TimePicker plugin

2006-11-23 Thread Sam Collett
Working on a time picker (that works in a similar way to the one used in Google Calendar). A bit buggy (mostly CSS issues), but still functional. http://www.texotela.co.uk/code/jquery/timepicker/ I want to solve the issues in the todo list, so if anyone has any fixes, it would be appreciated. I

Re: [jQuery] Using thickbox to display a cookie based one timeonly window

2006-11-22 Thread Sam Collett
On 22/11/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Andy Matthews schrieb: I got it working actually. Check it out: http://www.girlscoutsofcv.org/indexNEW.cfm The Thickbox is displayed behind the flash content. I think adding wmode=opaque to you flash object should solve that. -- Jörn

Re: [jQuery] Off topic: which programming language for webdevelopment

2006-11-22 Thread Sam Collett
On 22/11/06, Barry Nauta [EMAIL PROTECTED] wrote: To all, First of all: apologies for this non-jquery related question, but since there are many experts in web-development on this list, I dare to ask it anyway. Our company is looking for a way for 'quick' web-development. Small webapps

Re: [jQuery] Off topic: which programming language for webdevelopment

2006-11-22 Thread Sam Collett
On 22/11/06, Web Specialist [EMAIL PROTECTED] wrote: I'm with Rey Bango team: ColdFusion is a great alternative. The syntax certainly is easy to understand if you are comfortable with html. Finding hosts that support it may be more difficult, plus you can't run it for free (in a non-trial way)

Re: [jQuery] Disable a form field using jQuery?

2006-11-22 Thread Sam Collett
On 22/11/06, Andy Matthews [EMAIL PROTECTED] wrote: I'm running that function I posted earlier. And if it's the incorrect coupon code, the client wants to prevent the form from being submitted until it IS the correct code (or blank). Can someone remind me how I'd render a form unsubmittable

Re: [jQuery] name attribute gets removed from inputs in IE7

2006-11-17 Thread Sam Collett
On 16/11/06, Sam Collett [EMAIL PROTECTED] wrote: On 16/11/06, Klaus Hartl [EMAIL PROTECTED] wrote: Sam Collett schrieb: Test case: $( function() { var action = $(input type=hidden).attr( { name: action

Re: [jQuery] Next generation WYSIWYG editor... maybe? am I missing something?

2006-11-16 Thread Sam Collett
On 16/11/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: I do not know if anybody has viewed this new project, http://www.wymeditor.org/en/ which aims to produce nice clean code AND will be using jquery to power the application. Maybe it would be more productive for those who are

Re: [jQuery] Using AJAX to download files

2006-11-16 Thread Sam Collett
; // open the document d.open(); // write the form to the page (by appending to a div and getting the html it contains d.write($(div).append(form).html()); // close the document and submit the form in it d.close(); d.forms[0].submit(); On 16/11/06, Sam Collett [EMAIL PROTECTED] wrote: I have

Re: [jQuery] Using AJAX to download files

2006-11-16 Thread Sam Collett
On 16/11/06, Sam Collett [EMAIL PROTECTED] wrote: var form = $(form).attr( { method: post, action: report.ashx }).append(patients)[0]; Should be }).append(records)[0]; ___ jQuery mailing list discuss@jquery.com http://jquery.com

Re: [jQuery] Using AJAX to download files

2006-11-16 Thread Sam Collett
On 16/11/06, Sam Collett [EMAIL PROTECTED] wrote: To answer my own question, creating an iframe containing a form and then submitting the form works as I want it to. No AJAX needed: var records = $(input).attr( { //type: hidden, // doesn't work in IE name: records

[jQuery] name attribute gets removed from inputs in IE7

2006-11-16 Thread Sam Collett
Test case: $( function() { var action = $(input type=hidden).attr( { name: action, value: delete }); alert(action[0].name); // name seems to be added fine

Re: [jQuery] Prototype compatibility - a different approach

2006-11-15 Thread Sam Collett
On 13/11/06, henrah [EMAIL PROTECTED] wrote: Hi Sam. That sounds like a good compromise. I've never seen that method to get the current scripts file name. Does it work in most browsers (inc IE 5.5+)? Actually, after a quick trawl through MSDN, I don't think the fileName property

Re: [jQuery] Opening popup window using jQuery to a.href?

2006-11-15 Thread Sam Collett
On 15/11/06, digital spaghetti [EMAIL PROTECTED] wrote: Hi Folks, Ok, I am being stupid and can't work this out and it's probably so simple. What I want to do is keep my site XHTML valid, so I don't want target= params in any of my links, I want to use jQuery to take the href param from any

Re: [jQuery] Why does this code not work?

2006-11-15 Thread Sam Collett
On 15/11/06, Rick Faircloth [EMAIL PROTECTED] wrote: Hi, all… Trying to grasp js and jQuery…why won't this code work? (No response on my test page at all to the code…) JQuery code: $(document).ready(function() { $(div.ann).find(p.title).hide().end().find(p.text).click(function() {

Re: [jQuery] new jQuery API draft

2006-11-14 Thread Sam Collett
On 10/11/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hi jQueryians, I'd like to present you a first draft for a new stylesheet for the jQuery API: http://joern.jquery.com/api-draft/cat.xml There is still lot's of work to do, but the main concern, a new concept for the navigation, is already

[jQuery] Get all previous/next siblings

2006-11-14 Thread Sam Collett
Say I have a list: ul id=mylist liItem 1/li liItem 2/li liItem 3/li liItem 4/li liItem 5/li /ul I attach a click event to each (actually I would append an anchor and attach to that, but for simplicities sake). How would I then get all nodes prior to it (i.e. if I click Item

Re: [jQuery] Which CMS / Wiki jQuery.com is using

2006-11-14 Thread Sam Collett
Trac is used for version control and the Wiki: http://trac.edgewall.org/wiki/TracWiki ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] new jQuery API draft

2006-11-14 Thread Sam Collett
On 14/11/06, Klaus Hartl [EMAIL PROTECTED] wrote: I'd like to present you a first draft for a new stylesheet for the jQuery API: http://joern.jquery.com/api-draft/cat.xml How about adding quicksearch to the navigation? Yes, let's power the API docs with jQuery's own plugins! Great work

Re: [jQuery] Get all previous/next siblings

2006-11-14 Thread Sam Collett
On 14/11/06, Klaus Hartl [EMAIL PROTECTED] wrote: Sam Collett schrieb: Say I have a list: ul id=mylist liItem 1/li liItem 2/li liItem 3/li liItem 4/li liItem 5/li /ul I attach a click event to each (actually I would append an anchor and attach

Re: [jQuery] new jQuery API draft

2006-11-14 Thread Sam Collett
On 14/11/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hi Sam! It would serve as both documentation and a demo of work done by the community. It also needs to be quick (so using too many plugins may slow the page down). Actually I'm trying to get it working without Javascript. That should

Re: [jQuery] Prototype compatibility - a different approach

2006-11-13 Thread Sam Collett
On 13/11/06, henrah [EMAIL PROTECTED] wrote: Hi all, I actually posted this in bug #137 - Prototype Support Plugin, but then I realized it might be more appropriate on the mailing list, since I'm looking for feedback on this idea. Is the main issue here making jQuery compatible with

Re: [jQuery] Since updating to 1.0.3 converting to getJSON

2006-11-13 Thread Sam Sherlock
]] On Behalf Of Sam SherlockSent: Friday, November 10, 2006 10:30 PMTo: jQuery Discussion.Subject: [jQuery] Since updating to 1.0.3 converting to getJSON I am having an error only in IE with the following 'expected identifier string or number' thats what inferior explorer (v6 on wk2) saysI

Re: [jQuery] new jQuery API draft

2006-11-11 Thread Sam Collett
On 10/11/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hi jQueryians, I'd like to present you a first draft for a new stylesheet for the jQuery API: http://joern.jquery.com/api-draft/cat.xml There is still lot's of work to do, but the main concern, a new concept for the navigation, is already

Re: [jQuery] Media plugins

2006-11-10 Thread Sam Sherlock
!!!For flash8 theres extendedinterface though - which looks great! would be interesting to see what you make of the above-SOn 10/11/06, Luke Lutman [EMAIL PROTECTED] wrote:Hey Sam,Thanks for all the kind words :-)I've (been lucky?) never to need to communicate between flash and _javascript_, so I'm

Re: [jQuery] [Fwd: How to Add HTML to a page, and make it active?]

2006-11-10 Thread Sam Sherlock
i think that adding html from xml has patchy results.i tried and it did not work in ie at all well!i got introduced to a new friend called json.to make the html active, if i understand you, all you need do is add click, hover etc to whatever. if these are already applied to objects then (i have

Re: [jQuery] Media plugins

2006-11-10 Thread Sam Sherlock
On 10/11/06, Sam Sherlock [EMAIL PROTECTED] wrote: yep I have jsfc working alongside jquery (mostly straight forward)see - http://www.sharkevaderproductions.com/v5/ jquery (and a shed load of plugins) jsfc and ufo all playing nicelyif you're code works I will be able to replace the ufo (its

Re: [jQuery] Media plugins

2006-11-10 Thread Sam Sherlock
document.ready either.Its a pain!!! For flash8 theres extendedinterface though - which looks great! would be interesting to see what you make of the above -S On 10/11/06, *Luke Lutman* [EMAIL PROTECTED] mailto: [EMAIL PROTECTED] wrote: Hey Sam, Thanks for all the kind words :-) I've (been lucky?) never

Re: [jQuery] Media plugins

2006-11-10 Thread Sam Sherlock
solved it myself, just whilst collecting the code to post.Late night early morning splurge of coding to excited to sleep after see this wonderful code yep thats solved but I would like to be able to hide replace code in the nested divlooking at the sifr example I see that after the version object

[jQuery] Since updating to 1.0.3 converting to getJSON

2006-11-10 Thread Sam Sherlock
I am having an error only in IE with the following 'expected identifier string or number' thats what inferior explorer (v6 on wk2) saysI have googled the error and a number of pages suggest removing the last coma http://cow.neondragon.net/index.php/1404-Internet-Explorer-_javascript_-Errors 4089

Re: [jQuery] Tweak to Jorn's ToolTip plugin

2006-11-09 Thread Sam Collett
On 08/11/06, Andy Matthews [EMAIL PROTECTED] wrote: I'm going to use Jorn's plugin for a site I manage, but I didn't think it was all that useful to have the link or the img src be displayed. I know I can turn it off, but I chose instead to go behind the scenes and make the P tag display

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-09 Thread Sam Collett
On 09/11/06, Matthew Delmarter [EMAIL PROTECTED] wrote: Hi Will, Great plugin! Just wondered if you could describe your solution to the IE6 flicker? Is it just a matter of caching images first or something? I have this issue I something I am building and it is very frustrating.

Re: [jQuery] selectbox plugin - take 2

2006-11-09 Thread Sam Collett
On 09/11/06, Christian Bach [EMAIL PROTECTED] wrote: Erik Beeson wrote: Changing with the arrow keys is nice, but it seems like it should select when you hit Enter, and revert to the last selection when you hit ESC. It's now on the list of stuff to implement. Perhaps accessibility expert

Re: [jQuery] Problems loading select options in IE

2006-11-09 Thread Sam Collett
On 09/11/06, Michael Prinsloo [EMAIL PROTECTED] wrote: Hi I am generating some option tags with php and then loading them into a select box with jQuery's load method as follows: The Select Box: select id=selectbox/select The Javascript: $(#selectbox).load(phpfile.php, {action:

[jQuery] jQuery SVN over HTTPS

2006-11-09 Thread Sam Collett
SVN access over HTTPS would be useful. Are there any plans for it being implemented (the port used by SVN is blocked here and the required header methods for HTTP access aren't allowed either (and probably never will be))? ___ jQuery mailing list

Re: [jQuery] Media plugins

2006-11-09 Thread Sam Sherlock
I am astounded Luke remarkable stuff.Looks like I might be able to reduce my script over heads quite a bit with this.At first glance (through tired eyes n with fatigued mind) it appears to handle text replacement better than the existing sifr jquery plugin. I am working away on a project at mo

Re: [jQuery] Star Rating Plugin?

2006-11-08 Thread Sam Collett
On 06/11/06, Andy Matthews [EMAIL PROTECTED] wrote: One thing that I'll comment on the example provided is that in IE6/PC, there's a noticeable delay before the stars display their rollover state. That would be a deal breaker for me. !//-- andy matthews web developer

Re: [jQuery] New jQuery plug - selectBox

2006-11-07 Thread Sam Collett
On 06/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, The other day i started working with a new client, our designer wanted to use sucker fish type of menus. In the design select boxes are a common element due to the fact that this is a e-commerce website. Only one thought came to

Re: [jQuery] isNot

2006-11-06 Thread Sam Collett
On 06/11/06, Aaron Heimlich [EMAIL PROTECTED] wrote: Why not just do if(!jQuery(div).is(:foo)) { // do stuff... } I thought of that just after hitting send... however, when providing a function I think it is good to provided a counterpart as well. While it is documented, 'not' may be

Re: [jQuery] Plugin Release: Tooltip

2006-11-06 Thread Sam Collett
On 06/11/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hi jQueryians! I actually managed to release my first official and documented jQuery plugin, a Tooltip implementation. It doesn't use AJAX, nor extra markup, only title and href attributes and some styles. You can customize the delay

Re: [jQuery] Plugin Release: Tooltip

2006-11-06 Thread Sam Collett
On 06/11/06, Michael Geary [EMAIL PROTECTED] wrote: http://bassistance.de/index.php/jquery-plugins/jquery-plugin-tooltip/ A suggestion - perhaps you should use 'jQuery' instead of '$' as isn't that the convention for plugin authoring? The code does use jQuery instead of $. Jörn used the

Re: [jQuery] Plugin Release: Tooltip

2006-11-06 Thread Sam Collett
On 06/11/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: By the way, as nearly no one uses the convention for filenaming (jquery.xxx.js): I think it's time to simply remove it, any objections? -- Jörn Zaefferer http://bassistance.de -- I do find it helpful as it shows that jQuery is required

Re: [jQuery] set focus?

2006-11-06 Thread Sam Collett
On 06/11/06, Jez McKean [EMAIL PROTECTED] wrote: I see focus() will run the events tied to an elements onfocus, but how can I set the focus. (e.g. click button to un-disable a text input, then set the focus on said input.) Regards, Jez $(#myinput)[0].focus() Perhaps calling focus

[jQuery] isNot

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

Re: [jQuery] Re-adjusting the height of page elements after loading AJAX content

2006-11-01 Thread Sam Sherlock
thanks Klaus!!On 01/11/06, Klaus Hartl [EMAIL PROTECTED] wrote: Sam Sherlock schrieb: There must be some CSS you're not telling us about. Otherwise, containers size themselves to their content. that turned out to be the slideDown effect. I called slideUp before loading the content.Then

Re: [jQuery] Access to flash object

2006-10-30 Thread Sam Sherlock
I have tried with limited success to get JSFC UFO to work, I have jQuery doing other things and I would ideally like to get jQuery UFO to handle it all,JSFC was last updated in 2003. It works with both object and embed tags. http://www.abdulqabiz.com/files/JSFC/JSFCommunicator%20Library.htmI

Re: [jQuery] Adding class to dynamic element

2006-10-27 Thread Sam Collett
On 27/10/06, Yehuda Katz [EMAIL PROTECTED] wrote: First up, you can wrap your newly created nodes in $ and use jQuery methods. Instead of: var listLabel = document.createElement( 'label' ); listLabel.style.display = '-moz-inline-box'; listLabel.style.textAlign =

[jQuery] Use native XPath if possible

2006-10-27 Thread Sam Collett
How about using native XPath methods when they are available, falling back to how it is done now when those methods are not available? i.e. $(//h2, context) In Firefox / Gecko based browsers: document.evaluate('//h2', context, null, XPathResult.ANY_TYPE, null) That would hopefully improve

Re: [jQuery] Oooh! These are pretty!

2006-10-27 Thread Sam Collett
On 27/10/06, Stephen Woodbridge [EMAIL PROTECTED] wrote: snip Since a lot of what I do it maps and building apps on top of maps, I would really be able to use some generic tools for drawing that are fast, cross browser and capable of handling more than a few dozen points or objects./snip So I

[jQuery] Re-adjusting the height of page elements after loading AJAX content

2006-10-27 Thread Sam Sherlock
Hi,I am loading content into a div using JSON thats fine.The length of content varies (some short some long bulky)When I load content that's shorter than the currently displayed contentI get a lot f wasted space. Worst still is when your scrolled part way down the page you can face a seemingly

Re: [jQuery] performance optimizations?

2006-10-26 Thread Sam Collett
On 26/10/06, John Napiorkowski [EMAIL PROTECTED] wrote: Hi, I've just been using Jquery for a few days and WOW, this has been very productive for me. This is fantastic work all around. I do have two questions I'm hoping someone might know something about: 1) Where can I find a searchable

Re: [jQuery] Is there a way to dynamically load jquery plugins

2006-10-23 Thread Sam Collett
On 23/10/06, Michael Geary [EMAIL PROTECTED] wrote: I would like to be able to load my jquery plugins dynamically as this would reduce the number of scripts in my document head. You can easily load any .js file dynamically, for example with code like this: function addScript( url ) {

Re: [jQuery] Is there a way to dynamically load jquery plugins

2006-10-23 Thread Sam Sherlock
Christof Donat wrote: Hi, I would like to be able to load my jquery plugins dynamically as this would reduce the number of scripts in my document head. I have my jsPax-Script: jspax.cdonat.de That is traditional JS-code without jQuery-stuff, because I even load jQuery

[jQuery] Is there a way to dynamically load jquery plugins

2006-10-22 Thread Sam Sherlock
I would like to be able to load my jquery plugins dynamically as this would reduce the number of scripts in my document head.thx - S ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] forms plugin how to implement a preCallBack function to validate inputs

2006-10-21 Thread Sam Sherlock
of the correct implentation of preCallback with the forms plugin??Sam,If the form is getting submitted in a non-ajax fashion it is likelydue to a _javascript_ error.If you're running Firebug, try steppingthrough your callback to see where the error occurs.One thing that looks suspicious is your use

Re: [jQuery] Improved jQIR?

2006-10-20 Thread Sam Collett
The latest version of my plugin is available at (those on Google Pages are no longer updated): http://www.texotela.co.uk/code/jquery/jQIR/ I use 'format' first as the second parameter 'path' is now optional (leave it blank to have no path prepended). I don't use image.onload due to it not firing

Re: [jQuery] method/plugin for getting query string vars?

2006-10-20 Thread Sam Collett
On 20/10/06, Luke Lutman [EMAIL PROTECTED] wrote: Is there a jQuery method or plugin for parsing the browser's query string into an object? I looked through the api and did a bit of searching around, but no luck ... Thanks, Luke -- zinc Roe Design www.zincroe.com (647) 477-6016 You

Re: [jQuery] SVN and firewall issues

2006-10-18 Thread Sam Collett
I feel your pain... ours (or rather one in particular) don't even allow SVN over HTTP (the HTTP methods it requires are blocked). It is not business critical (would just make my life easier as I would be able to try out more open source applications and maybe even contribute), so unlikely to get

Re: [jQuery] Tabs plugin - back button

2006-10-17 Thread Sam Collett
On 16/10/06, Klaus Hartl [EMAIL PROTECTED] wrote: Hi, after making tabs truly bookmarkable the back button still did not work. I started to fix that and the back/forward button now works in: Firefox, Safari, Opera. In Safari I implemented a pretty straight forward solution based on the

Re: [jQuery] I'm find a bug in jQuery??s Cookie plugIn

2006-10-16 Thread Sam Collett
On 16/10/06, Klaus Hartl [EMAIL PROTECTED] wrote: Microtoby schrieb: I'm find a bug in jQuery's Cookie plugIn. When you write more than 2 cookies, from the second, you could not read it value correctly. It's because read document.cookie is cookie1=val1; cookie2=val2, behind ;,

Re: [jQuery] Form plugin revisited ;-)

2006-10-13 Thread Sam Collett
On 13/10/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: An idea to boost the performance of the formToArray method while retaining order: $('*', context).filter(':input')... -- Jörn That would remove textarea's and buttons though (or does :input already take that into account?) Would it

Re: [jQuery] The index of an element with Event

2006-10-13 Thread Sam Collett
On 13/10/06, BoOz [EMAIL PROTECTED] wrote: Hello, I can't figure out how to accès the index of the élément that is clicked. Let's say I have 4 mp3 links in the page and that I click the second one , I can acces the url of the link that is clicked like this $([EMAIL

Re: [jQuery] IE debug tool

2006-10-13 Thread Sam Collett
On 13/10/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Stephen Woodbridge schrieb: Hey, This is new to me and looks like a great tool for debugging IE issues: http://www.debugbar.com/ The only thing I could get out of that tool was a view of the rendered DOM. But it wasn't any help

Re: [jQuery] form plugin updates

2006-10-12 Thread Sam Collett
On 11/10/06, John Resig [EMAIL PROTECTED] wrote: I don't think this is a big problem, we can just rename the form's serialize method to formSerialize or something like that. It's unfortunate that two methods of the same name exist and it's better to fix it now than to perpetuate it. I

Re: [jQuery] Plugins using jQuery instead of $ died with latest

2006-10-12 Thread Sam Collett
On 12/10/06, John Resig [EMAIL PROTECTED] wrote: That is correct. I would change /src/latest/ to be current, but there are lots of people who are loading it dynamically from their web sites, and I don't want to break their existing code. For now, the latest version can always be found here:

<    1   2   3   4   >