[jQuery] Re: Stupid little game :)

2007-12-19 Thread Marshall Salinger
That is freaking sweet! You rock Stefan. Stefan Petre wrote: Hi, I did a small game (it was a test for a client), about 6kb of code. http://www.eyecon.ro/slotmachine/ Stefan

[jQuery] Re: ajax/jquery architectural question

2007-11-30 Thread Marshall Salinger
You should look at the Live Query plug-in. http://brandonaaron.net/docs/livequery/ Hope that helps. -Marshall spherop wrote: i am loving jquery and the foray into a very ajax centric development approach. i am stuck though on a key architectural question. my app loads different aspects

[jQuery] Re: RELEASE: Easing Plugin 1.3 - Now with default easing

2007-11-15 Thread Marshall Salinger
I second that. Kudos to you George for creating this plug-in. I use it for every project. Thanks! -Marshall Glen Lipka wrote: Nice work. You forgot to update the version at the top of the file. Thanks for this great plugin. Glen On Nov 15, 2007 1:57 AM, george.gsgd [EMAIL

[jQuery] Re: Easing cheat sheet demo page

2007-11-13 Thread Marshall Salinger
lto:jquery-en@googlegroups.com] On Behalf Of Marshall Salinger Sent: Monday, November 12, 2007 8:45 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Easing cheat sheet demo page Hey Glen, Here is a page that shows the curves. It's a custom e

[jQuery] Re: Easing cheat sheet demo page

2007-11-12 Thread Marshall Salinger
Hey Glen, Here is a page that shows the curves. It's a custom easing tool for flash, but it is basically the same thing. It shows the different curves and you can see the effect by clicking on the ball and then on another point in the movie. I have been thinking about creating a page that

[jQuery] Cycle Plugin Pager Bug Fix

2007-10-25 Thread Marshall Salinger
Hi Mike, While experimenting with the pager functionality of the cycle plugin, I noticed that the first anchor wasn't getting the activeSlide class on initial load. I did some testing and fixed it by modifying the function to this: function buildPager(els, opts) { var $p =

[jQuery] Cycle Plugin Next and Prev

2007-10-24 Thread Marshall Salinger
Hello, I am experimenting with the cycle plug-in. Excellent plug-in Mike. I was wondering if there was an easy way to set an individual transition based on the next and prev options? Thanks, Marshall

[jQuery] Re: Cycle Plugin Next and Prev

2007-10-24 Thread Marshall Salinger
On 10/24/07, Marshall Salinger [EMAIL PROTECTED] wrote: Hello, I am experimenting with the cycle plug-in. Excellent plug-in Mike. I was wondering if there was an easy way to set an individual transition based on the next and prev options? Thanks, Marshall

[jQuery] Re: Cycle Plugin Next and Prev

2007-10-24 Thread Marshall Salinger
Awesome! Worked instantly. I didn't see that option in the fx options. Thanks, Marshall Mike Alsup wrote: I understand now. You want the 'scrollHorz' effect. http://www.malsup.com/jquery/cycle/scrollhv.html Mike On 10/24/07, Marshall Salinger [EMAIL PROTECTED] wrote: Sure

[jQuery] Re: How to count characters

2007-10-22 Thread Marshall Salinger
Hi Johny, This is a great plugin for that. http://www.tomdeater.com/jquery/character_counter/ -Marshall Johny wrote: Hi, I have textarea id=id_Message class=vLargeTextField name=Message rows=8 cols=40/textarea how can I count numbers of characters that a user writes? Thank you B.

[jQuery] Re: Ajax/load doesn't load Google Ads?

2007-10-19 Thread Marshall Salinger
I believe Google does that to prevent click fraud. Trans wrote: Hi-- I am using AJAX to load a sidebar into my page: $('#side').load('side.html') It loads fine except for the the Google Ad code that is in side.html: div style=margin-left: 3px; script type=text/javascript!--

[jQuery] Re: uhhh.......WAT?

2007-09-27 Thread Marshall Salinger
Did you add the code inside the ready event? Please post your code for review. I am sure anyone would be willing to help you. -Marshall cmbtrx wrote: OK, forgive my tone here...I'm actually quite flabbergasted. I ***FINALLY*** get around to trying out jquery. Oh, I'm sure that quite

[jQuery] Re: My first tutorial: jQuery Rollovers

2007-09-27 Thread Marshall Salinger
Looking good Glen. I like the shadow text technique that you use. I first noticed it on your Intuit work that you did a while back. It's a neat trick. -Marshall Glen Lipka wrote: Started some demos, but got sleepy. :( I am halfway through a imageSprite menu. But for now, this is what I

[jQuery] Re: [NEWS] More Press for tableSorter

2007-08-24 Thread Marshall Salinger
I upgraded from 1.0 to 2.0 in my app and noticed a big improvement in speed. It is an excellent plug-in. Dugg! Christian Bach wrote: Thanks Rey! If anyone would like to help me get the word out even more, please feel free to digg:

[jQuery] Re: New Plugin: Live Query (previously called Behavior)

2007-08-20 Thread Marshall Salinger
This looks very cool indeed. No more creating functions for binding events after ajax loads. I can't wait to use this. Great work Brandon! -Marshall Brandon Aaron wrote: Some of you may be familiar with Behavior. It was a first attempt at implementing a live DOM experience. Behavior has

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-09 Thread Marshall Salinger
I totally agree. Rock on Ganeshji! BTW - I dugg it. -Marshall Andy Matthews wrote: Dude... This plugin is flawless. You covered every base that anyone could have thought it. This might be a great candidate for "official plugin" status. Well done. From:

[jQuery] Re: Slightly OT: overview of HTML5 elements

2007-08-09 Thread Marshall Salinger
That's not enough time for IE to catch up... ;-) -Marshall Glen Lipka wrote: What browsers will support this? Will IE8? or FF3? Seems like 5+ years before I can use any of it. Glen On 8/9/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Yeah, I was going to post that this morning

[jQuery] Re: Turning a checkbox on and off

2007-08-05 Thread Marshall Salinger
I am not sure I follow. $('your_selector').attr('checked','checked'); does set a checkbox to checked. -Marshall Mitchell Waite wrote: I thought the same about checking a checkbox but checked is not the right value, you have to use true and false. So like this: On

[jQuery] Re: Turning a checkbox on and off

2007-08-05 Thread Marshall Salinger
. Mitchell Waite wrote: Yes thats true it does, but so does $('your_selector').attr('checked','hi mom'); And try unselecting it. From: jquery-en@googlegroups.com [mailto:jquery-en@googlegroups.com] On Behalf Of Marshall Salinger Sent: Sunday, August 05, 2007 4:06 PM

[jQuery] Re: datePicker: How to allow choosing dates in the past?

2007-08-02 Thread Marshall Salinger
://kelvinluck.com/assets/jquery/datePicker/v2/demo/documentation.html [2] http://kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerStartEnd.html Marshall Salinger wrote: Hello, I am looking into using the super awesome datePicker v2 http://kelvinluck.com/assets/jquery/datePicker/v2/demo/ plug

[jQuery] datePicker: How to allow choosing dates in the past?

2007-08-01 Thread Marshall Salinger
Hello, I am looking into using the super awesome datePicker v2 plug-in by Kelvin Luck, for an app that needs to be able to select a range from the past to the present. I am not clear on what the easiest way to do this is. Any advice is much appreciated. Thanks, Marshall

[jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Marshall Salinger
Thanks Rey! Rey Bango wrote: Hi Marshall, Great work! I'll be adding it today. Rey Marshall Salinger wrote: Hello Rey, I was wondering if you could add gsalr.com http://gsalr.com to the list of sites that use jQuery. The site is a mashup of Google Maps / Craigslist and a few other

[jQuery] SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Marshall Salinger
Hello Rey, I was wondering if you could add gsalr.com to the list of sites that use jQuery. The site is a mashup of Google Maps / Craigslist and a few other sites that list garage sales on the web. The site provides a map view of garage sales in various cities across the United States. The

[jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Marshall Salinger
? From: jquery-en@googlegroups.com [mailto:jquery-en@googlegroups.com] On Behalf Of Marshall Salinger Sent: Thursday, July 26, 2007 1:09 PM To: jquery-en@googlegroups.com Subject: [jQuery] SITE SUBMISSION: Please add gsalr.com to the list of sites Hello Rey, I

[jQuery] Re: news ticker not displaying inline with H2 tag

2007-07-16 Thread Marshall Salinger
The ul tag is also block level, so you could add float:left; to the h2 to bring the ul up to the right of it. -Marshall [EMAIL PROTECTED] wrote: I'm trying to get the texotela news ticker ( http://www.texotela.co.uk/code/jquery/newsticker/ ) to display inline with an h2 tag. I have my h2

[jQuery] window.onresize event

2007-07-02 Thread Marshall Salinger
Is there a way to simulate the behavior of FireFox with an window.onresize event in IE? Where the event only fires at the end of the onresize method? It appears that doing too many calculations on a layout while resizing the window in IE makes it slow down considerably until it finally makes

[jQuery] Re: window.onresize event

2007-07-02 Thread Marshall Salinger
, function() { if (resizeTimer) clearTimeout(resizeTimer); resizeTimer = setTimeout(doSomething, 100); }); -- Brandon Aaron On 7/2/07, Marshall Salinger [EMAIL PROTECTED] wrote: Is there a way to simulate the behavior of FireFox with an window.onresize event in IE? Where the event

[jQuery] Re: window.onresize event

2007-07-02 Thread Marshall Salinger
Thanks Glen, Good link and reference, but using a timer is what I needed to do to get better performance from IE. -Marshall Glen Lipka wrote: Try this: http://www.quirksmode.org/js/events_compinfo.html Glen On 7/2/07, Marshall Salinger [EMAIL PROTECTED] wrote

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-01 Thread Marshall Salinger
Congratulations jQuery team. You guys rock! The news about jQuery UI is really exciting, I can't wait to test it out. Thanks, Marshall John Resig wrote: Hi Everyone - I'm pleased to announce the release of jQuery 1.1.3. After many months of testing, developing, and more testing, we have a

[jQuery] Re: Interface Sortables in a scrolling div

2007-06-29 Thread Marshall Salinger
be greatly appreciated. I have been console logging all over the place in the source and still haven't come up with anything decent for fixing this. http://salingermultimedia.com/jQuery/interface/ Thanks, Marshall Marshall Salinger wrote: Hey jQuerians, I have been trying to get the interface

[jQuery] Interface Sortables in a scrolling div

2007-06-28 Thread Marshall Salinger
Hey jQuerians, I have been trying to get the interface sortables to work in a div that is set to overflow:scroll. I have a test page set up here: http://salingermultimedia.com/jQuery/interface/ If you scroll down the div and try to drag and drop one of the items, it doesn't quite work as

[jQuery] Re: Possible to intercept enter/return key?

2007-06-12 Thread Marshall Salinger
This should do the trick: $("yourSelector").keydown(function(e){ if (e.keyCode == 13) { $("yourSelector").submit(); } }); -Marshall Arne-Kolja Bachstein wrote: Hi there, is it possible to bind a keydown event to intercept the enter/return key? I have a form that

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-12 Thread Marshall Salinger
Well said Glen. I would have to agree that these tests are for the most part totally irrelevant with regards to most usage. Anyways, I would still use jQuery even if it was 30k. That is still very small compared to a the image file sizes that are used in highly designed/styled web sites. I

[jQuery] Re: jQuery Powered Site - summize.com

2007-05-22 Thread Marshall Salinger
Chris Scott wrote: http://www.summize.com/ Ran across this and didn't see it in the wiki so I've added it. Very nice use of jQuery for the Ratings and Buzz graphs (e.g. http://www.summize.com/product/nintendo-wii/-/-/B0009VXBAQ ) and probably other features I haven't found yet.

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Marshall Salinger
It's a sin to spam the jQuery list! Secret wrote: There is a section below with the title Atheism and Evolution are WRONG. All those who have sinned deserve to suffer in Hell forever. Pride is an example of a terrible sin. 1. Repent (be truly sorry for your sins; beg for God's forgiveness;

[jQuery] Re: IE XML parsing problem

2007-04-10 Thread Marshall Salinger
hope this helps! --John On 4/10/07, Marshall Salinger [EMAIL PROTECTED] wrote: Diego A. wrote: I've been fighting with this bug too and I believe I've found the fix. I can't be 100% sure, but I believe the problem was in the jquery.metaData plugin. The fix has worked for me and 2 other

[jQuery] Re: 15 second delay with IE

2007-04-04 Thread Marshall Salinger
It came up quick for me. About 3 seconds to initally load and immediate when hard-refreshing in IE 7. -Marshall mike wrote: Hi Jeffrey, An example is at: http://www.green-welly.co.uk/rcc/basic-example.html It takes me 15 seconds to load this page in IE, Firefox Opera are immediate. Well

[jQuery] Re: Am I missing something?

2007-04-03 Thread Marshall Salinger
Untested, but I am fairly certain that you need to either use a block level element such as a paragraph tag or try setting strong to display:block. -Marshall AllexS wrote: !-- Before bargraph plugin is applied -- div class=graph 22 /div div class=graph 89 /div !-- Fairly basic

[jQuery] Re: Am I missing something?

2007-04-03 Thread Marshall Salinger
:[EMAIL PROTECTED] On Behalf Of Marshall Salinger Sent: Tuesday, April 03, 2007 1:10 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Am I missing something? Untested, but I am fairly certain that you need to either use a block level element such as a paragraph tag or try setting strong