[jQuery] Re: construct a MAP

2007-07-11 Thread james_027
Thanks for your time benjamin, so the above code is still right? cheers, james On Jul 11, 1:08 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: Ah... I just looked at the api and see what you mean by MAP. On 7/11/07, Benjamin Sterling [EMAIL PROTECTED] wrote: James, Pardon my

[jQuery] Re: too much recursion (sound PopUp)

2007-07-11 Thread tlob
anyone? On 10 Jul., 17:21, tlob [EMAIL PROTECTED] wrote: Hello I finaly managed to finish my job. Only with your help. http://siggibucher.com/preview/soundtest.html But when I click the sound on link, Firebug is complaining about too much recursion window.focus(); I have no idea, was

[jQuery] Re: too much recursion (sound PopUp)

2007-07-11 Thread tlob
I just found out, that it is not working in IE7 I dont know where the problem is, FF seems ok THX in advance! tom On 10 Jul., 17:21, tlob [EMAIL PROTECTED] wrote: Hello I finaly managed to finish my job. Only with your help. http://siggibucher.com/preview/soundtest.html But when

[jQuery] Re: jqModal caching ajax requests

2007-07-11 Thread james_027
Hi everyone, I am glad to be able to stumble upon this discussion, I am also using jqModal recently. @shelane you mean this caching issue is because of jqModal and not on jQuery? Thanks james On May 25, 12:40 am, Shelane Enos [EMAIL PROTECTED] wrote: I agree about it being strange behavior.

[jQuery] Re: how to fetch data by php page from jQuery

2007-07-11 Thread Xinhao Zheng
hi Benjamin, It's very nice for your reply.Thanks a lot!Your advice does help me,but i have another problem. If i don't like the php file to display the data.Because if someone who view the js source will see the url and can request the url in the navigator and get the data.Can i just return

[jQuery] Is it possible - left or right

2007-07-11 Thread Sass
Hi guys I'm new in jquery community, so i need some help. Tell me please, is it possible to build site like http://www.left-or-right.com/ with using jquery and ajax. If someone can give me some direction, i'll be very grateful. Thx

[jQuery] Patch for ajax timeout reporting

2007-07-11 Thread skarkkai
Currently it appears not to be possible to know, in the ajax error callback, if the request has failed due to a timeout, versus some other reason. Knowing this is important for implementation of a good UI, which wants to be able to say more than timeout or other error. I propose having the status

[jQuery] Re: append reformting the content i send it

2007-07-11 Thread Stephan Beal
On Jul 10, 1:38 pm, Terry B [EMAIL PROTECTED] wrote: wtf? I have specific html i want added to a div so I use append to add it. fine it works but it is formatting the code and making it unusable. how do i prevent append from doing this? Aside from what others have already said here, i

[jQuery] An open letter to non-Believers...

2007-07-11 Thread Stephan Beal
A public jQuery forum is probably not the place to address non- Believers - that is, people who do not use jQuery - but my hope is that some of the Believers here will take this and pass it on to any non-Believers who they know, to help convert the Poor Sods who are wasting their time writing

[jQuery] Re: Is it possible - left or right

2007-07-11 Thread tlob
yes its possible! But not in 5min You need a DB (to store Date), PHP (to read the DB), HTML, CSS, JS You can start here: http://www.w3schools.com/ http://docs.jquery.com/Main_Page On 11 Jul., 10:49, Sass [EMAIL PROTECTED] wrote: Hi guys I'm new in jquery community, so i need some

[jQuery] Plugin scope for methods and 'this'

2007-07-11 Thread Tane Piper
Hi folks, Thanks you some of you already on IRC who have helped me with this, but I've got to a point where I'm hitting a brick wall with my plugin. Let me just explain it first. Google Map Application (gmapp) is my first plugin for jQuery, and aims to provide a fully functional application in

[jQuery] Re: how to fetch data by php page from jQuery

2007-07-11 Thread Rob Desbois
Xinhao, The only way to return data from server to client (PHP - jQuery in this case) is by 'displaying' it in PHP - in other words using echo, print or something similar. This does mean that anyone could look at what your javascript is doing and do the same, unfortunately there's not much you

[jQuery] jquery book

2007-07-11 Thread james_027
hi, what javascript books are using jquery? thanks, james

[jQuery] Re: Plugin scope for methods and 'this'

2007-07-11 Thread Tane Piper
I've just uploaded a demo to http://webrocket.ulmb.com/ Thanks to someone on IRC, I seem to have fixed error 1 by changing my return in the GMap2 function to: return this[0].GMap2; and then defining the function in the namespace: jQuery.fn.GMap2 = jQuery.gmapp.GMap2 However, when I call the

[jQuery] Re: Plugin scope for methods and 'this'

2007-07-11 Thread Tane Piper
Scratch that, bug 1 fully fixed now $(#gmap).GMap2().setCenter(new GLatLng(53.1767260605,-20.3427745698), 2); On 7/11/07, Tane Piper [EMAIL PROTECTED] wrote: I've just uploaded a demo to http://webrocket.ulmb.com/ Thanks to someone on IRC, I seem to have fixed error 1 by changing my return

[jQuery] Re: jVariations r2 = developer plugin/tool updated

2007-07-11 Thread Richard D. Worth
Sweet. I really like this. A real-world example would be cool as well. Thank you, and keep up the good work. I hope to have some more productive feedback when I've had more time to really play with it. - Richard On 7/9/07, Brian Cherne [EMAIL PROTECTED] wrote: I've recently updated my

[jQuery] Re: jquery book

2007-07-11 Thread Marc Jansen
james_027 schrieb: hi, what javascript books are using jquery? thanks, james Hi James, at least the following 4. Quoting from the jQuery-Blog: http://jquery.com/blog/2007/07/01/jquery-113-800-faster-still-20kb/ jQuery Books We’re now up to 4 jQuery books being written and, just as

[jQuery] Re: addClass() not executing until cursor enters confirm() box.

2007-07-11 Thread Richard D. Worth
Chris, I don't know if you've already figured this out or gotten help elsewhere, but I wasn't able to see your sample code. I got the following error at the pastebin url: Sorry, an error has occurred. Reason: *That is an invalid ID, or the post has expired.* - Richard On 7/8/07, barophobia

[jQuery] Re: how to fetch data by php page from jQuery

2007-07-11 Thread Benjamin Sterling
I do agree with Rob, if you are going to be passing info thru ajax it will be displayed. On 7/11/07, Rob Desbois [EMAIL PROTECTED] wrote: Xinhao, The only way to return data from server to client (PHP - jQuery in this case) is by 'displaying' it in PHP - in other words using echo, print or

[jQuery] Re: construct a MAP

2007-07-11 Thread Benjamin Sterling
Yes. On 7/11/07, james_027 [EMAIL PROTECTED] wrote: Thanks for your time benjamin, so the above code is still right? cheers, james On Jul 11, 1:08 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: Ah... I just looked at the api and see what you mean by MAP. On 7/11/07, Benjamin Sterling

[jQuery] Draggable Thickbox?

2007-07-11 Thread Michael Price
Hi all, I'm using a thickbox to display some content on a client's website. They've now asked if it would be possible to drag the box around the screen (presumably in case it's obscuring something) - is there an easy way to make the Thickbox draggable or, alternatively, a different plugin

[jQuery] DC Drupal User's Group Meetup - Wednesday, July 18, 2007

2007-07-11 Thread Michael Haggerty
For those of you in the DC area (or willing to travel) - Mark your calendars, the next Drupal Meetup taking place in Washington, DC, will be on Wednesday, July 18th, at the Science Club (1136 19th Street, NW). The meeting will start around 6:30pm with a chance to talk to other Drupal developers,

[jQuery] serialize string

2007-07-11 Thread Benjamin Sterling
Hey guys and gals, I need to convert: fname=Benjaminlname=Sterling To an object and I thought $.serialize was the answer, but no luck, also checked out $.param and that did not work the way I thought either. Can someone point me in the right direction? Thanks. -- Benjamin Sterling

[jQuery] Re: serialize string

2007-07-11 Thread Richard D. Worth
Don't know if there is another way, but my thought is to split() on the '' and then split() on the '='. Gotcha there would be 's used to escape chars, ex. biz=ATamp;Tindustry=telecom - Richard On 7/11/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Hey guys and gals, I need to convert:

[jQuery] Re: jVariations r2 = developer plugin/tool updated

2007-07-11 Thread Brian Cherne
Thanks! I'm actually using jVariations on a project this week. So hopefully a real-world example won't be too hard to come up with. :) The unfortunate thing with real-world examples is that the HTML and CSS will be more complicated... so it'll be harder to tell what the plug-in does... I'll see

[jQuery] looking for jquery planing calendar

2007-07-11 Thread amircx
hey. im looking for somthing similar to outlook calendar that display the week/month and i able to click and put a event/event(s) in the desiered day i found serval php based things but most of them are not in jquery / ajax at all anyone know somthing cool? -- View this message in context:

[jQuery] Queuing Async Ajax requests in jQuery

2007-07-11 Thread Mike Hostetler
Hi All- I recently ran into a situation similar to the one shown in this screencast: http://www.phppatterns.com/stuff/latency.html The short version: Rapidly dispatched Asynchronous Javascript requests don't always return to the client in the same order they were sent, introducing odd

[jQuery] [ANN] Ajaxian Reader Survey

2007-07-11 Thread John Resig
Hey everyone - Once a year Ajaxian.com does a reader survey to try and get a feel for how people are using JavaScript, and JavaScript frameworks. If you're interested in participating, please feel free to complete the survey:

[jQuery] Re: Queuing Async Ajax requests in jQuery

2007-07-11 Thread Mike Hostetler
Here's another great example with a solution. http://www.cmarshall.net/MySoftware/ajax/index.html His code is large and in charge, but looks like he's done a good job. I'm positive we could optimize this with jQuery. Mike Mike Hostetler wrote: Hi All- I recently ran into a situation

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-11 Thread Brian Cherne
Mootools: includes a hasClass() function: Prototype: includes a hasClassName() function: Someone correct me if I'm wrong, but jQuery does have a hasClass method... it's just called filter ... and far more powerful because you can use any jQuery expression (not just classes).

[jQuery] Thickbox and AjaxSubmit()

2007-07-11 Thread cfdvlpr
I have a page that opens in a thickbox and this page uses the Jquery form plugin. This page works fine if I right click it and open it in a new tab. The form submits and returns ouput to the page with no problems. However, when I open the page in a thickbox and click the submit button, the

[jQuery] Re: Queuing Async Ajax requests in jQuery

2007-07-11 Thread Sam Collett
You may also want to cancel Ajax requests (as is the case with autocomplete), but I don't know if you can do that with jQuery. Maybe something like: $.ajax({ type: GET, url: autocomplete.php, queue: autocomplete, cancelExisting: true }) Which would cancel an existing request in the

[jQuery] Re: Queuing Async Ajax requests in jQuery

2007-07-11 Thread Robert James
I've been bothered about this also. The simplest approach is to do what TCP/IP does - number each response, and ignore all but the latest response. To elaborate: since you can have multiple, parallel, independent streams of Ajax going on, you need to number those also - call them ports. For

[jQuery] Multiple Resizables on one page

2007-07-11 Thread floepi
Hi all, i was wondering if someone managed to get multiple resizables working on one page. It seems that the drag handles need to have all individual ids for the iresizable to work. Looking in the source code did not really help me either. Maybe there is a way to define child elements as a

[jQuery] Re: Draggable Thickbox?

2007-07-11 Thread Karl Swedberg
Hi Michael, jqModal might do the trick. Take a look at example 3a. http://dev.iceburg.net/jquery/jqModal/ --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 11, 2007, at 10:16 AM, Michael Price wrote: Hi all, I'm using a thickbox to display some

[jQuery] Re: [ANN] Ajaxian Reader Survey

2007-07-11 Thread Andy Matthews
Done. jQuery gets lots of love from me. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Wednesday, July 11, 2007 11:20 AM To: jquery-en@googlegroups.com Subject: [jQuery] [ANN] Ajaxian Reader Survey Hey everyone - Once a

[jQuery] Re: serialize string

2007-07-11 Thread Benjamin Sterling
Richard, Thanks, that is what I did, just created a function to do it for me. I just thought I remember reading that there is a function in jquery that did that already. Thanks again. On 7/11/07, Richard D. Worth [EMAIL PROTECTED] wrote: Don't know if there is another way, but my thought is

[jQuery] Re: jCarouselLite

2007-07-11 Thread Ganeshji Marwaha
hey kia, This is a bug, i guess... I am in the process of fixing it... i will keep you updated on when version 0.3.1 is released.. BTW, i am not sure why you are still seeing the older version of my install page... try refreshing ur browser, coz, i guess you are viewing some cached page. Lemme

[jQuery] Another speed test

2007-07-11 Thread Glen Lipka
http://extjs.com/blog/2007/07/10/css-selectors-speed-myths/ rant div div div, we are slowest by like 50 ms, but div div we are not slowest, and within 9ms of the leader. Who uses div div div? pun What divference does it make? /pun Plus, some of the libraries are packed, and some are

[jQuery] Re: An open letter to non-Believers...

2007-07-11 Thread Jörn Zaefferer
Stephan Beal wrote: If you do any significant amount of browser-based JavaScripting (as opposed to embedded code, such as using SpiderMonkey or Rhino) Even then: http://ejohn.org/blog/bringing-the-browser-to-the-server/ Great letter Stephan, thanks. -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: serialize string

2007-07-11 Thread Jörn Zaefferer
Benjamin Sterling wrote: Richard, Thanks, that is what I did, just created a function to do it for me. I just thought I remember reading that there is a function in jquery that did that already. There is a deserialize plugin. But from what I rememeber its mostly concerned with mapping the

[jQuery] Re: Another speed test

2007-07-11 Thread Rey Bango
Jack actually points out the fact that div div div is pointless. He also gives a lot of kudos to jQuery and I'm glad for that. He even mentioned John's nth child script and how well-written it is. I like the fact that he, in a roundabout way, calls out other libs on the use of pointless

[jQuery] Re: BlockUI, order of ops issue

2007-07-11 Thread traunic
Thank you so much, changed the function to your suggestion and now the sort is almost instant: $(#entries).each(function(prntI,prnt){ switch($(#myform div.displayOrderDIV input:checked).val()){ case createDate: $(div.entry,prnt).sort(function(a,b){

[jQuery] Re: Another speed test

2007-07-11 Thread Glen Lipka
Actually, I am putting my money where my mouth is: http://www.commadot.com/jquery/speedtest/ This shows library SIZE and it also uses an actual website. (My blog, which is typical of normal WordPress blogs). I'm still playing with the selectors. not sure why some didnt find anything. Glen

[jQuery] Subclassing in JavaScript

2007-07-11 Thread Jörn Zaefferer
Hi, while working with Ext's grid component and subclassing its Ext.data.HttpProxy for some custom data handling I found that subclassing approach quite useful for configuration of larger components (read: plugins). I'd like to explore in what ways that approach could help making jQuery

[jQuery] Problem accessing current element from plugin

2007-07-11 Thread [EMAIL PROTECTED]
Good Afternoon All, I currently in the process of writing my first plugin, but I seem to have run into a bit of a snag. The plugin will simplify using the Yahoo Maps AJAX API, and as such requires an empty container to draw the map in. I have an empty container on my page: div

[jQuery] different result with packed jquery than with uncompressed

2007-07-11 Thread tmikalsen
While performing the following fade effect using the uncompressed jquery 1.1.3 $(#myimagemap).load(foo.htm); $(#myimagemap).fadeIn(slow); this fades nicely in. However, after replacing the uncompressed with jquery 1.1.3.1-pack the fade no longer works. The load is working fine

[jQuery] Re: append reformting the content i send it

2007-07-11 Thread Terry B
Ya I finally figured that part out. Not liking it but I found a smooth way of doing what I want. Thanks for all the replies... On Jul 11, 6:17 am, Stephan Beal [EMAIL PROTECTED] wrote: On Jul 10, 1:38 pm, Terry B [EMAIL PROTECTED] wrote: wtf? I have specific html i want added to a div so

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-11 Thread AtlantaGeek
The guy that originally put me on to Dan's AutoCompleter later said he should have referred me to the one you refer me to, however I need something that works for a production app, not something that is somewhat stable. No offense, but an alpha version is not something I want to use in this web

[jQuery] Re: Draggable Thickbox?

2007-07-11 Thread ricardoe
Why dont you try a Window widget? Like the Interface Window http://interface.eyecon.ro/demos/windows.html Saludos from México Ricardo Vega

[jQuery] Re: how to fetch data by php page from jQuery

2007-07-11 Thread ricardoe
Is impossible to use the cookies? To achieve what Benjamin wants to do. Sorry for my english. Saludos from México.

[jQuery] Re: pausing innerFade on click

2007-07-11 Thread Stephan Beal
On Jul 11, 4:55 pm, tlob [EMAIL PROTECTED] wrote: ... I know a way, by altering the array behind it with PHP. But that is not the KISS concept. I like keep it simple and stupid. There should a way to pause all action on the site with jQuery. Could I use

[jQuery] need help about selector( select by element id)

2007-07-11 Thread [EMAIL PROTECTED]
I want to select a a tag with id test, like this: a id=testsomething/a what should I do? thank you.

[jQuery] Re: pausing innerFade on click

2007-07-11 Thread Stephan Beal
On Jul 11, 4:55 pm, tlob [EMAIL PROTECTED] wrote: I know a way, by altering the array behind it with PHP. But that is not the KISS concept. I like keep it simple and stupid. There should a way to pause all action on the site with jQuery. Could I use

[jQuery] fadeIn, fadeOut, fadeTo, not working in IE6

2007-07-11 Thread [EMAIL PROTECTED]
It doesn't seem to be changing the filter: alpha(opacity=XX) in IE. Any idea why, am I doing something wrong?

[jQuery] Re: Subclassing in JavaScript

2007-07-11 Thread Stephan Beal
On Jul 11, 9:41 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Even more frustrating is that I remember that I searched for it before and didn't find it at that time. So links or hints and names or whatever are very welcome. Just guessing (i didn't see the original post), but there's such a

[jQuery] repost announcement: color picker plugin

2007-07-11 Thread Stephan Beal
Hi, all! [i apologize in in advance if this shows up twice, but several of my posts/replies today have either never hit the list or disappeared *after* they hit the list.] The subject line says it all: here's another color picker plugin:

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-11 Thread AtlantaGeek
I still think some of my posts are getting massively delayed (actually, I know this is happening) or canned completely . . . At present, I don't have the luxury of playing around, so I was wondering what is the most stable version that has been posted. Your original version seems to be working

[jQuery] announcement: yet another color picker

2007-07-11 Thread Stephan Beal
Hi, all! Not only can you pick your friends and your nose, but also your colors... http://wanderinghorse.net/computing/javascript/#colorpicker Example usage: $('#MyDemoColorPicker1').empty().braindeadColorSelector({ clickCallback: function(c) {

[jQuery] Re: serialize string

2007-07-11 Thread ricardoe
Hi Benjamin, I dont know if this is useful but is something about UNserialize (serialize is, in jquery, the opposite for what you want to do :) ) http://www.reach1to1.com/sandbox/jquery/testform.html Saludos from México

[jQuery] email for Visual jQuery magazine?

2007-07-11 Thread Stephan Beal
Hi, all! i was just looking at this recent blog post about a jQuery magazine: http://jquery.com/blog/2007/06/28/163/ in that post it has an email addy for the editor, but that addy no longer works (and the post is not even 2 weeks old!). Is there anyone out there related to the magazine

[jQuery] Re: An open letter to non-Believers...

2007-07-11 Thread Stephan Beal
On Jul 11, 8:25 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Stephan Beal wrote: If you do any significant amount of browser-based JavaScripting (as opposed to embedded code, such as using SpiderMonkey or Rhino) Even then:http://ejohn.org/blog/bringing-the-browser-to-the-server/ That is

[jQuery] Re: Another speed test

2007-07-11 Thread Jörn Zaefferer
Glen Lipka wrote: Actually, I am putting my money where my mouth is: http://www.commadot.com/jquery/speedtest/ This shows library SIZE and it also uses an actual website. (My blog, which is typical of normal WordPress blogs). I'm still playing with the selectors. not sure why some didnt

[jQuery] Passing Variables to BlockUI Plugin

2007-07-11 Thread jm
I am trying to pass a variable to the BlockUI plugin. Right now I have mimicked the demo page at: http://malsup.com/jquery/block/#dialog the only thing that I have changed is instead of clicking on a button to open the modal window, you click on a link with a specific class. I have many links

[jQuery] Re: BlockUI, order of ops issue

2007-07-11 Thread Stephan Beal
On Jul 11, 9:03 pm, traunic [EMAIL PROTECTED] wrote: var x = a.childNodes[2].firstChild.innerHTML; var y = b.childNodes[2].firstChild.innerHTML; return ((x y) ? -1 : ((x y) ? 1 : ...

[jQuery] Re: jquery book

2007-07-11 Thread AtlantaGeek
So it seems the reference book is not available, yet, correct? On Jul 9, 10:57 am, Karl Swedberg [EMAIL PROTECTED] wrote: 2. jQuery Reference Guide is a 250+ page complete reference to the jQuery API and selector expressions (up to v1.1.2), plus individual chapters on the Dimensions

[jQuery] Re: Is it possible - left or right

2007-07-11 Thread Sass
Hi Thanks for your answer, but unfortunately this did't help me. I know, how things work if i have to build this only with PHP and Mysql (and html, css of course) I was just asking about tips for implementing jquery and ajax, just like in page mentioned above. I mean, connecting frontpage with

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-07-11 Thread Stephan Beal
On Jun 29, 10:34 pm, Rey Bango [EMAIL PROTECTED] wrote: For more details please visit the jQuery blog entry here: http://jquery.com/blog/2007/06/28/163/ Hiya! The email addy in that blog entry no longer works :(. Can you please post an addy where we can send submissions? i've got an article

[jQuery] Swaping div contents from one box to another.

2007-07-11 Thread gecko68
I am trying to use jQuery and jq_gmaps.js. What I need to do is have people click an item in a list, and then have the google map , slide down under it and show the location. (ultimately when they click on another entry, the map will slide back up and then down on the new one they clicked) I am

[jQuery] Re: History anchors with variable and value (#var=value)

2007-07-11 Thread boomertsfx
Does anyone have any comments on this? I know there is a history/ remote plugin by Klaus, but that is more for static sites... I want to pass/ update variables via the anchor. I can't seem to find much info on this, other than it seems YUI is doing it in the below URL. Regards, Graeme On

[jQuery] Re: Another speed test

2007-07-11 Thread Rey Bango
Glen, you have a typo in the test. It should be jQuery v1.1.3.1! ;) Glen Lipka wrote: Actually, I am putting my money where my mouth is: http://www.commadot.com/jquery/speedtest/ This shows library SIZE and it also uses an actual website. (My blog, which is typical of normal WordPress

[jQuery] Re: An open letter to non-Believers...

2007-07-11 Thread Klaus Hartl
Stephan Beal wrote: A public jQuery forum is probably not the place to address non- Believers - that is, people who do not use jQuery - but my hope is that some of the Believers here will take this and pass it on to any non-Believers who they know, to help convert the Poor Sods who are wasting

[jQuery] jqmodal overlay opaque (solid) in IE7

2007-07-11 Thread Scott Trudeau
I'm attempting a very simple use of jqmodal -- basically the first example on the plugin page. Works fine in FF but in IE the overlay appears opaque. Anything obvious I should look for? So far, my googling suggests z-index issues if the jqmWindow isn't a direct child of body, but I don't think

[jQuery] Re: jquery book

2007-07-11 Thread Jonathan Chaffer
That's right. We're still putting the finishing touches on that one, but it should be ready shortly. On Jul 11, 2007, at 11:22 , AtlantaGeek wrote: So it seems the reference book is not available, yet, correct? On Jul 9, 10:57 am, Karl Swedberg [EMAIL PROTECTED] wrote: 2. jQuery

[jQuery] Re: An open letter to non-Believers...

2007-07-11 Thread Casey Wise
Well put. On Jul 11, 5:54 am, Stephan Beal [EMAIL PROTECTED] wrote: A public jQuery forum is probably not the place to address non- Believers - that is, people who do not use jQuery - but my hope is that some of the Believers here will take this and pass it on to any non-Believers who they

[jQuery] Re: Problem accessing current element from plugin

2007-07-11 Thread mdrisser
I just figured it out :) Following the code in SeViR's Google Maps plugin, I did this: jQuery.fn.ymap = function(settings) { return this.each(function() { new jQuery.ymap(this, settings); }); } jQuery.ymap = function(obj, settings) { // Function Code }

[jQuery] Re: jquery book

2007-07-11 Thread Karl Swedberg
Correct. When the publisher split the book into 2, Jonathan and I took the opportunity to add a few chapters to the reference book so that we could make it a valuable resource in addition to the tutorial book. We're working through revisions on those chapters now. --Karl

[jQuery] Re: Another speed test

2007-07-11 Thread Glen Lipka
oops, fixed. Also, I fixed a mistake in the template. I was including 2 heads/body tags. If anyone has a page they wanted to test, I can make it live. Send me 1. Source of the page without any JS. (Css paths should be absolute) 2. A list of selectors you want to test. Should be specific to

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-07-11 Thread John Resig
Try sending it directly to Yehuda: wycats at gmail.com --John On 7/11/07, Stephan Beal [EMAIL PROTECTED] wrote: On Jun 29, 10:34 pm, Rey Bango [EMAIL PROTECTED] wrote: For more details please visit the jQuery blog entry here: http://jquery.com/blog/2007/06/28/163/ Hiya! The email addy in

[jQuery] Re: Is it possible - left or right

2007-07-11 Thread Scott Sauyet
Sass wrote: Tell me please, is it possible to build site likehttp://www.left-or-right.com/ with using jquery and ajax. yes its possible! [... ] But not in 5min [ ... ] You need a DB (to store Date), PHP (to read the DB), HTML, CSS, JS [ ... ] You can start here:

[jQuery] Re: Subclassing in JavaScript

2007-07-11 Thread Jörn Zaefferer
Stephan Beal wrote: On Jul 11, 9:41 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Even more frustrating is that I remember that I searched for it before and didn't find it at that time. So links or hints and names or whatever are very welcome. Just guessing (i didn't see the original

[jQuery] Re: jVariations r2 = developer plugin/tool updated

2007-07-11 Thread Scott Sauyet
Brian Cherne wrote: I've recently updated my jVariations plug-in (not sure if anyone was using the old version). It is a developer tool that allows you to toggle variations (aka corner cases) on a single HTML page. Useful for rapid visualization of code changes... before weaving in the real

[jQuery] Re: Subclassing in JavaScript

2007-07-11 Thread Jörn Zaefferer
Jörn Zaefferer wrote: Stephan Beal wrote: On Jul 11, 9:41 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Even more frustrating is that I remember that I searched for it before and didn't find it at that time. So links or hints and names or whatever are very welcome. Just guessing (i

[jQuery] Re: Field Plug-in Update: Added $(form).formHash() method....

2007-07-11 Thread Chris
Is there a bug with formHash() and radio buttons? Or am I missing the obvious. With this form form id=test name=test action= input type=radio name=foo value=A onchange=alert($ (this.form).formHash()['foo']) A input type=radio name=foo value=B onchange=alert($ (this.form).formHash()['foo']) B

[jQuery] Re: An open letter to non-Believers...

2007-07-11 Thread Stephan Beal
On Jul 11, 9:57 pm, Klaus Hartl [EMAIL PROTECTED] wrote: I'm not sure if Poor Bastards is the right tone and if some people might get that wrong...? That would be for the magazine editor to decide ;). Obviously, it could be re-touched to accommodate milder personalities. But so far i haven't

[jQuery] Re: need help about selector( select by element id)

2007-07-11 Thread Stephan Beal
On Jul 11, 6:11 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I want to select a a tag with id test, like this: a id=testsomething/a what should I do? You should read the very first page of the tuturials. Then you can try: $(#test)

[jQuery] Re: Subclassing in JavaScript

2007-07-11 Thread Stephan Beal
On Jul 11, 11:25 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Ha, after all it was a good idea to keep jQuery's discussion list archives. I think I found what I was looking for, for anyone else interested:http://twologic.com/projects/inheritance/ The API is definitely extremely nice.

[jQuery] Re: repost announcement: color picker plugin

2007-07-11 Thread Stephan Beal
On Jul 11, 9:44 pm, Stephan Beal [EMAIL PROTECTED] wrote: [i apologize in in advance if this shows up twice, but several of my posts/replies today have either never hit the list or disappeared *after* they hit the list.] As Murphy predicted: i wait 4.5 hours for the original post to show up

[jQuery] Re: Field Plug-in Update: Added $(form).formHash() method....

2007-07-11 Thread Chris
I think formHash() doesn't do radio buttons correctly. My fix was to replace // if we're getting the values, get them now if( bGetHash ){ stHash[n] = $(el)[defaults.useArray ? fieldArray : getValue](); in $.fn.formHash() with // if we're getting the

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-11 Thread Jörn Zaefferer
AtlantaGeek wrote: The guy that originally put me on to Dan's AutoCompleter later said he should have referred me to the one you refer me to, however I need something that works for a production app, not something that is somewhat stable. No offense, but an alpha version is not something I

[jQuery] Re: Subclassing in JavaScript

2007-07-11 Thread Michael Geary
Just guessing (i didn't see the original post), but there's such a framework on Douglas Crockford's site: http://www.crockford.com/javascript/inheritance.html It's pretty simple to use, but the example code on that page is unfortunately out of order (by that i mean not organized well,

[jQuery] Re: jqModal caching ajax requests

2007-07-11 Thread Shelane Enos
Yes, it is a jqmodal issue. On 7/11/07 2:03 AM, james_027 [EMAIL PROTECTED] wrote: Hi everyone, I am glad to be able to stumble upon this discussion, I am also using jqModal recently. @shelane you mean this caching issue is because of jqModal and not on jQuery? Thanks james

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-11 Thread Ganeshji Marwaha
brian, I agree that filter() is powerful, but it is not a replacement for hasClass... in fact, as u urself said, it is going to select the elements and create a jquery object for it and it is unnecessary for such a trivial check as hasClass... But is() is a replacement for sure... it returns a

[jQuery] Re: announcement: yet another color picker

2007-07-11 Thread Jörn Zaefferer
Stephan Beal wrote: Hi, all! Not only can you pick your friends and your nose, but also your colors... http://wanderinghorse.net/computing/javascript/#colorpicker Example usage: $('#MyDemoColorPicker1').empty().braindeadColorSelector({ clickCallback: function(c) {

[jQuery] Re: An open letter to non-Believers...

2007-07-11 Thread Glen Lipka
I spilled my kool-aid while reading. nuts. Glen On 7/11/07, Stephan Beal [EMAIL PROTECTED] wrote: On Jul 11, 9:57 pm, Klaus Hartl [EMAIL PROTECTED] wrote: I'm not sure if Poor Bastards is the right tone and if some people might get that wrong...? That would be for the magazine editor to

[jQuery] Re: Subclassing in JavaScript

2007-07-11 Thread Jörn Zaefferer
Michael Geary wrote: It may be interesting to note that Doug no longer favors that approach. He now prefers a much simpler technique that works directly with JavaScript's prototype system instead of trying to turn it into classical inheritance: http://javascript.crockford.com/prototypal.html

[jQuery] Re: jquery book

2007-07-11 Thread Jörn Zaefferer
Karl Swedberg wrote: Correct. When the publisher split the book into 2, Jonathan and I took the opportunity to add a few chapters to the reference book so that we could make it a valuable resource in addition to the tutorial book. We're working through revisions on those chapters now. Those

[jQuery] Re: announcement: yet another color picker

2007-07-11 Thread Jörn Zaefferer
Jörn Zaefferer wrote: * jQuery itself and therefore most jQuery plugins perform any exception handling at all - in other words, all errors are handled as programming errors, letting the calling code handle them; with Firebug its pretty use to find where exception are thrown,

[jQuery] jqModal help: multiple triggers, different ajax url's

2007-07-11 Thread rolfsf
I have a page on which I've hidden a div for use as an adaptable modal window: div id=modal class=jqmWindow div class=modalTop div class=jqmClose ../images/btn/btn_close.gif /div /div div class=target/div /div I have 2 different types of triggers, for

[jQuery] Re: Subclassing in JavaScript

2007-07-11 Thread Aaron Heimlich
Perhaps Dean Edwards' Base library would interest you? http://dean.edwards.name/weblog/2006/03/base/ On 7/11/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Michael Geary wrote: It may be interesting to note that Doug no longer favors that approach. He now prefers a much simpler technique that

  1   2   >