[jQuery] html method is inserting html as escaped markup (html source)

2009-11-22 Thread sean
: $(#modal_content).append(pSome html, tags should not be visible./ p); Does anyone know why this might be? On other ajax requests (not with uploads) the dom manipulation works as expected Thanks, Sean

[jQuery] Re: Datepicker and Jquery updating the value of pulldown menu

2009-09-18 Thread Sean McKenna
updating the values of the pulldown menu ounce the user have choosen a date from the Jquery datepicker Something like this should work in the datepicker include onSelect: updateLinked then (change as needed for your pull down ids) // Update three select controls to match a date picker

[jQuery] Re: (validate) email validator

2009-09-14 Thread Sean McKenna
While technically this is correct, a more restrictive approach might be preferable because some email services (hotmail for one) will not send to an email address using anything other than alphanumerics, dots, hyphens, and underscores. On Sep 14, 11:02 am, Scott Haneda talkli...@newgeo.com

[jQuery] Re: multi date selection

2009-08-19 Thread Sean McKenna
http://keith-wood.name/datepick.html#multi On Aug 19, 2:25 am, Rama Krishna rkavs@gmail.com wrote: multipule date selection -- RamaKrishna.AVS

[jQuery] Re: jQueryUI datepicker, select multiple non-contiguous dates?

2009-08-12 Thread Sean McKenna
I needed this type of continguous and non-contiguous date selection and for this one case I went with the jQuery plugin Datepicker (jquery.datepick.js) instead of the jQueryUI Datepicker which I use elsewhere. It has a multiSelect option that works great. Hopefully this functionality may be

[jQuery] IE8 bug/behavior: HTML Selects (DispHTMLOptionElement) and JQuery Form and Validation

2009-08-03 Thread Sean
My JQuery POST is supposed to re-render new content in the Lightbox, but this was not happening in IE8 and IE8 Document Mode. Would work in IE8 Browser Mode and IE7 Document Mode. Turns out there is something odd about how an HTML Select Option on the form was handled. Regardless of how I

[jQuery] Re: small problem

2009-07-29 Thread Sean Giles
It works fine for me in FF 3.5.1 and Safari 4.0.2 on Mac On Wed, Jul 29, 2009 at 1:55 AM, GaVrA ga...@crtaci.info wrote: bump On Jul 26, 2:18 pm, GaVrA ga...@crtaci.info wrote: Maybe it has something to do with the fact i am using Windows 7? On Jul 26, 12:27 pm, tain

[jQuery] Registration Point

2009-07-27 Thread sean
Hi Everyone, I am trying to get images to animate from the center in height and width. I can get the animation to work but can't find anywhere how to get it to work from the central point! Hopefully someone can help me here. Thanks Sean

[jQuery] unsubscribe

2009-07-06 Thread SEAN CLIFFORD
Date: Sat, 4 Jul 2009 09:49:03 -0700 Subject: [jQuery] Re: Inclusion of external scripts (best approach) From: ollo...@web.de To: jquery-en@googlegroups.com Will check that one now. Thanks once more, Karl! On 4 Jul., 17:41, Karl Swedberg k...@englishrules.com wrote:

[jQuery] Re: Using a selector recursively

2009-05-26 Thread sean
contain a $(document).ready(function(){ ... }); ? On Thu, May 21, 2009 at 16:49, sean shaha...@gmail.com wrote: I forgot the '#' sign in the sample code I provided. The problem I am having is that the code does not work. For some reason, If i remove the span tags, it works, but keeping

[jQuery] Using a selector recursively

2009-05-21 Thread sean
I have the following code: div id=test div class=ajaxApplyIgnore spana href=javascript:ajaxApplyAll(); class=Test1/a/ span /div div spana href=/Logout class=Logout/a/span /div /div script var obj = $('test'); // used specific div, as this is in a huge document

[jQuery] Re: Using a selector recursively

2009-05-21 Thread sean
I forgot the '#' sign in the sample code I provided. The problem I am having is that the code does not work. For some reason, If i remove the span tags, it works, but keeping them in makes it not work.

[jQuery] Re: Preventing animations from piling up due to fast mouse movement

2009-04-21 Thread Sean O
Brandon Aaron covered this issue on Learning jQuery a few months back: http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup HTH, SEAN O http://www.sean-o.com AppleTurnover wrote: I've got a jquery function set up where it simply opens up a minicart div when

[jQuery] Re: Validation CheckBoxes group

2009-04-06 Thread Sean O
Luigi, This should work for you: var isChecked = false; $('.campi[name=license]').each(function(){ if ( $(this).attr('checked') ) isChecked = true; }); SEAN O http://www.sean-o.com Ciupaz wrote: Hi all, in my .aspx page I have a series of checkboxes for the driver license

[jQuery] Re: submit() question

2009-04-06 Thread Sean McKenna
I'm not sure I understand what you are trying to do, but if the requirement is to pass the values to the server, you can include them in the data parameter of the ajax routine. data: $(this).serialize() + add_item=1, On Apr 5, 3:10 pm, debussy007 debussy...@gmail.com wrote: What do

[jQuery] Re: simulate radio with checkboxes in a table

2009-03-23 Thread Sean O
(radio-esque functionality) if ( $(this).hasClass(time) ) $(this).attr('checked',''); }); }); Demo: http://jsbin.com/umoqe I would add visual indications of groupings (a thin horizontal rule, e.g.) for clarity as well. -- SEAN O http://www.sean-o.com http://twitter.com

[jQuery] Re: show hide random rows

2009-03-19 Thread Sean O
Scott, Ricardo, great thoughts and great code. It is an interesting issue with many attack vectors; I hope the OP is getting something out of all this... I will expect at least as much code and analysis for my next posted problem! ;) SEAN O _ http://www.sean-o.com http://twitter.com

[jQuery] Re: show hide random rows

2009-03-18 Thread Sean O
Bob, Try this: http://jsbin.com/esoba Code: http://jsbin.com/esoba/edit It shouldn't matter how YUI is IDing your table rows, as you can pluck them out by index. HTH, SEAN O http://www.sean-o.com http://twitter.com/seanodotcom Bob O-2 wrote: I was wondering if anyone could point me

[jQuery] Re: show hide random rows

2009-03-18 Thread Sean O
Scott, Nice job. I like the logic, and the fading out of unselected rows. My solution was, admittedly, a quick one. It certainly wouldn't scale past 1,000 rows or so -- especially with the majority # selected -- but if the 10/50 number is firm, seemed to work OK. --SEAN O Scott Sauyet-3

[jQuery] Re: Hide/Show glossary page require for website using jQuery

2009-03-06 Thread Sean O
Have you seen the listNav plugin? http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx Sounds like it fits well with what you're looking to do. SEAN O http://www.sean-o.com http://twitter.com/seandotcom JP-47 wrote: Hi There I am trying to implement a glossary page (A-Z

[jQuery] Re: Show hide and print

2009-03-04 Thread Sean O
/goingtoprint/ HTH, SEAN O http://www.sean-o.com http://twitter.com/seanodotcom rayfidelity wrote: Hi, I have a problem, I have an element which I show (let's say fadein (slow)) on certain action (it's set on display:none in CSS). The problem is that i want to print that page without

[jQuery] Re: Show hide and print

2009-03-04 Thread Sean O
Have you tried overriding the override? i.e. #gototop { display:none !important; } SEAN O rayfidelity wrote: Jquery show or fadein overrides the print stylesheet that's the whole problem. On Mar 4, 2:56 pm, Sean O seanodot...@yahoo.com wrote: You're best served doing that simply

[jQuery] jQuery plugins function calls

2009-03-03 Thread Sean
I have a jQuery plugin that adds a series of links to my page, and when each one is clicked, it should display the index of the link. The problem is that every link displays the string 11. This is because when I bind the click method, I pass in an actual function, which doesn't get interpreted

[jQuery] jQuery for Flex - a Behavior Injection Framework

2009-03-02 Thread Sean Clark Hess
jQuery for Flex - a Behavior Injection Framework http://code.seanhess.net/?p=156 [...] I’ve just finished my pre-alpha version of a Behavior Injection framework for Flex. It adds support for functionality similar to jQuery for flex, along with support for a more complete CSS syntax. The

[jQuery] Re: Newbie needs Help with jquery logic

2009-03-01 Thread Sean O
This was a fun one to play with. I think this is the effect you're after... Demo: http://jsbin.com/iwile Source: http://jsbin.com/iwile/edit It's pretty concise self-explanatory, but if you have any questions, just reply. SEAN O http://www.sean-o.com http://twitter.com/seanodotcom

[jQuery] Re: google suggest

2009-02-28 Thread Sean O
Have a look at the excellent Autocomplete plugin by Jörn Zaefferer: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ SEAN O http://www.sean-o.com anjith wrote: Hi, Hey please help i want to do google suggest i have customised many codes but none of them working . I

[jQuery] Re: [tooltip] help please

2009-02-28 Thread Sean O
Paul, Two suggestions: 1) remove the dimensions plugin script (it's integrated into jQuery as of this version) 2) close your doc ready function with parens semicolon: $(function() { $('#set1 *').tooltip(); }); SEAN O http://www.sean-o.com paulmo wrote: am not getting the stylized

[jQuery] My birthday gift to the jQuery Community

2009-02-27 Thread Sean O
It's been a while since I created anything publicly fun - kids have that effect on you :) So I figured I'd offer up my birthday gift to you: F3: Fast Flickr Findr http://www.sean-o.com/f3 Find Flickr photos fast. Built using jQuery, developed rapidly on Remy Sharp's JSBin. Enjoy. SEAN O

[jQuery] validate - non U.S. phone numbers

2009-02-20 Thread Create Sean
I would like to be able to validate phone numbers but accept any number, dash or parenthesis without having restrictions that are currently in the plugin i.e. area code etc. how would I go about adding that? http://docs.jquery.com/Plugins/Validation

[jQuery] [validate] ie6 runtime errors

2008-12-21 Thread Sean Allen
posted previously without proper [validate] in title.. reposting... -- i have this code: script type=text/javascript src=//ajax.googleapis.com/ajax/ libs/jquery/1.2.6/jquery.min.js/script script type=text/javascript src=/js/jquery/ jquery.validate.js/script script

[jQuery] Re: [validate] ie6 runtime errors

2008-12-21 Thread Sean Allen
On Dec 21, 2008, at 11:26 AM, DumpsterDoggy wrote: First glance, it looks like your first script tag's src attribute is incorrect: script type=text/javascript src=//ajax.googleapis.com/ajax/ libs/jquery/1.2.6/jquery.min.js/script that makes no difference to the error one way or

[jQuery] ie6 and the validation plugin

2008-12-19 Thread Sean Allen
i have this code: script type=text/javascript src=//ajax.googleapis.com/ajax/ libs/jquery/1.2.6/jquery.min.js/script script type=text/javascript src=/js/jquery/ jquery.validate.js/script script type=text/javascript !-- jQuery(document).ready(function(){

[jQuery] error when using ui.mouse.js

2008-12-16 Thread Sean
Hi There, I'm getting a weird error when I try to use this script ui.mouse.js in my page. The drag and drop functionality seems to be working fine it's just generating an error. Can someone tell me what i'm missing to initialize this? !-- error from firebug $.ui[module] has no properties

[jQuery] validation plugin: don't insert error element

2008-12-15 Thread Sean Allen
Is there a way to instruct the validation plugin to not insert any error element?

[jQuery] Re: validation plugin question

2008-12-13 Thread Sean Allen
for the required method: $.validator.messages.required = ; Jörn On Fri, Dec 12, 2008 at 9:17 PM, Sean Allen s...@monkeysnatchbanana.com wrote: playing around with it. don't want to get error messages displayed. i'm just putting in a general error message at top and highlighting required fields

[jQuery] Re: validation plugin question

2008-12-13 Thread Sean Allen
Zaefferer wrote: No idea, I'd need to see some code, a testpage is prefered. Jörn On Sat, Dec 13, 2008 at 4:03 PM, Sean Allen s...@monkeysnatchbanana.com wrote: I already have that in place. How do I get the autogenerated label to not do style=display:inline ? In that demo

[jQuery] validation plugin question

2008-12-12 Thread Sean Allen
playing around with it. don't want to get error messages displayed. i'm just putting in a general error message at top and highlighting required fields. but the label for errors gets created with a display: inline set on the element which is thwarting me from not showing it. looking at the

[jQuery] Re: mcDropDown - problem getting displayed value

2008-12-08 Thread Sean O
Dan Switzer wrote: Sean, The getValue() should do exactly what you need. It returns an array in the format [value, label]. So the second element in the array is exactly the value I believe you're after. -Dan Dan, thanks. I'm able to get the label using [1], but the behavior

[jQuery] mcDropDown - problem getting displayed value

2008-12-05 Thread Sean O
anyway. What I need is the displayed text. Ideas? Thanks. SEAN O http://www.sean-o.com -- View this message in context: http://www.nabble.com/mcDropDown---problem-getting-displayed-value-tp20860269s27240p20860269.html Sent from the jQuery General Discussion mailing list archive

[jQuery] formatting splitting the response from the server using jquery syntax

2008-11-25 Thread Sean
Hi There, I'm getting a response back from a .net page. The response looks like this and is variable in length. What is the best way to handle this on the client using jquery syntax? Sean {first: slideshow/52/2.jpg,second: slideshow/52/2_2.jpg}

[jQuery] setInterval method call with parameters not working

2008-11-23 Thread Sean
HI There, I'm trying to call a method using the setInterval function that call has some parameters but I can't get it to work. Can someone give me a hand with the syntax please. Sean slideshow_interval = setInterval( 'PageMethod(getNextSlideShowItem, [elmID, callerID, CampaignID, hdnCampaignID

[jQuery] unsubscribe

2008-11-12 Thread SEAN CLIFFORD
unsubscribe _ Get 30 Free Emoticons for your Windows Live Messenger http://www.livemessenger-emoticons.com/funfamily/en-ie/

[jQuery] Re: idTabs and hoverintent

2008-10-30 Thread Sean Catchpole
If you bind idTabs using click (by default) then you can use the following to trigger it via hoverIntent: $(a[href*=#]).hoverIntent(function(){ $(this).click(); }, function() {}); ~Sean On Oct 29, 5:08 am, Ettiene [EMAIL PROTECTED] wrote: Hi there, I've implemented idTabs on a website

[jQuery] Re: How to un-inherit a function of a parent element?

2008-06-13 Thread Sean .
Thanks so much Richard, that's exactly what I was looking for! - Sean -- http://catalyticat.com 2008/6/13 Richard D. Worth [EMAIL PROTECTED]: $('.child').click(function(e) { e.stopPropagation(); }); This will prevent the click event from bubbling up to the parent element, while still

[jQuery] Populate form with deserialize and JSON

2008-06-10 Thread Sean Chambers
,Exchange:555,Number: 1234},WorkPhone:null,CellPhone:null,Age:27} items like FirstName and LastName work fine. The problem is with the Address:{} and State{} elements. Is there any easy way to do this? Thanks Sean

[jQuery] Re: My first jQuery

2008-06-04 Thread Sean O
).removeClass(unhide).hide(fast); }); }); The above worked for me, assuming .unhide was a display style and was used to display a p with class of sec-ia. _ SEAN O http://www.sean-o.com gandalf458-2 wrote: I'm trying my first simple jQuery task, a mouseover event

[jQuery] Re: jMP3 plugin: Preventing more than one song from playing at the same time.

2008-05-16 Thread Sean O
/IDcontrol.htm Also, Jeroen has a forum setup just for Javascript interaction: http://www.jeroenwijering.com/?forum=Javascript_interaction Hopefully one of these resources can help. SEAN O http://www.sean-o.com Louder Than Ten wrote: Does anyone have any experience manipulating the jMP3

[jQuery] Trying to get plugin listed

2008-05-14 Thread Sean O
://plugins.jquery.com/project/Plugins/category/52 no matter what I do. I've tried editing, re-assigning, and recreating the project. Pls email me at seanodotcom -at- yahoo -dot- com Thanks, SEAN O http://www.sean-o.com -- View this message in context: http://www.nabble.com/Trying-to-get-plugin-listed

[jQuery] Re: Re[jQuery] lease: Autocomplete Plugin 1.0

2008-04-29 Thread Sean O
'. This would be disconcerting for the user entering his 5th or 6th entry and mistyping a letter. Reproduced in FF 2 IE 7, Vista. Digging the image search A/C... will have to delve into that code later. Thanks, SEAN O _ http://www.sean-o.com Jörn Zaefferer wrote: Hi, I've

[jQuery] Re: Annouce: idTabs 2.0

2008-04-24 Thread Sean Catchpole
. Are jquery.newsticker.pack.js, jquery.chili.pack.js, chili.recipes.js, main.js required or needed for certain functionality? newsticker and chili are scripts I use for presentation, they are not required in any way. =P Thanks for all the feedback. ~Sean

[jQuery] Annouce: idTabs 2.0

2008-04-21 Thread Sean Catchpole
, and via different events. http://www.sunsean.com/idTabs/ Check it out and let me know if you have any troubles. ~Sean

[jQuery] Best way to build flyout menu?

2008-02-17 Thread Sean Ronan (Activepixels)
i.e. is it a mouseout on the div? I recall the old way of doing this before jquery used a larger div to detect the 'exit' zone. Regards Sean

[jQuery] Re: Best plugin for modal dialogs

2008-02-14 Thread Sean O
I switch between jqModal and Thickbox 3.1 for different apps, slightly different needs. Thickbox works well for forms, looks nice, while jqModal is much snappier. SEAN O _ http://www.sean-o.com Nazgulled wrote: Hi, There are so many plugins for modal dialogs that I don't

[jQuery] using resize event to adjust div height hangs IE6 and IE7

2008-02-13 Thread Sean Ronan (Activepixels)
addresses duplicated resize events in IE but both cause the same hang when browser window altered quickly. Anyone else seen this? Are there any workarounds? Regards Sean sean ronan activepixels office : 01245 399 499 email : [EMAIL PROTECTED] web :activepixels.co.uk Activepixels is a limited

[jQuery] Re: controlling li-items with unique IDs and trigger corresponding DIVs

2008-02-13 Thread Sean Ronan (Activepixels)
Sean sean ronan activepixels office : 01245 399 499 email : [EMAIL PROTECTED] web :activepixels.co.uk Activepixels is a limited company registered in England and Wales. Registered number: 5081009. Registered office: Suite SF8, The Heybridge Business Centre, 110 The Causeway, Maldon, Essex, CM1

[jQuery] Re: controlling li-items with unique IDs and trigger corresponding DIVs

2008-02-12 Thread Sean Ronan (Activepixels)
to hold scrollable list items. Regards Sean sean ronan activepixels office : 01245 399 499 email : [EMAIL PROTECTED] web :activepixels.co.uk Activepixels is a limited company registered in England and Wales. Registered number: 5081009. Registered office: Suite SF8, The Heybridge Business

[jQuery] Re: plugins leaving jquery namespace in bind function

2008-02-01 Thread Sean Catchpole
var mb3 = $(this); On that line, the this is referring to the scope of the function which is not inside of an $.each(..) or $.fn.foo(..) ~Sean

[jQuery] Re: Loading GIF Slideshow w/o Modal

2008-01-31 Thread Sean O
Ange, It sounds like the SlideViewer plugin might help you: http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html SEAN O _ www.sean-o.com Ange-6 wrote: I'm looking for a jQuery slideshow plugin, and I can't seem to fond one that does

[jQuery] Inline hover menu needed

2008-01-30 Thread Sean O
to onMouseover versus right-click. Any ideas? Thanks, SEAN O www.sean-o.com -- View this message in context: http://www.nabble.com/Inline-%22hover-menu%22-needed-tp15191011s27240p15191011.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: Masked Input Optional Characters

2008-01-29 Thread Sean Catchpole
and gives a visual indication to the user what the correct input format is. ~Sean On Jan 29, 2008 9:23 AM, Jason Levine [EMAIL PROTECTED] wrote: Actually, what I think I'm looking for is more advanced masking/validation. I want to encourage users to use 2 digits for month, but recognize

[jQuery] Re: [ANN] Lily, javascript visual programming tool

2008-01-29 Thread Sean Catchpole
Excellent app. Visual programming is a lot of fun and great for creating quick mashups and data analysis. Is there a way to separate the visual code and the results it produces? ~Sean

[jQuery] Re: Problem in [] filter

2008-01-28 Thread Sean Catchpole
You could try $('tr:has(td):even') [hasElement] support was removed in ~v1.2(perhaps earlier) in favor of :has(element) ~Sean

[jQuery] Re: Shadowbox Media Viewer

2008-01-25 Thread Sean Catchpole
Awesome work Michael. I love the title font, excellent choice. Glad to see it's library independent. ~Sean On Jan 25, 2008 3:45 AM, mjijackson [EMAIL PROTECTED] wrote: Hello all, I'm putting the finishing touches on a media viewer application that I coded up recently (think Thickbox

[jQuery] Re: jQuery 1.1.2 Released: Happy 2nd Birthday!

2008-01-16 Thread Sean Catchpole
Great release, love the changes. Thank you ~Sean

[jQuery] Opposite of .contains() ?

2008-01-11 Thread Sean O
Hi, I'm trying to select elements that do not contain certain text. In effect, the opposite of .contains(). e.g. p1:/p p1:/p p2:/p p3:/p p4:/p How can I select all ps without a 1 in the text? like... $(p).doesNotContain(1) Various attempts with not: and filter() have failed... Thanks, SEAN

[jQuery] Re: Opposite of .contains() ?

2008-01-11 Thread Sean O
Thanks for the prompt responses, guys! Loren/Vaughn, your solution worked great. I really need to spend some QT with Learning jQuery and selectors this weekend :) SEAN O Vaughn Pipes wrote: You might try something like this: $(p:not(:contains('1'))) Loren Pipes -- View

[jQuery] Using jQuery in Wordpress

2008-01-07 Thread Sean O
articles. Thanks, SEAN O ___ www.sean-o.com -- View this message in context: http://www.nabble.com/Using-jQuery-in-Wordpress-tp14672948s27240p14672948.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: Using jQuery in Wordpress

2008-01-07 Thread Sean O
is looking for this very thing - a pen ink drawing of her childhood home. Can you work with photographs? (we're in PA) Contact me off list: seanodotcom -at- yahoo -dot- com Thanks, SEAN Priest, James (NIH/NIEHS) [C] wrote: -Original Message- From: Benjamin Sterling [mailto:[EMAIL

[jQuery] Re: MooFlow: Carousel of sorts

2008-01-07 Thread Sean O
/imagestrip/imageslide-plugin.html is also nice. I don't know of any with quite the layout of MooFlow, however. SEAN O ___ www.sean-o.com {js}sTyler wrote: Has anyone seen the MooFlow image gallery: http://www.outcut.de/MooFlow/ It even allows the pictures to be rotated using

[jQuery] Re: [NEWS] Getting jQuery Adopted in Corporations

2007-12-06 Thread Sean Catchpole
that rapidly increases development time. ~Sean

[jQuery] Re: [NEWS] Getting jQuery Adopted in Corporations

2007-12-06 Thread Sean Catchpole
Freudian slip, of course I had intended to either say, increases development speed, or decreases development time. Thanks for correcting me. ~Sean On Dec 6, 2007 3:51 PM, tlphipps [EMAIL PROTECTED] wrote: Sorry, I have to say it: ** jQuery simplifies and reduces code size, and offers

[jQuery] Re: problem setting up idTabs on ajax success callback in IE6 sp2

2007-11-26 Thread Sean Catchpole
Do you have a demo page or some sample code? ~Sean On Nov 25, 2007 8:17 AM, ogurec [EMAIL PROTECTED] wrote: Hi, when i try to initialize idTabs on successful ajax request it fails in IE6, but works in FF2, Opera 9 and Safari for Windows. Anyone else had such problem? Is there a solution

[jQuery] Re: QuickSearch plugin - triggering events

2007-11-19 Thread Sean O
Bump. I thought I got somewhere over the weekend, but am still 1-2 off on each count. The plugin project hasn't been updated in a while... SEAN Sean O wrote: Hi, I'm trying to modify RikRIkRik Lomas' excellent QuickSearch plugin. I want to set up clickable links to remove all

[jQuery] Re: Autosuggest

2007-11-19 Thread Sean O
Gordon, I think the quickSearch plugin: http://rikrikrik.com/jquery/quicksearch/ will help you. SEAN O __ www.sean=o.com Gordon-35 wrote: http://www.vulgarisoip.com/2007/06/29/jquerysuggest-an-alternative-jquery-based-autocomplete-library/ demonstrates a plugin that's

[jQuery] QuickSearch plugin - triggering events

2007-11-16 Thread Sean O
. All sorting changes are tied to keypress events (as-you-type updates a'la iTunes), and I can't determine how to trigger a sort otherwise. There is no clearly defined function (reSort(), e.g.) to reference in the code. Has anyone else worked with this plugin? Thanks, SEAN O

[jQuery] Scripts at the bottom of the page

2007-11-05 Thread Sean Catchpole
than perhaps organizational issues, are there any good reasons why having the script tags at the bottom of the page is a bad idea? ~Sean

[jQuery] Re: Drastically reducing jQuery load time

2007-11-04 Thread Sean Catchpole
Hi Robert, I doubt the load time of jQuery is very significant. Downloading files take much much longer than it does to execute. Regardless, I personally would not use frames since then the url will never change. ~Sean

[jQuery] Re: jQuery Challenge

2007-11-04 Thread Sean Catchpole
I believe animation between classes is in the works as part of the UI or similar package. ~Sean

[jQuery] Re: NEWS: Google Code Using jQuery

2007-11-02 Thread Sean Catchpole
yay \o/ ~Sean

[jQuery] Re: Best Practice

2007-11-02 Thread Sean Catchpole
); ... ~Sean On 11/2/07, Doug [EMAIL PROTECTED] wrote: Hello All, I am a newbie and am trying to learn jQuery. I created this function: function getRecord(id,URL){ jQuery(#ResultsTable tr).filter(.selected).removeClass(selected); jQuery(#+id).addClass

[jQuery] Re: sortable problem ...

2007-10-27 Thread df-sean
It's really too bad that this is left unfixed for so long. For the project I'm currently working on, I think I'm going to have to switch to Prototype in order to get a working Sortable list :-( I love jquery and would love to stick with it, but it needs to work (including the UI effects).

[jQuery] Re: Image expand plugin

2007-10-22 Thread Sean O
This is the best one I've ever seen -- 'HighSlide'. It's not jQuery, but it rocks: http://vikjavev.no/highslide/#examples Looks like the latest version can handle various content types like images, text, and flash. ___ SEAN O http://www.sean-o.com Txt.Vaska wrote: Bonjour

[jQuery] Re: changing the adressbar with javascript

2007-10-18 Thread Sean O
For obvious security reasons you (thankfully) cannot fake the address bar field using JavaScript. Scammers spammers would have a field day with that. You can, as Jonathan mentioned, update it using hashes. See the history plugin: http://stilbuero.de/jquery/history/ SEAN O _ http

[jQuery] Re: number formatting plug-in

2007-10-18 Thread Sean O
I like the numeric plugin: http://www.texotela.co.uk/code/jquery/numeric/ SEAN O ___ http://www.sean-o.com james_027-2 wrote: hi, is there a number formatting plugin for jQuery? Thanks -- View this message in context: http://www.nabble.com/number

[jQuery] Re: jQuery 1.2.1 and Interface/ui Sortable Bug?

2007-10-17 Thread df-sean
Thanks Richard. I suppose I can wait a week ;-) Cheers.

[jQuery] Re: jQuery 1.2.1 and Interface/ui Sortable Bug?

2007-10-17 Thread df-sean
In the meantime... What's the latest working version I can use which will work even on Safari? Do I need to downgrade jquery too? If someone could tell me which versions I need to get going right away, I'd really appreciate it. Thanks! Sean

[jQuery] Re: [NEWS] Humanized Messages

2007-10-17 Thread Sean Catchpole
Very Cool. ~Sean

[jQuery] How to clear setTimeout?

2007-10-10 Thread Sean O
before, but for text inputs, the user has to manually tab/click out of the field to trigger that event) Thanks, _ SEAN O http://www.sean-o.com -- View this message in context: http://www.nabble.com/How-to-clear-setTimeout--tf4601640s27240.html#a13138432 Sent from the jQuery General

[jQuery] Re: How to clear setTimeout?

2007-10-10 Thread Sean O
Thanks for the suggestion, but I tried delete upd; before, after, even inside my upd = setTimeout... function, and nothing happened -- the behavior is still the same. SEAN Andy Matthews-4 wrote: Since you're setting the value of upd to a function containing the setTimeout, you should

[jQuery] Re: How to clear setTimeout?

2007-10-10 Thread Sean O
Aha! placing var upd; outside of the keyup function did the trick! I always get tripped up on scope issues like this... I'll look to your expire plugin for future use... for now, this gets me over the hump. Thanks, Michael! SEAN O Michael Geary wrote: The delete wouldn't

[jQuery] Re: an Undo plugin, or something as such. :-)

2007-09-27 Thread Sean O
://humanized.com/weblog/images/resources/undo/source_sync.php This even accounts for handling multiple windows of the same script w/different event queues. SEAN O http://www.sean-o.com Steve Finkelstein-4 wrote: Hi all, I was curious if there is anyone currently working

[jQuery] Slide

2007-09-26 Thread Sean Catchpole
jQuery has native a slide effect, but I am looking for something similar one could call shift. The content actually moves, not just the border. jQuery Slide: A-AB-ABC Shift Slide: C-BC-ABC Is there a plugin other than interface that does this? ~Sean

[jQuery] Re: ANNOUNCEMENT: Chili 1.9 much faster

2007-09-26 Thread Sean Catchpole
That's great! Excellent plugin. I've been using it to present idTabs: http://www.sunsean.com/idTabs/ ~Sean On 9/26/07, Andrea Ercolino [EMAIL PROTECTED] wrote: Chili is now much faster than before. Try it! http://noteslog.com/post/chili-19-released-today/ -- View this message

[jQuery] Re: Paste Monkey Beta Launched

2007-09-26 Thread Sean Catchpole
Looking good Tane. The only changes I'd make are CSS related, but since it's still beta I'll cut ya some slack. =P Keep up the good work. ~Sean

[jQuery] Re: idTabs Plugin working with class and not id

2007-09-22 Thread Sean Catchpole
(); $('.'+id.substr(1)).fadeIn(2000); return false; }); The '.'+id.substr(1) converts the id into a class. ~Sean On 9/19/07, Clément [EMAIL PROTECTED] wrote: Hi, I'm using the idTabs plugin. I weould like to know if it is possible to have calls on the classes of the elements (example: .photo

[jQuery] Re: A better way to update jQuery Plug-ins...

2007-09-16 Thread Sean Catchpole
of warcraft addons. Discussion of ways to improve this is always appreciated though, thank you. ~Sean

[jQuery] Re: XSL Templating

2007-09-12 Thread Sean Catchpole
No, this is not built into jQuery. There is however a plugin that can do this for you. http://jquery.com/plugins/project/XSLT ~Sean On 9/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there an option to apply XSL stylesheets to XML recieved via jQuery.ajax()? I have some templated xml

[jQuery] Re: Faster then innerHTML

2007-09-12 Thread Sean Catchpole
Excellent, I'll look into this. ~Sean On 9/12/07, Felix Geisendörfer [EMAIL PROTECTED] wrote: Here is an interesting blog post that I came across: http://blog.stevenlevithan.com/archives/faster-than-innerhtml The synopsis basically is that one can gain dramatic speed improvements

[jQuery] Re: .ready(), Rhino and HttpUnit

2007-09-12 Thread Sean Catchpole
Hi Rob, .ready() won't work in Rhino since there is no page to wait if it's ready. Everything else should work just fine. ~Sean On 9/12/07, Rob Desbois [EMAIL PROTECTED] wrote: Ok I've enlightened myself a little: I tried it with jQuery 1.2 and discovered that the line number changed - it's

[jQuery] Re: Strip out HTML tags

2007-09-11 Thread Sean Catchpole
You could try this trick: var stripme =iHTML/i string; var stripped = $(p/p).html(stripme).text(); ~Sean On 9/11/07, AnandG [EMAIL PROTECTED] wrote: I retrieve a lot of strings from a JSON file. These strings can contain HTML tags. I would like to show the strings (for example

  1   2   3   4   >