[jQuery] Re: Superfish IE6 and IE7 failures

2009-06-08 Thread Chris J. Lee [ MSU #14 ]
Jeremy: the menu does work pretty well in ie6. It's a bit of a tangle to skin and develop a drop down menu. I've found that building the menu alone would isolate your problems. There are sometimes styles that you've applied to the menu previously that effect the functionality of the menu. So cre

[jQuery] Re: Apply or remove style

2009-05-24 Thread Chris J. Lee [ MSU #14 ]
Given your table is named #foo: $(#foo tr:first) // this selector would select the first row or this would work as well $('#foo tr:eq(0)'); You could then chain it with a native jquery function, "addClass" to add the class. Or as well as toggleClass. The following would result: $('table#foo tr

[jQuery] Re: Asynchronous page loading + slide!

2009-05-17 Thread Chris J. Lee [ MSU #14 ]
I saw a tutorial like this: http://srobbin.com/blog/jquery-pageslide/ It might be something you can modify or add functionality. - Chris On May 17, 12:08 pm, blackjak231 wrote: > i forgot to add the > image:http://www.casimages.com/img.php?i=090517055258648972.png

[jQuery] Re: jQuery iPhone Flick Action (for mouse)

2009-05-17 Thread Chris J. Lee [ MSU #14 ]
No ideas anyone? On May 16, 12:55 am, "Chris J. Lee" wrote: > I've been looking for a plugin to be able to use the mouse and > eventually theiphoneto flick and navigate through a page. > > Does anyone know if there are examples that exist currently.  I think > i&#

[jQuery] jQuery iPhone Flick Action (for mouse)

2009-05-15 Thread Chris J. Lee
I've been looking for a plugin to be able to use the mouse and eventually the iphone to flick and navigate through a page. Does anyone know if there are examples that exist currently. I think i'd probably have to implement it using the scrollTo plugin to do the scrolling. With luck i was able t

[jQuery] $.data

2009-02-05 Thread Chris J. Lee
I haven't been able to find good documentation on the use of $.data. Does anyone have any good links to use of this function?

[jQuery] Unsetting variables

2009-01-27 Thread Chris J. Lee
There a function to delete variables for jquery? x = undefined; // would that work?

[jQuery] Re: SlideViewer

2009-01-26 Thread Chris J. Lee
Just use the coda plugin. http://www.ndoherty.com/demos/coda-slider/1.1.1/ Coda is actually based on slideviewer if you look at the source. On Jan 26, 3:40 am, Travis wrote: > Hi, all > > I'm using SlideViewer plugin. > > is it possible to have autoplay for the gallery with play, pause , > next

[jQuery] Re: changing H6 headers in H1 using Jquery?

2008-07-21 Thread Chris J. Lee
I'm pretty sure the google spider will crawl your website without use of JavaScript. So i think its probably better that you just change your h6 headers to h1 headers by hand. Try searching "google spider simulators" to see how your content would look like. On Jul 21, 5:32 am, subwayslim <[EMAIL

[jQuery] Re: treeview - async - can we get a loading icon like this?

2008-04-29 Thread Chris J. Lee
ajaxload.info the indicator type is the arrow. -Chris ottawaydigital.net On Apr 29, 7:21 pm, rolfsf <[EMAIL PROTECTED]> wrote: > I included Jörn's treeview in an application mockup, and it's now > being implemented as an async tree menu by one of our .NET developers. > His only request/comment,

[jQuery] Re: Getting value of input type="file"

2008-04-22 Thread Chris J. Lee
You are currently accessing that input by id. You currently don't have an id in that particular input field. You have the name as image_0. the selector is actually $('[name=image_0]').val(); so try: var imageUpload=$('[name=image_0]').val(); You understand why right? On Apr 22, 1:57 pm, hubbs

[jQuery] Re: slidetoggle jumps in IE

2008-03-09 Thread Chris J. Lee
Actually writing a style to show or hide them isn't as helpful as positioning them absolutely to the way far left - at least from my experiences. Correct me if i'm wrong. On Mar 9, 5:11 am, Peter Edwards <[EMAIL PROTECTED]> wrote: > You could write out a style rule in your script to hide them: >

[jQuery] Re: How to know if the entire page has loaded, AFTER it has loaded? [advanced]

2008-03-07 Thread Chris J. Lee
This is great! Could you possibly show me an example of this online? On Mar 7, 12:12 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote: > This may be out of left field from what you're asking but I wrote a script > called "onImagesLoaded", with a tolerance setting. I used this to fire the > jquery.f

[jQuery] Re: Using JQuery Effects in Parent Window from iFrame?

2008-03-07 Thread Chris J. Lee
you look at the frames plugin yet? http://ideamill.synaptrixgroup.com/?p=6 On Mar 6, 7:24 pm, ABecks <[EMAIL PROTECTED]> wrote: > Hello, > > I have a simple HTML file with an iframe. Inside the iframe is a > simple submission form. I would like to be able to click "Submit" and > have Jquery ap

[jQuery] Re: Checkbox click event fires more than once

2008-03-07 Thread Chris J. Lee
Hi Not totally sure what you're trying to do but try the $.one() event handler instead of click() in your case replace click() with one() http://docs.jquery.com/Events/one - Chris On Mar 7, 2:39 am, Patrick J Collins <[EMAIL PROTECTED]> wrote: > Hey All, > > I'm trying to dynamically add a

[jQuery] Tabs & Slideviewer and IE 6,7

2008-03-06 Thread Chris J. Lee
I love slideviewer and tabs. but in i.e. when the divs are hidden it doesn't recognize those divs as part of the dom tree to start the photogallery. Anyone have any idea of a work around ?

[jQuery] Google conversion code and ui.accordion conflict

2008-02-25 Thread Chris J. Lee
I'm having problems tracking goal conversions with google analytics. We discovered after disabling all our javascript individually we isolated our ui.accordion script as the cause for this. Anyone else have experiences with problems with the two?

[jQuery] Re: Div Changer Using Hide And Show

2008-02-22 Thread Chris J. Lee
you could use $.delegate http://www.danwebb.net/2008/2/8/event-delegation-made-easy-in-jquery I haven't used it yet but it looks like life has just gotten easier. On Feb 21, 5:03 pm, Sientz <[EMAIL PROTECTED]> wrote: > I created this script to hide and show divs on a web page I am working > on

[jQuery] Re: Slideshow for divs

2008-02-14 Thread Chris J. Lee
http://plugins.jquery.com/project/ScrollTo On Feb 14, 11:05 am, William Horta <[EMAIL PROTECTED]> wrote: > does anyone know a plugin or a way to slide divs from left to right ? > i found some ways but only with images, and im not very good at > programming so i coudln't do it with .animation it d

[jQuery] Re: Google map plugin?

2008-01-29 Thread Chris J. Lee
Good point i guess i'm thinking too much. I'm just pretty lazy and thought there'd be a more convenient and fast plugin i could easily port from web project to web project. On Jan 29, 3:53 am, Mika Tuupola <[EMAIL PROTECTED]> wrote: > On Jan 29, 2008, at 12:51 AM, Chri

[jQuery] Re: Google map plugin?

2008-01-29 Thread Chris J. Lee
Yeah it does. I'll keep that in mind. On Jan 29, 12:59 pm, Dave Stewart <[EMAIL PROTECTED]> wrote: > Hi Chris, > > The trick to Google Maps (for me at least) was getting to know the > basics of the OOPness of it all. > > EVERYTHING (just about) is an object. You rarely pass values, you > normally

[jQuery] Google map plugin?

2008-01-28 Thread Chris J. Lee
I've seen a couple google maps plugins. Tried out jmaps have had problems implementing jmaps. Is there one that is simpler? I just need a google map marker created on the map. And possibly a form to enter driving directions to it. Thanks in advance.

[jQuery] Re: jqURL?

2008-01-28 Thread Chris J. Lee
Thanks. On Jan 17, 8:37 am, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > It should be ok, it contains very little actual jQuery (mostly vanilla > javascript) but I haven't looked at it in a while. > > -- Josh (jqURL author) > > - Original Messa

[jQuery] Re: Loading dynamic content into tab (ui.tabs)

2008-01-17 Thread Chris J. Lee
Did you apply the load to the right selector in the DOM tree? On Jan 17, 10:44 am, carvingcode <[EMAIL PROTECTED]> wrote: > I'm having trouble getting dynamic content to load into a tab. At > present, I'm using the the the "Ajax tabs" example from the ui.tabs > documentation. The file I am tryi

[jQuery] Re: jqURL?

2008-01-17 Thread Chris J. Lee
Why reinvent the wheel? On Jan 16, 6:31 pm, Jeroen <[EMAIL PROTECTED]> wrote: > On Jan 16, 2008 8:43 PM, Chris J. Lee <[EMAIL PROTECTED]> wrote: > > > > > Anyone know if jqURL is up to date with jquery 1.2.2.? > > >http://www.oakcitygraphics.com/jquery/jqU

[jQuery] jqURL?

2008-01-16 Thread Chris J. Lee
Anyone know if jqURL is up to date with jquery 1.2.2.? http://www.oakcitygraphics.com/jquery/jqURL/jqURLdemo.html?var1=1&var2=2&var3=3

[jQuery] Re: Which plug-in resizes photos to max-size according to browser window?

2008-01-09 Thread Chris J. Lee
Rick: The only way to do that is with writing a php (or whatever server side language you use) script and using dimensions.js to determine the size of the browser window. You might have to write your own plugin or solution for this one. But there are many photogallery plugins that work very wel

[jQuery] Min-height fix? Plugin

2008-01-08 Thread Chris J. Lee
I'm having problems trying to get the min-height of 100% to work on all browsers consistently. Anyone know if theres a jquery plugin for this?

[jQuery] Re: unsubscribe me

2007-12-09 Thread Chris J. Lee
Rohit: I think you might have to go here to manage your subscription here: http://groups.google.com/group/jquery-en/subscribe Just trying to help. If you don't get this your method is probably correct. ha. - Chris On Dec 9, 8:30 am, "Rohit Mandlik" <[EMAIL PROTECTED]> wrote: >

[jQuery] Re: Rewrite

2007-12-09 Thread Chris J. Lee
Can we see the xhtml? or a link? On Dec 9, 11:44 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > How to rewrite this into jquery code ? > Just getting into that... so i need some example. Thanks. > > var upload_button = document.theForm.action_upload; > var up

[jQuery] Re: calling ajax with url parameter

2007-12-04 Thread Chris J. Lee
I'm fairly new to this ajax call and am trying to learn. What do you usually put in the php file? Without getting into too much php. Something like this would work right? --- Chris On Dec 4, 12:53 am, dimmex <[EMAIL PROTECTED]> wrote: > Hello, > > I'm pretty new to jQuery and want to implem

[jQuery] Re: IE 7 Problems - Won't load javascript - fine in FF 2+

2007-11-18 Thread Chris J. Lee
Thanks that did the trick On Nov 17, 4:32 pm, bingo <[EMAIL PROTECTED]> wrote: > hi Chris, > > sometimes IE7 fails to load javascript if your webpage contains > "

[jQuery] Re: Clear a siblings $.toggle() function

2007-11-17 Thread Chris J. Lee
thanks. Does that work for unbind('toggle'); too? On Nov 16, 6:26 pm, Wizzud <[EMAIL PROTECTED]> wrote: > unbind('click') > > On Nov 16, 2:28 am, "Chris J. Lee" <[EMAIL PROTECTED]> wrote: > > > I've tried to search for this in the

[jQuery] IE 7 Problems - Won't load javascript - fine in FF 2+

2007-11-17 Thread Chris J. Lee
For some reason my website (http://hire.chrisjlee.net/) does not work at all on IE 7. It refuses to read any of my javascripts while on Firefox it's totally fine. It's probably something simple that I'm not thinking about. But I've looked it over for quite a while and would like a pair of fresh e

[jQuery] Align to bottom (Div)

2007-10-22 Thread Chris J. Lee
Trying to figure out a solid efficient algorithm for aligning objects to the bottom. The div is a column and the height is dynamic because the contents of the right column changes. (see below) so say the markup for the image is this: contents so in order to align say an image to t

[jQuery] Easy img Roll-overs: Plug-in writing help please?

2007-10-10 Thread Chris J. Lee
I'm a pretty new. So I have some understanding of the language. I'm a designer primarily (which explains the uncode-ness). I'm betting someone's already written a plug-in like this but I wanted to get some experience writing a plug-in myself & make my life a bit easier and faster. Anyways, I've p

[jQuery] Re: Slide Right

2007-08-10 Thread Chris J. Lee
hmm that might work. Thanks. On Aug 9, 9:59 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > You can do this with the Cycle plugin. I just added a bunch of new effects: > > http://www.malsup.com/jquery/cycle/ > > Mike > > On 8/9/07, Chris J. Lee <[EMAIL

[jQuery] Slide Right

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

[jQuery] Slide down menu shaking unexpectedly. ha wow. wtf is it doing

2007-07-19 Thread Chris J. Lee
I'm having problems with the slide down. It's severly delayed. i'm not an expert at jquery at all. If it isn't already obvious. I'm trying to program a text link to slide down a menu from above. here is the code: $("#activate").bind("click", function() { $(this).toggle(fu