[jQuery] Re: ANNOUNCE: jqUploader update

2007-10-01 Thread Alexandre Plennevaux
http://www.pixeline.be/experiments/jqUploader/ -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: lundi 1 octobre 2007 3:22 To: jquery-en@googlegroups.com Subject: [jQuery] Re: ANNOUNCE: jqUploader update Alexandre, Could you

[jQuery] editease - my first plugin endeavor

2007-10-01 Thread [EMAIL PROTECTED]
Well I have been playing with jQuery for a few months, and wanted to test a few basic concepts. Mostly to do with injecting content into the DOM on the fly in a usable way, to give some older client sites of mine, CMS capabilities without having to do a full conversion of the site to a database

[jQuery] Re: editease - my first plugin endeavor

2007-10-01 Thread Joel Birch
This looks very cool - I can't wait to have a mess around with it. Thanks, it seems like it really fills a niche. Joel Birch.

[jQuery] Re: jQuery 1.2.1 is auto evaling scripts from AJAX before DOM is ready

2007-10-01 Thread kennydee
is a patch is planed for this problem and the new one i mentionned above ? On 27 sep, 16:38, Emil Ivanov [EMAIL PROTECTED] wrote: Isn't it possible just to wrap the script in a function and call it in the callback of the ajax call? Or I'm getting it wrong? Regards, Emil Ivanov

[jQuery] Re: How to add/remove dynamic blocks of html

2007-10-01 Thread James Dempster
One of the greatest things about jQuery though is that the code is quite easy to read and understand, so if unsure just check. If still unsure, then what a great active community though the groups ! Love the tips, it might be quite nice if maybe the core could be changed to accept an array (maybe

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

2007-10-01 Thread Wizzud
Ummm... I don't want to sound pedantic but all I've done is confirm that the code you posted works fine when I modify the source of the jquery script file to suit my environment. I can't say whether or not something is interfering with it on your system because I don't know what else you have on

[jQuery] Re: jQuery Tabs onmouseover

2007-10-01 Thread Klaus Hartl
jm wrote: I was wondering if there was a way that I could have the jQuery tabs plugin (http://stilbuero.de/jquery/tabs/) select a tab onmouseover. I didn't find anything when I tried a few searches here or on Google. Thanks! UI Tabs (Tabs 3) has that build-in: $('ul#tabs').tabs({ event:

[jQuery] Re: ui tabs inside ui tabs

2007-10-01 Thread Klaus Hartl
Justin Sepulveda wrote: I'm sure there's something simple i'm missing here. http://www.robustness.org/temp/tabs/tester.html When you click on the second tabset (four,five six) that is within the first tab, it hides the entire second tabset. Why? UI tabs do not require a container any

[jQuery] Re: safari (win, mac) issues with fadeIn + callback

2007-10-01 Thread [EMAIL PROTECTED]
I have the same problem ! The version of Safari i use is Safari 3 beta for mac.. Need help ! On Sep 30, 1:51 pm, bytte [EMAIL PROTECTED] wrote: I've been looking into this for the past 12 hours or so. I'm starting to get crazy. Any help would be deeply appreciated. It works in all browsers,

[jQuery] Re: safari (win, mac) issues with fadeIn + callback

2007-10-01 Thread [EMAIL PROTECTED]
You should update your jQuery version... i had version 1.1.3.1 and it didn't work right in Safari 3. With version 1.2.xx it works fine. On Sep 30, 1:51 pm, bytte [EMAIL PROTECTED] wrote: I've been looking into this for the past 12 hours or so. I'm starting to get crazy. Any help would be

[jQuery] jQuery Form Plugin fiasco

2007-10-01 Thread roso
The jQuery Form Plugin hosted at http://www.malsup.com/jquery/form/ is impossible to understand. I wasn't able to replicate any of the examples listed there. The demo page which also includes the documentation is bloated with a zillion number of examples and a zillion scripts. NO, that is NOT the

[jQuery] Re: Drop Down Div

2007-10-01 Thread [EMAIL PROTECTED]
For one I'm not sure why you'd name a class and a link the same name but eh it's not my code. From my understandings of JQuery, which is very little, you could do: $('#testialink').click(function() { $('#testiadrop').slideToggle(slow); }); And also, IIRC, you would want to name that slideUp

[jQuery] Re: Suggestion for increase the performance of the jQuery

2007-10-01 Thread roso
That is not performance increase, it is download speed increase. Besides the fact that the site you listed is down, nobody needs it anyways. jQuery 1.2.1 is only 26kb Packed or 14kb, Minified and using Gzip on server. Please refrain yourself from using this mailing list for your site ranking

[jQuery] Re: val function for select with 'special character' not working

2007-10-01 Thread syg6
It was a jQuery version issue. Not sure how old 1.1.2 is but that's the version I was using. Upgraded to 1.2.1 and all is well. Thanks! Bob On 29 Set, 00:40, Wizzud [EMAIL PROTECTED] wrote: I can't tell what you're doing wrong - if anything - but the following works perfectly for me (using

[jQuery] Re: jQuery (Superfish) conflicting with swfobject

2007-10-01 Thread Brett
Wow, thank you for the support, both of you! I'm just uploading the changes now, the wrong selector for the older jquery I'm using was a big mixup for me. Removed the bgiframe code as I didn't need it, and made the navigation target more specific (I think I noticed a loading speed increase

[jQuery] Re: jQuery (Superfish) conflicting with swfobject

2007-10-01 Thread Brett
Wow, thank you for the support, both of you! I'm just uploading the changes now, the wrong selector for the older jquery I'm using was a big mixup for me. Removed the bgiframe code as I didn't need it, and made the navigation target more specific (I think I noticed a loading speed increase

[jQuery] Re: jQuery (Superfish) conflicting with swfobject

2007-10-01 Thread Brett
Firstly, thank you both for your excellent support! Especially with the jQuery 1.3.1.1 version of suckerfish to enable, that went right by me :) I have put in a more specific selector to init Superfish (i've noticed in firefox already that it runs faster!), and have also applied z- index to the

[jQuery] Writing a $_GET['query'] to text

2007-10-01 Thread [EMAIL PROTECTED]
Okay so I'm totally lost here, I'm trying to do the whole no refresh thing and write whatever I get in a search engine to the screen without refreshing, I.E. http://suprnova.org/ I don't seem to be on the right path, does anyone know what kind of method or function i should be learning that will

[jQuery] OT: Mailing List Problem?

2007-10-01 Thread sgrover
I'm seeing some odd behavior and just wanted to know if this is normal for this list. When I send a message to the list, I'm seeing a 6+ hour turn around before my message shows up. When it DOES show up, it's date stamped for the time I actually sent it - no real indication of the long

[jQuery] Re: editease - my first plugin endeavor

2007-10-01 Thread bytte
Really cool. Congrats. On 1 okt, 08:32, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Well I have been playing with jQuery for a few months, and wanted to test a few basic concepts. Mostly to do with injecting content into the DOM on the fly in a usable way, to give some older client sites of

[jQuery] Problems with css(font-size) on IEs

2007-10-01 Thread Maurizio Mangione
Hi, if I try to get the font size in the paragraph inside my .article, all non IE browser return the right value (14px). IE (6 and 7) returns me 630px, that is the width of my p. It's a bug o I miss something? alert($(.article p).css(font-size)); Thanks in advance, -Maurizio

[jQuery] Re: editease - my first plugin endeavor

2007-10-01 Thread Jean
GREAT JOB!!! On 10/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Well I have been playing with jQuery for a few months, and wanted to test a few basic concepts. Mostly to do with injecting content into the DOM on the fly in a usable way, to give some older client sites of mine, CMS

[jQuery] Re: subscribe jQuery mailing list

2007-10-01 Thread Richard D. Worth
Head over to: http://groups.google.com/group/jquery-en You can subscribe yourself. - Richard On 9/30/07, Ross Wan [EMAIL PROTECTED] wrote: I want to subscribe jQuery's mailing list. THX. -- bWeb site/b:a href=http://wstudio.web.fc2.com/index.html KISS the World!/a br bBlog/:a

[jQuery] Re: When will the API be updated for 1.2.1?

2007-10-01 Thread Juha Suni SC
Excellent work John, 1.2 API much easier to find now. http://jquery.com/api/ still points to 1.1.2 though with no mention of 1.2. Update this with a link to 1.2 too? -- Suni

[jQuery] Re: jQuery (Superfish) conflicting with swfobject

2007-10-01 Thread Joel Birch
On 10/1/07, Brett [EMAIL PROTECTED] wrote: However, it still does not appear to work :( When I visit your pages now, the menu works fine. I'm not sure why you would be seeing the issues you are now. I'm not sure how to test for problems when I can't reproduce them. Maybe someone else can check

[jQuery] Catch a click event before the DOM is loaded

2007-10-01 Thread Remy Sharp
I've recently been working on a project where the page is complex enough that the DOM would not have loaded before the user had spotted our 'big red button' - and clicked away. As much as I hate to admit, this project wasn't going to support a non- JS version (due to the demographic), so I

[jQuery] Clear Input Search Box?

2007-10-01 Thread Danjojo
I am trying to clear an input search box's value. When the page loads the value is set. I.e.: input id=searchBox name=searchBox type=text class=input style=width: 100px; value=Search term or part # I want to set it to blank when the user clicks the box to enter a value:

[jQuery] Re: Home Page ui.jquery.com

2007-10-01 Thread Andy Matthews
Ight... It's a 453k PNG file. Not to mention that it's only being reduced by 2/3. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of phobis Sent: Sunday, September 30, 2007 2:32 PM To: jQuery (English) Subject: [jQuery] Home Page ui.jquery.com

[jQuery] Re: Clear Input Search Box?

2007-10-01 Thread Karl Swedberg
Hi there, try using .focus() instead: $(#searchBox).focus(function() { $(this).attr(value,); }); Hopefully that'll get you want you want. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 1, 2007, at 8:38 AM, Danjojo

[jQuery] Re: Catch a click event before the DOM is loaded

2007-10-01 Thread Sam Collett
Wouldn't it be easier just to hide the button via CSS and then show it when the document is ready? Or disable the button (via html) then enable it again via script? On Oct 1, 12:38 pm, Remy Sharp [EMAIL PROTECTED] wrote: I've recently been working on a project where the page is complex enough

[jQuery] Re: Clear Input Search Box?

2007-10-01 Thread Danjojo
Thank you! IE 7 throws an error something about not supporting an object.. FireFox is happy and FireBug does not display an error. Now if someone were to type in a search word.. then focus away for whatever reason.. then click back in, the search box would clear again.. Firebug also at that

[jQuery] Re: Clear Input Search Box?

2007-10-01 Thread Kevin Scholl
http://jquery.com/plugins/project/toggleval On Oct 1, 8:38 am, Danjojo [EMAIL PROTECTED] wrote: I am trying to clear an input search box's value. When the page loads the value is set. I.e.: input id=searchBox name=searchBox type=text class=input style=width: 100px; value=Search term or

[jQuery] Re: OT: Mailing List Problem?

2007-10-01 Thread Richard D. Worth
I've seen this happen now and then since I've been on this list (about 4 months). Not every day, more like once or twice a week. It seems like the whole list gets clogged for a while (2-6, occasionally 8+ hrs), then a flood of messages all come in at once. So it's not that every email to the list

[jQuery] Re: Clear Input Search Box?

2007-10-01 Thread Karl Swedberg
On Oct 1, 2007, at 9:36 AM, Danjojo wrote: Thank you! IE 7 throws an error something about not supporting an object.. FireFox is happy and FireBug does not display an error. It might work better to use .val('') instead of .attr('value','') Now if someone were to type in a search

[jQuery] Re: Catch a click event before the DOM is loaded

2007-10-01 Thread Remy Sharp
It really depends on the solution you're working on. In this particular case, it would odd if the button had just appeared, and on some pages there's a button for each row on a large table of data. Disabling it first then enabling is a better approach, but the solution I went for, still

[jQuery] Site: slickdeals.net

2007-10-01 Thread Quin Hoxie
For those not aware, slickdeals is one of the most popular deal news sites around. From what I can tell, they are primarily using jquery in their toggling of detail on the individual deals and the days. http://www.slickdeals.net/

[jQuery] jQuery bug, or ?

2007-10-01 Thread spinnach
this returns an error in IE7, works fine in firefox, is this a bug or something i overlooked ? var $div = $('div class=fileinputs/div'); dennis.

[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread Giovanni Battista Lenoci
spinnach ha scritto: this returns an error in IE7, works fine in firefox, is this a bug or something i overlooked ? var $div = $('div class=/div'); Try var $div = $('div/div'); $div.addClass('fileinputs'); Giovanni

[jQuery] Re: Does JQuery 1.2 solve the thickbox positioning problem when scrolling?

2007-10-01 Thread Chris Jordan
I'm having this same problem. I have a very long list of items that are each clickable. When the user clicks on one it pops up a thickbox that allows the user to edit that item. However, when the user clicks on items far down in the list, they appear to get no thickbox. After a little

[jQuery] need a simple jquery alert or prompt example with ok or cancel choices

2007-10-01 Thread FrankTudor
I have a jquery script that gives the user a prompt and a choice to make sure they want to delete a value from a datasource. Here is my code... It prompts funny...and it goes ahead and processes anyways even if you select cancel.. Can someone fix me up here? script type=text/javascript

[jQuery] Re: need a simple jquery alert or prompt example with ok or cancel choices

2007-10-01 Thread Benjamin Sterling
Frank, are you using http://trentrichardson.com/Impromptu/? Or are using using the basic prompt command? If you are using the plugin, you need to set up a call back that will handle you true, false. If you are using the prompt command, I would suggest you use the confirm instead

[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread Benjamin Sterling
Spinnach, That should work, I am using just that in a number of plugins, is there any other code on the page? Can you post the error? On 10/1/07, Giovanni Battista Lenoci [EMAIL PROTECTED] wrote: spinnach ha scritto: this returns an error in IE7, works fine in firefox, is this a bug or

[jQuery] Re: jQuery Form Plugin fiasco

2007-10-01 Thread wattaka
I might be better to ask for support concerning a specific problem, this is a very helpful forum. Besides I think Mikes site and plugins one of the best displayed and documented, I´m surprised that you have problems with them. On Oct 1, 6:17 am, roso [EMAIL PROTECTED] wrote: The jQuery Form

[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread spinnach
it's without any plugins or other code on the page, i have IE WebDeveloper v2 toolbar installed, and when i just type that in the console i get this error: Error Expected ')' http://x.com/ (line 1) dennis. Benjamin Sterling wrote: Spinnach, That should work, I am using just that in

[jQuery] Re: jQuery Form Plugin fiasco

2007-10-01 Thread Rey Bango
Roso, If you want assistance on a plugin from someone that's volunteered their time to build it, document it and post it, I'd suggest toning down your messages and politely asking for help. Mike Alsup, jQuery team member and author of the Form plugin, is a really cool and understanding guy

[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread Benjamin Sterling
WOW... is x better then xxx :) Two more questions: Have you tried Giovanni's suggestion and does that give you the same error? Can you post a live example? On 10/1/07, spinnach [EMAIL PROTECTED] wrote: it's without any plugins or other code on the page, i have IE WebDeveloper v2 toolbar

[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread spinnach
you should see x then :) .. and sorry, but the error seems to be related to IE WebDeveloper, when typing the code in the console it didn't work.. when i put it in the head of the html file, it worked.. so thanks for your time, but it seems the problem was not related to jquery after

[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread Benjamin Sterling
See, its was from watching all that x video On 10/1/07, spinnach [EMAIL PROTECTED] wrote: you should see x then :) .. and sorry, but the error seems to be related to IE WebDeveloper, when typing the code in the console it didn't work.. when i put it in the head of the

[jQuery] Plug-in Developers...

2007-10-01 Thread Rick Faircloth
Good morning, all. After seeing that some who are new to jQuery wrestle with trying to get something working, I had the idea that perhaps we need a Quick Start Guide for jQuery generally and plug-ins specifically. What experienced users can grapple with the sometimes overwhelming

[jQuery] Re: Does JQuery 1.2 solve the thickbox positioning problem when scrolling?

2007-10-01 Thread Christopher Jordan
If anyone cares, I think my problem here was that I didn't have the latest code for thickbox (even though, the version numbers were the same...:o/) Anyway, I found that my tb_position function looked like this: function tb_position() { $(#TB_window).css({marginLeft: '-' + parseInt((TB_WIDTH /

[jQuery] Re: Plug-in Developers...

2007-10-01 Thread Benjamin Sterling
Rick, I agree with you and as far as my plugins and myself are concerned, it is a learning experience for me also. Almost all my code prior to coming upon jQuery has been for my eyes only and never thought twice about someone else needing to understand what I heck I am trying to do. But since

[jQuery] Re: Plug-in Developers...

2007-10-01 Thread Tane Piper
One massive tip for developing plugins, is to make them futureproof and compatible with the jQuery.noConflict() is to develop your plugin inside a closure: (function($){ ... })(jQuery); This means you can use. $ inside your plugin and never worry about it not working with jQuery. Since I

[jQuery] on hover/click change textbox to select list

2007-10-01 Thread Sharique
I have this HTml code div id=main Select input type=text id=#citylist/ a href=# City list/a p class=citylisthere /p /div and a php file (citylist.php)which return list of cities. What I want is when I click City list textbox must be changes to select list, with options from citylist.php.

[jQuery] Re: Forms with asp.net

2007-10-01 Thread Sharique
Right now I'm not using asp.net Ajax. I'm using some asp.net controls on it. Is this causing problem? On Sep 29, 5:15 pm, seedy [EMAIL PROTECTED] wrote: I've never used the update panel, so im not sure of all its functionality. The forms plugin should let you submit a form through an ajax

[jQuery] Re: Plug-in Developers...

2007-10-01 Thread Rick Faircloth
Thanks for your work on your plug-ins and documentation, Ben. I know it's very *easy* to forget what the $ means or to get the path wrong for a js file link, or even to forget to include a link at all! When introducing jQuery and plug-ins, they key is *baby steps* all the way. Like a

[jQuery] [NEWS] Adobe AIR Beta 2 Released

2007-10-01 Thread Rey Bango
What's new: http://labs.adobe.com/wiki/index.php/AIR:Developer_FAQ#What_are_some_of_the_features_included_in_Adobe_AIR_Beta_2.3F * System Tray icon/Dock Bar Bounce * Synchronous database API * Native menus * Drag and drop enhancements including bitmap support * Windowing

[jQuery] Re: Forms with asp.net

2007-10-01 Thread seedy
asp.net controls should not interfere with the forms plugin. Do you have a demo page we could take a look at? Right not Im not even 100% sure what your problem you are having. Sharique Farooqui wrote: Right now I'm not using asp.net Ajax. I'm using some asp.net controls on it. Is this

[jQuery] Re: javascript paint like drawing tool

2007-10-01 Thread John Beppu
http://caimansys.com/painter/ ^-- This isn't build on jQuery, but it might give you something to start with. On 9/30/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I'm not able to find a good (preferably open source) paint-like drawing tool thought maybe there is one built on jquery.

[jQuery] Timeout on a .getScript()

2007-10-01 Thread Tane Piper
Hey folks, In my app, what I have on pageload is a .getScript() that loads in the Ajax API for recaptcha (as can be seen at http://pastemonkey.digitalspaghetti.me.uk). I also use blockUI on this site, and I have hit a snag, in that if the getScript fails for whatever reason, it doesn't time out

[jQuery] Re: Trying to get a handle on xml returned object

2007-10-01 Thread Lee Hinde
Firebug is great for this sort of stuff; it'll show you exactly what is coming back. http://www.getfirebug.com/ On 9/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I've been trying to getsome XML data out of a jQuery AJAX request and I'm having trouble. Problem is, I can't read the

[jQuery] Pulling in a specific #div with jqModal

2007-10-01 Thread will
Greetings jQuery Land, I'd like load a specific part of another page into a jqModal box. like: $('#mybox').jqm({ajax: 'included.php#this_particular_div_only'}); Any hope for me and mine? Thank you, Will

[jQuery] iterating through xmlResult

2007-10-01 Thread Lee Hinde
Hi; I have questions about selectors and .each. Given this result: queryResult parent=2 queryid=C10012007113409LEQY recordsinselection=2 size=2 sortfield= tableid=2 tablename=Person row locked=False recordid=[2][1] selectionid=1 field fieldrecordid=1 id=[2][1]3/field field

[jQuery] Re: Display problem with Jquery show hide - slide in out functions

2007-10-01 Thread wizofoz777
I'M on IE7. It seems like the flashing occurs right after the slide up function has been called, after it slides, it flashes very fast, but you should be able to see it... I have seen other examples of sliding effects that are not doing this... So maybe I am doing something wrong... Thanks

[jQuery] jquery xml parsing issue

2007-10-01 Thread HelloGoodbye
hello dear jquery community. recently i've run into a really strange problem when parsing xml received via ajax; XMLstructure: resultset html_text ![CDATA[ table class=tborder . ]] /html_text event ... /event /resultset the xml file is well structured as i've checked it a couple of times

[jQuery] slider bug on IE6

2007-10-01 Thread Matt
Hi, Just to let you know, if it can help someone else, i found this bug with ui.slider.js on IE6 (it's a simple syntax error but it obviously causes the script stopping executed): http://dev.jquery.com/ticket/1762#preview cheers -- Matthias ETIENNE

[jQuery] Re: jQuery (Superfish) conflicting with swfobject

2007-10-01 Thread Brett
Sorry Joel, I should point out what version of Internet Explorer I'm using too - It is Internet Explorer 6, with Windows XP sp2. I have been able to find my problem - internet explorer with its dastardly cache! The link above points to one with two working dropdowns, on project and company. The

[jQuery] What plugins are ready for prime time

2007-10-01 Thread David Pollak
Howdy, Yes... it's me again... the guy who always complains about stuff. I love the base jQuery code. It feels very right. And it has a very functional flavor which suits Scala and lift very well. But I need some functionality on top of the base jQuery stuff. I need drag and drop, modal

[jQuery] Re: safari (win, mac) issues with fadeIn + callback

2007-10-01 Thread bytte
I have the latest jQuery version installed. And the problem occurs on the stable 2.0 version of Safari on Mac. Too bad. Anyone else that has any idea? On 1 okt, 05:26, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: You should update your jQuery version... i had version 1.1.3.1 and it didn't work

[jQuery] Re: Display problem with Jquery show hide - slide in out functions

2007-10-01 Thread wizofoz777
Hi thnks for your reply, I am using ie7. The issue is occuring just after a slide out, seems to me that the div is actually reappearing for half a second just afterwards... I have no idea why is so, I have seen other examples using the slide out effect without seeing the same issue that I see on

[jQuery] Superfish animation out?

2007-10-01 Thread Lewis
Howdy Just a quick question: I have a reasonable understanding of CSS and HTML - but am very much a 'noob' when it comes to the mighty JQuery (but i'm getting there - slowly!) - I was wondering if anyone has any ideas on creating the reverse drop down animation on mouse out? i.e. rollover the

[jQuery] Events

2007-10-01 Thread [EMAIL PROTECTED]
I want to access the event properties layerX and layerY. I found that these only work the way I would have expected in Firefox. In IE I need to use the offsetXY properties to get what I want, but then in Opera and Safari these properties are giving me the XYoffset values of the elements within

[jQuery] [SITE SUBMISSION] Kuantic.com

2007-10-01 Thread Jay Salvat
Hi, My work on my company's website, using lot of jQuery and some homemade plugins :) http://www.kuantic.com/ Jay.

[jQuery] Re: How to add/remove dynamic blocks of html

2007-10-01 Thread Matt
Hi everyone, I have been using FlyDOM, and am trying to convert some of that code to use the jQuery append, after reading what Mike wrote about better performance. I am trying to dynamically insert some attributes. However I'm getting a syntax error, so I think I'm not understanding something

[jQuery] Re: Clear Input Search Box?

2007-10-01 Thread Guy Fraser
Danjojo wrote: I am trying to clear an input search box's value. If you are just wanting to display a prompt inside the search box, eg. search text, that will dissapear when the box receives focus, use the overlabel plugin...

[jQuery] Re: document.ready in an ajax response

2007-10-01 Thread Curtis Spencer
Arrix, Thanks for the reply. So, in an ajax response snippet, does it make the most sense just to make javascript calls directly. Could there be an issue with the DOM in the response snippet not being fully loaded before the script functions are called. I tried doing something like this in

[jQuery] Re: Trying to get a handle on xml returned object

2007-10-01 Thread Robert Koberg
Hi, You can use standard DOM properties and method. For example, since you have an XMLDocument you can ask for the root element: var myRootXMLElement = myXMLDoc.getDocumentElement(); or get element by their local name: var allParas = myXMLDoc.getElementsByTagName(p); Check out:

[jQuery] Re: [SITE SUBMISSION] Kuantic.com

2007-10-01 Thread Rey Bango
Hi Jay, Can you provide a description of the site? Rey Jay Salvat wrote: Hi, My work on my company's website, using lot of jQuery and some homemade plugins :) http://www.kuantic.com/ Jay.

[jQuery] Re: [SITE SUBMISSION] Kuantic.com

2007-10-01 Thread Rick Faircloth
Nice looking site, Jay... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jay Salvat Sent: Monday, October 01, 2007 12:26 PM To: jQuery (English) Subject: [jQuery] [SITE SUBMISSION] Kuantic.com Hi, My work on my company's website, using

[jQuery] Re: What plugins are ready for prime time

2007-10-01 Thread Jörn Zaefferer
David Pollak schrieb: although I had to rewrite all the $ references to jQuery so I could fit Scriptaculous, jQuery, and BlockUIin the same browser. Why that? BlockUI uses a handy trick to be able to use $ while not relying on the global variable. Details:

[jQuery] Re: iterating through xmlResult

2007-10-01 Thread Lee Hinde
On 10/1/07, Lee Hinde [EMAIL PROTECTED] wrote: Hi; I have questions about selectors and .each. Given this result: queryResult parent=2 queryid=C10012007113409LEQY recordsinselection=2 size=2 sortfield= tableid=2 tablename=Person row locked=False recordid=[2][1] selectionid=1

[jQuery] Re: How to add/remove dynamic blocks of html

2007-10-01 Thread James Dempster
I think this it what your trying todo... $(this).parent().append([p, input type='text' class='+inputClass +', button onclick='$(this).parent().remove();return false;'x/ button, /p].join()); Much nicer to split the lines making it more readable. $(this).parent().append([ p, input

[jQuery] Re: Events

2007-10-01 Thread John Resig
The only set of X/Y properties that jQuery supports is pageX/pageY, which, I think, will help you out. More information: http://docs.jquery.com/Events_%28Guide%29#event.pageX.2FY --John On 10/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I want to access the event properties layerX and

[jQuery] Re: iterating through xmlResult

2007-10-01 Thread Lee Hinde
On 10/1/07, Lee Hinde [EMAIL PROTECTED] wrote: On 10/1/07, Lee Hinde [EMAIL PROTECTED] wrote: Hi; I have questions about selectors and .each. Given this result: queryResult parent=2 queryid=C10012007113409LEQY recordsinselection=2 size=2 sortfield= tableid=2 tablename=Person

[jQuery] More on Rounded Corners

2007-10-01 Thread [EMAIL PROTECTED]
I know we've been discussing rounded corners a lot, but I just found a recent solution for anti-aliased rounded corners using jQuery. These guys do a pretty good job: http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery Hope it's helpful, Matt PS: Make sure to double check

[jQuery] Re: Plug-in Developers...

2007-10-01 Thread Guy Fraser
One thing I learnt recently is that just because you can use jQuery doesn't mean the innards of your plugin should be one big chain of jQuery methods. For example, see Scott's Overlabel blog page... Scott's original version used plain JS to do things, however it was a bit difficult to read:

[jQuery] Re: Catch a click event before the DOM is loaded

2007-10-01 Thread Guy Fraser
Remy Sharp wrote: I've recently been working on a project where the page is complex enough that the DOM would not have loaded before the user had spotted our 'big red button' - and clicked away. Couldn't you just use this: http://jquery.com/plugins/project/elementReady

[jQuery] Re: Clear Input Search Box?

2007-10-01 Thread Guy Fraser
Kevin Scholl wrote: http://jquery.com/plugins/project/toggleval http://scott.sauyet.com/thoughts/archives/2007/03/31/overlabel-with-jquery/

[jQuery] jshArea - JavaScript Hacking Area

2007-10-01 Thread jshArea
Hello! Can I load the jQuery library in my jshArea? What is the best way? (thanks) Background: type this code in your browser address bar: javascript:function fun(){ var win = window.open(document.location); win.document.write(htmlheadtitlejshArea - JavaScript Hacking Area by Davide

[jQuery] Re: A Very Simple tree menu

2007-10-01 Thread Gerson Goulart
Oh my God! I forgot of introduce myself :p My name is Gerson Goulart, I am a brazilian designer. I signingned this list because I want a lot learn javascript and I liked very much the jQuery library (that I discovered yesterday) :D I know something about HTML, CSS, web-standards, etc. and I'm

[jQuery] A Very Simple tree menu

2007-10-01 Thread Gerson Goulart
Hi all! I'm not a programmer (and don't speak English), but I'm trying to do both. =D I'm looking for a simple solution to do a simple tree menu like the Windows Explorer during some days. All solutions I find are terible, in my opinion (including dtree ) :p I decided to do a very simple tree

[jQuery] fading image replace?

2007-10-01 Thread jezmck
I have a webcam, currently uploading images as per motion detection. The latest image is always called Webcam.jpg, the next most recent is Webcam1.jpg, etc. I'd like to show the latest few, and replace each with the latest version of the file every minute or so. I can simply update the src

[jQuery] Re: editease - my first plugin endeavor

2007-10-01 Thread [EMAIL PROTECTED]
Thanks for the comments people, I know this idea wont set the world on fire, as Joel mentioned, it fits a niche (in a the true sense of the word). The independent file manager with upload is almost done which I will add in shortly. But for a question a little off topic. Looks like the only way

[jQuery] Re: Pulling in a specific #div with jqModal

2007-10-01 Thread Jack Killpatrick
I haven't used it yet, but if I've read things correctly, you can use a selector in a native jquery .load() call, which would get the div from the file on the server. See here: http://docs.jquery.com/Ajax/load#urldatacallback example snippet: $(#links).load(/Main_Page #p-Getting-Started

[jQuery] Re: need a simple jquery alert or prompt example with ok or cancel choices

2007-10-01 Thread Frank Tudor
I got it figured out...thanks for the reply On 10/1/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Frank, are you using http://trentrichardson.com/Impromptu/? Or are using using the basic prompt command? If you are using the plugin, you need to set up a call back that will handle you true,

[jQuery] simple browser check (need help)

2007-10-01 Thread FrankTudor
I have a tool that only operates under IE So all other browser users get an alert here is my code...but it doesn't work... Can someone get me straightened out? script $(document).ready(function() { if($.browser.[safari, opera, mozilla]) {

[jQuery] Re: Catch a click event before the DOM is loaded

2007-10-01 Thread Remy Sharp
On Oct 1, 9:06 pm, Guy Fraser [EMAIL PROTECTED] wrote: Couldn't you just use this: http://jquery.com/plugins/project/elementReady Not when there are more than a few buttons on the page. This plugin works fine if your button has a particular Id attached to it, some of the pages we were

[jQuery] jquery math functions?

2007-10-01 Thread FrankTudor
Is there a place that I can see the math functions available? Frank

[jQuery] Slightly OT: another way to gzip javscript code

2007-10-01 Thread Stephan Beal
This just popped up on digg, and i thought it might interest some of you: http://code.trymbill.is/index.php/2007/10/01/compress-javascript-gzip/ It presents a different way of compressing javascript code.

[jQuery] Re: A Very Simple tree menu

2007-10-01 Thread Jörn Zaefferer
Gerson Goulart schrieb: Hi all! I'm not a programmer (and don't speak English), but I'm trying to do both. =D I'm looking for a simple solution to do a simple tree menu like the Windows Explorer during some days. All solutions I find are terible, in my opinion (including dtree ) :p I decided

[jQuery] Re: simple browser check (need help)

2007-10-01 Thread Wizzud
if(!$.browser.msie){ .//bug out } FrankTudor wrote: I have a tool that only operates under IE So all other browser users get an alert here is my code...but it doesn't work... Can someone get me straightened out? script $(document).ready(function() {

  1   2   >