[jQuery] jCarousel - Centering selected - displaying part of the surrounding elements

2009-05-05 Thread O.
t display completely ... A draft is available here: http://www.pi-r2.net/test/ (work only in FF3 and IE7 for now). Also I can't get the external controls working in FF3 :/ No error messages of any sorts They work partially in FF2 and IE7 though Help please! And thanks for reading! O.

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread O.
Look up Douglas Crockford Videoson Javascript scathered around the web, you'll understand core concepts in a split second ;) O. On May 5, 11:24 am, Rey Bango wrote: > Great advice Matt. > > Rey.. > jQuery Team > > Matt Kruse wrote: > > On May 5, 9:13 am, kiusau w

[jQuery] Re: document.getElementById

2007-04-10 Thread Sean O
Fabyo, Try: var teste = $("#obj"); alert(teste.scrollTop); You need the "#" prefix to designate an id. (and a "." prefix for class) Native elements, like body, can be directly addressed ( e.g. $("body") ) ___ SEAN O http:

[jQuery] Re: Autocomplete plugin status2

2007-04-17 Thread Sean O
I could see my users typing in the comma in a multiple select scenario, so I cast my vote for comma-as-selector. Great to see you guys collaborating on an important (IMHO) and useful plugin. I wish I had more time (and expertise lol) to lend a hand. ___ SEAN O http://www.sean-o.com

[jQuery] Re: jQuery Powered Sites - More Sites Added.

2007-04-29 Thread Sean O
Hey Rey, Looks like Uni-Form, http://dnevnikeklektika.com/uni-form/ an attempt to modularize and standardize form inputs, has moved to jQuery in their latest version 1.2. SEAN O http://www.sean-o.com Rey Bango-2 wrote: > > > Added: > > - GameGum Free Flash Games

[jQuery] Evaulating script tags when .load-ing HTML

2007-05-03 Thread Sean O
/javascript'>$('#warn').html('required!');"; The JS is evaluated in Firefox 2/Win (loaded into the "master" DIV), but not in IE6/Win. How can I force the issue in IE? I read quite a few posts on this, and couldn't find an answer... Thanks,

[jQuery] Re: Evaulating script tags when .load-ing HTML

2007-05-04 Thread Sean O
calling a PHP document?). I'll have a look at the llnl.gov code next week. Thanks for the pointers, folks. And happy Quatro De Mayo. SEAN O http://www.sean-o.com shelane wrote: > > > > I also had this problem and pleaded for help in these thread

[jQuery] Re: New / Updated Plugin - Focus Fields

2007-05-08 Thread Sean O
Sam, The demos don't seem to work for me in either FF2 or IE6 (?) SEAN O http://www.sean-o.com Sam Collett wrote: > > > Haven't updated outlineTextInput's for a while (due to having issues > with IE) - which is a plugin for adding outlines to text f

[jQuery] Re: New / Updated Plugin - Focus Fields

2007-05-08 Thread Sean O
Sam, That was it. Works in FF2 & IE 6 here. I had thought there was a default initiation of focusFields() on page load of the demo... My eyes passed right over the "click one of the examples above..." ____ SEAN O Sam Collett wrote: > > Did you click the text fiel

[jQuery] "Eloquent JavaScript" hyper-book

2007-08-03 Thread Sean O
programmer, but experienced users can find information of some use. A nice touch is the "click-to-run" code samples that launch in a console attached to the foot of the browser. They even feature an off-line download of the hyper-book and a print version. All free. http://eloquentjavascript.ne

[jQuery] Re: hide table rows when we type in text box

2007-08-20 Thread Sean O
you don't want to use his plugin, you can at least check out the source code for inspiration. ___ SEAN O http://www.sean-o.com Potluri wrote: > > Hi everyone, > Thanks for everyone who responded for my previous queries. > Here is an assignment which I feel challenging fo

[jQuery] jqModal content overflowing -- scrollbars?

2007-08-31 Thread Sean O
p; height jqModal window that adds a vertical scrollbar to accommodate content that might overflow those bounds? (and works in IE6+ & FF2 :) Thanks, _ SEAN O http://www.sean-o.com -- View this message in context: http://www.nabble.com/jqModal-content-overflowingscrollbars--tf43620

[jQuery] Re: Looking for a calendar picker that allows for two instances on one page

2007-09-04 Thread Sean O
n't use/need Notes) Demo: http://www.nsftools.com/tips/DatePickerTest.htm I love this control, and I've tried many, searching for the "right" one. It's multi-instance (5 on some of my forms), fast, quite configurable, styled by CSS, works well in IE & FF etc. etc. Good

[jQuery] Re: Jquery Email validation

2009-05-22 Thread Bob O
look at the jQuery validation plugin.. its pretty slick. On May 22, 4:06 am, gladrinkz wrote: > is ant one know how can i set email validation in jquery i am > using .net

[jQuery] Re: jQuery Validation Plugin

2009-05-22 Thread Bob O
so as not to confuse.. the name attribute looks like this name="name['name']" for the input field and the js is rules: { name['name']: 'required' } i noticed typos in the above question. On May 22, 12:36 pm, "bhan...@hcinsight.com" wrote: > Can anyone tell me how i can change which attri

[jQuery] Re: jQuery Validation Plugin

2009-05-26 Thread Bob O
mes_ > > Jörn > > On Fri, May 22, 2009 at 10:15 PM, Bob O wrote: > > > so as not to confuse.. > > > the name attribute looks like this > > name="name['name']" for the input field > > > and the js is > > > rules: { >

[jQuery] Re: jQuery Validation Plugin

2009-05-26 Thread Bob O
ot;, "blog_post[body]": "You cant have a blog without a blog..?", "blog_post[author]": "You must supplay an author name" } }); }); Any ideas? On May 26, 7:48 am, Bob O wrote: > Man i combed the docs for a day, and i missed that link everyt

[jQuery] IE only browsers that break - need help

2009-05-27 Thread Bob O
My code runs great in every browser but IE6 IE7 and IE8. it breaks and causes all scripts to fail. i setup Visual Web Developer in my VM like a blog post told me, and when i load the page i get Microsoft JScript runtime error: Object doesn't support this property or method that seem to break on

[jQuery] Re: IE only browsers that break - need help

2009-05-27 Thread Bob O
add var to the front e.g. var login_box = ... or you can change the name of the variable itself. my_login_box etc... from the man himself. hopefully this helps anyone who comes across the same problem.. On May 27, 7:44 pm, Bob O wrote: > My code runs great in every browser but IE6 IE7 and IE8.

[jQuery] .length value different in IE vs FF

2009-05-29 Thread Bob O
I have a pretty simple character counter to count the number of character typed by a user.. broadcastSubmit = $('#broadcastSubmitButton'); broadCastMessageDiv = $('#broadcastMessage'); availableChars = 140; charCount = $('.char_count'); boilerPlateKeyword = $('#boiler_plate_ke

[jQuery] Problems with Ajax and caching

2009-10-23 Thread Magnus O.
Hi! I'm creating a ajax call like this: jQuery.ajax({ url: "http://urltopage/?callback=callbackhandler";, dataType: "json", type: "GET", cache: true, callback: null, data: null }); I then have a callbackhandler function like this: function callbackhandler(data){ do something here } The respon

[jQuery] Jquery, ajax and if-modified-since

2009-12-08 Thread Magnus O.
Hi! I can't get the if-modified-since header to work with jquery ajax. I tried to fet an xml like this: $.get("url", function(xml){ //Do something with response. }, "xml"); On these requests the if-modified-since is not set. Then I tried like this: $.ajax({ type:

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

2007-09-27 Thread Sean O
http://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 anyo

[jQuery] How to clear setTimeout?

2007-10-10 Thread Sean O
ystroke ;) (BTW, I've used the onChange event 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--tf4601640s2724

[jQuery] Re: How to clear setTimeout?

2007-10-10 Thread Sean O
; setTimeout, you should be able to just > > delete upd; > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Sean O > Sent: Wednesday, October 10, 2007 10:39 AM > To: jquery-en@googlegroups.com > Subject: [jQuery] How

[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: > > &g

[jQuery] Re: [NEWS] Humanized Messages

2007-10-17 Thread Sean O
Looks great in FF, but is hosed in IE6. Too bad, it would make a great 'update confirmation' for a few of my web apps. I do like the Humanized site, which served as the inspiration for this... _______ SEAN O http://www.sean-o.com Jeferson Koslowski wrote: > > Found a n

[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/his

[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 c

[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 wr

[jQuery] QuickSearch plugin - triggering events

2007-11-16 Thread Sean O
urse. But that does nothing. 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

[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 &g

[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/ > demonstra

[jQuery] Using jQuery in Wordpress

2008-01-07 Thread Sean O
/ old 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
Ben, Jim, thanks for the replies. I was ready to just hack it in myself, but I haven't worked with Wordpress in quite some time and remember it being fairly fragile. I'll give your code a shot, Benjamin. >>Shameless plug for my wife's site: http://www.yourdoorandmore.com/ @Jim: my wife is loo

[jQuery] Re: MooFlow: Carousel of sorts

2008-01-07 Thread Sean O
query/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 t

[jQuery] Re: REMINDER: jQuery Tutorials & Documentation

2007-05-10 Thread Sean O
people are currently finding interesting regarding jQuery. ____ SEAN O Rey Bango-2 wrote: > > > Just a reminder to everyone, especially those that are just starting out > with jQuery, that we have a very comprehensive tutorials section for you > to learn from. Visit the j

[jQuery] Re: My first plugin - expand/collapse

2007-05-17 Thread Sean O
Hi Tom, Here's a few links for inspiration from similar projects: http://labs.activespotlight.net/jQuery/Xpander.html http://www.learningjquery.com/2007/02/more-showing-more-hiding Might I suggest a demo on your plugin article? SEAN O http://www.sean-o.com Tom Holder

[jQuery] Re: dealing with spam on the jQuery list.

2007-05-21 Thread Sean O
f those domains legitimately (99.8% are of the ED-remedy variety). At least "offr.biz" would dump the latest spam dork. SEAN O http://www.sean-o.com Ⓙⓐⓚⓔ wrote: > > Gmail deals pretty well with spam, but it has to be told! > > I mark the spam messages as spam. Gmail g

[jQuery] Re: Digg now uses jQuery

2007-06-22 Thread Sean O
hould offer to lend a hand? (But the problem seems to be mostly in implementation -- primarily not pre-loading threaded comments, which is a bad idea) __ SEAN O http://www.sean-o.com Klaus Hartl wrote: > > > Rey Bango wrote: >> >> Yes sir. Brandon just poi

[jQuery] Re: [ANNOUNCE] planet.jquery.com

2007-07-12 Thread Sean O
Same here... _ SEAN O Andy Matthews-4 wrote: > > Not working yet? I just get spinning and spinning. > -- View this message in context: http://www.nabble.com/-ANNOUNCE--planet.jquery.com-tf4070087s15494.html#a11567274 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: exclude children from selected elements

2008-11-21 Thread Bob O
Why dont you fire an event after the children have been loaded that removes them? On Nov 21, 3:07 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > My mistake, it is working. The problem was my lack of understanding > about how Dialog works.  main is the div from which I create a Dialog > an

[jQuery] mcDropDown - problem getting displayed value

2008-12-05 Thread Sean O
esn't work, and would only return the rel attribute of selection 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 at Nabble.com.

[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 behavio

[jQuery] Re: Good book or site to learn jquery?

2008-12-15 Thread Sean O
Steven-99 wrote: > > I want to learn how to use jquery. Does anyone know any good books or > sites that will teach it? > The book, Learning jQuery (Swedberg, Chaffer), is quite good. -- View this message in context: http://www.nabble.com/Good-book-or-site-to-learn-jquery--tp21007959s27240p

[jQuery] change()

2009-01-02 Thread Bob O
Hello all, a little new the js and jquery any help would be fantastic... I have this in my linked myFx.js file: $(document).ready(function() { var selected_type = $('select#campaign_type_select'); var coupon_div = $('#campaign_create_coupon'); var broadcast_div = $('#campaign_create_broadc

[jQuery] Re: change()

2009-01-02 Thread Bob O
;     }); > > The only thing to watch out for there is that you want to know if the value > has actually changed on the keydown or not. This would take care of that: > >     $(document).ready( function() { >         var $select = $('#campaign_type_select'); >         var value = $select.va

[jQuery] Re: change()

2009-01-02 Thread Bob O
to > 'else if' and it should be fine, and start using Firebug for Firefox > so you can debug your scripts, or "Visual Web Developer" for IE. > > On Jan 2, 2:04 pm, Bob O wrote: > > > I must not be getting it, this is whati have now, and it is still not

[jQuery] .text()

2009-01-31 Thread Bob O
So below i have my code example. Basically when a user loads this page depending on the type of "campaign" this is, I want jQuery to show the proper Sub Form Piece. I can get the alert() outside the if else to fire, but nothing inside the if else fires, which leads me to believe that I might have

[jQuery] Dealing with Date Comparison

2009-02-04 Thread Bob O
Can any one point me in the right direction for my issue. I have a div with a text value pulled in from a database 01/01/2009 Im trying to write a javascript that can take that value and compare it against new Date(); $(document).ready(function() { now = new Date(); lastActivityDivs = $('td

[jQuery] Re: Dealing with Date Comparison

2009-02-05 Thread Bob O
[2])); >     /* compare dates - 14 days = (14*24*60*60*1000) milliseconds */ >     if (divdate.getTime() > (now.getTime() - (14*24*60*60*1000))) { >       $(this).addClass('highlight'); >     } >   }); > > > > }); > Bob O-2 wrote: > > > Can any one point me

[jQuery] optimizing

2009-02-14 Thread Bob O
hello, Im trying to figure out a better way to do this. it works but its very sluggish, so i think theyre might be a better way to iterate? i have an input field = .searchbox and then i have a YUI datatable that contains about 65 rows. when i start to type in the search field, it iterates over a

[jQuery] Re: validation rules("remove") doesn't seem to work

2009-02-24 Thread Bob O
Im a little new to the plugin myself, but do you have a wrote: > I am trying to use the validation plugin to validate a set of > checkboxes which are created by my CMS (drupal) so are not changeable > - and which look like this: > > > >   class="form-checkbox" /> a. Tanks (Oil, fuel chemicals)

[jQuery] Validation and Facebox

2009-02-24 Thread Bob O
Hello, Ive been using the Validation plugin on my site and it works fantastic. i have run into an issue with trying to get it to perform validation on a form that resides in a facebox. I setup the validation the same as any other form in the site. what could i be missing?

[jQuery] jQuery and IE

2009-02-24 Thread Bob O
So im stumped..I have my jquery file in the headers, and it works in Opera, Safari, FF on mac, and FF on Windows, but i get nothing in IE..its there, its just broken. i recently added the validation plugin? could there be something im missing?

[jQuery] Re: jQuery and IE

2009-02-24 Thread Bob O
n reading on the trailing comma, but im not seeing where that could be faulting.. On Feb 24, 12:35 pm, Bob O wrote: > So im stumped..I have my jquery file in the headers, and it works in > Opera, Safari, FF on mac, and FF on Windows, but i get nothing in > IE..its there, its just broken. >

[jQuery] Re: jQuery and IE

2009-02-24 Thread Bob O
ot;Your Campaign name must be at least 3 > > characterss long." > >            }, > >            startDate: { > >               required: "You must provide a start date." > >            } > >            endDate: { > >               required: &quo

[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.

[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 > code

[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: > &

[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.c

[jQuery] Re: Show hide and print

2009-03-04 Thread Sean O
You're best served doing that simply with a CSS print stylesheet. Just add: and set all elements you don't want to print to "display: none". Here's an Oldie-but-Goodie guide to creating a nice one: http://www.alistapart.com/articles/goingtoprint/ HTH, SEAN O h

[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 wrote: >> You're best s

[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 gloss

[jQuery] show hide random rows

2009-03-17 Thread Bob O
I was wondering if anyone could point me to a tutorial or blog where i can accomplish this task. Basically i have a YUI datatable and i want to use jQuery to hide all but a user generated number of rows that are random selected so if i had 50 records in the table and the user input 10 in a text

[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 anyo

[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 Sau

[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: simulate radio with checkboxes in a table

2009-03-23 Thread Sean O
s the same class name, uncheck (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.

[jQuery] table filtering

2009-03-31 Thread Bob O
I have a YUI datatable that im live filtering from a text field. The problem im having is when i get a lot of records, its really slow..Ive only been using jQuery for a few months now, so im a bit of a noob. Any help refactoring this to make it run smoother would be great. **HTML** **search fie

[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 seri

[jQuery] alert wont fire from page to page

2009-04-15 Thread Bob O
I have a very simple piece of code. $(document).ready(function() { // var url = location.pathname; alert(url); }); When im on my home page it alerts the pathname like it should. but when i navigate to the next page the alert does not fire the firebug dom shows the new pathname..but the

[jQuery] Re: alert wont fire from page to page

2009-04-15 Thread Bob O
also in my code the line is not commented out... I accidentally pasted that in there.. On Apr 15, 10:45 am, Bob O wrote: > I have a very simple piece of code. > > $(document).ready(function() { >   // var url = location.pathname; >   alert(url); > > }); > > When i

[jQuery] Re: alert wont fire from page to page

2009-04-15 Thread Bob O
nevermind...i found the problem. On Apr 15, 10:46 am, Bob O wrote: > also in my code the line is not commented out... > > I accidentally pasted that in there.. > > On Apr 15, 10:45 am, Bob O wrote: > > > I have a very simple piece of code. > > > $(document).re

[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

[jQuery] performance of jQuery.each

2009-04-24 Thread Magnus O.
Hi! I saw that the jQuery.each function iterates over the array like this: for ( name in object){} >From what I read this is one of the slowest ways of iterating over an array in js. I made a very simple test like: var array = [];

[jQuery] jQuery and Rails Block

2008-09-20 Thread Bob O
Hello, Im am a CSS guy moving into the world of js and RoR, so its nice to find things like jQuery and supporting groups. I am a n00b, so the more english the response the better Question: I have a rails partial that cycles a :collection. So every record in the db table receives the same HT

[jQuery] Re: jQuery and Rails Block

2008-09-24 Thread Bob O
ent, then the code between $(this) > and .toggle() will be different.  See:http://docs.jquery.com/Traversing > for the functions that will help you here. > > Cheers, > -Eric > > On Sep 20, 10:40 am, Bob O <[EMAIL PROTECTED]> wrote: > > > Hello, > > >

[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. 1: 1: 2: 3: 4: How can I select all s 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

[jQuery] Inline "hover menu" needed

2008-01-30 Thread Sean O
igger 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: 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

[jQuery] Re: what editor do you use?

2008-02-14 Thread Sean O
d++: Tools >> Program Settings >> Key Map >> Edit >> Copy Line Assign your own shortcut key. I chose Ctrl-Alt-D. "Swap with Line Above/Below" is also quite convenient. http://www.pspad.com SEAN O ___ www.sean-o.com -- View this m

[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 di

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

2008-04-29 Thread Sean O
;poof'. 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 wro

[jQuery] Re: Which jQuery book to choose?

2008-05-04 Thread Lee O
You don't think both books is overkill? Not to say that you can ever "learn too much", but i imagine the books are only 85-90% different from eachother (in physical ideas and code). They obviously do things slightly different, but i imagine a vast majority of the end content learned is the same. A

[jQuery] Dynamic Software causing many script loads, how would one handle this?

2008-05-11 Thread Lee O
I have an application that has many plugins, all of which have jquery scripts. Now, i imagine there are ways to program an javascript aggregator of some sort, but i imagine this is a very common problem with plugin based web-apps, so i was curious if jquery had any ways to handle this. To reiterat

[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-l

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

2008-05-16 Thread Sean O
.tele.dk/nyboe/flash/mediaplayer/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 an

[jQuery] Re: Trying to get plugin listed

2008-05-16 Thread Sean O
Anyone? Thanks, SEAN Sean O wrote: > > Can someone from the jQuery team please contact me about getting my plugin > back on the Media page? The project has been established for quite some > time, is filed under Media, and has its own project page: > http://www.sean-o.

[jQuery] Re: My first jQuery

2008-06-04 Thread Sean O
},function(){ $("p.sec-ia").removeClass("unhide").hide("fast"); }); }); The above worked for me, assuming .unhide was a "display" style and was used to display a with class of "sec-ia". _ SEA

[jQuery] IE7: loading XML per ajax

2008-11-25 Thread w-o-m
Hello, I tried to load a .svg vector graphic with $.ajax, which works perfectly well in FF and Opera, but not in Internet Explorer. My script looks like this: $(document).ready(function(){ $.ajax({ type: "GET", url: "test.svg", dataType: "xml",

[jQuery] Re: IE7: loading XML per ajax

2008-11-25 Thread w-o-m
That's true. But a SVG is still just an XML file. I don't need IE to draw the grapic, I just need the data. My script, btw, doesn't work with other XML's either. ricardobeat wrote: > IE7 doesn't support SVG afaik. > > On Nov 25, 6:08�am, w-o-m <[EMAIL PR

[jQuery] Re: IE7: loading XML per ajax

2008-11-26 Thread w-o-m
t; wrote: > The error message does indicate that it does not like something about > XML. > > Try folowing. > 1. Save xml on your drive and simply open it with IE. See if it gives > you an error. > 2. What does errorThrown points to? > 3. The standalone="no" not sure