[jQuery] Re: OT: Firefox 3 RC1 for Mac

2008-05-20 Thread Klaus Hartl
To starting the profile manager, open terminal and enter: /Applications/Firefox.app/Contents/MacOS/firefox -P Or start with a profile immediately: /Applications/Firefox.app/Contents/MacOS/firefox -P firefox2 Replace Firefox.app with what you called the bundle for FF2. --Klaus On May 19,

[jQuery] Re: Multiple Load Callback

2008-05-20 Thread Michael Geary
You can bundle up that logic in a clean way with code like this: function multiLoad( arglist, callback ) { var results = [], n = arglist.length; $.each( arglist, function( i, arg ) { $( arg[0] ).load( arg[1], arg[2], function() { results[i] = arguments;

[jQuery] multiple inits on multiple script includes

2008-05-20 Thread [EMAIL PROTECTED]
Hi folks! It would be great if jquery would catch multiple script includes and initialize only once. for example html head script type=text/javascript src=jquery-1.2.4.js/script script type=text/javascript src=jquery-1.2.4.js/script script type=text/javascript

[jQuery] auto populate

2008-05-20 Thread konda
I am looking for some code to auto populate (Auto complete ) the dropdown boxes using the jquery and struts , If you have any idea please let me know.

[jQuery] .html() behaving differently in IE7

2008-05-20 Thread Jon Reed
Hi, I'm trying to find out if this behaviour is correct, or if its something that i should submit as a bug. Using .html() works perfectly fine in all browsers, providing that the html your inserting is valid. eg. $(body).find('#id1').html(divtest content/div).show(); // alert($('#id1').html())

[jQuery] sort table by class

2008-05-20 Thread Luciano
hi, i want create sort table in 3 tables byclass the code: $(.box table).tableSorter({ sortColumn: 'name', sortClassAsc: 'header-asc', sortClassDesc: 'header-desc', highlightClass:

[jQuery] Re: [AutoComplete]

2008-05-20 Thread ChrisLongden
Thank you, Jörn. One other (small) thing I have noticed - if you use .focus() to give the input textarea focus when the page loads, the auto-complete does not work until you physically click the mouse in the textarea. Is there a known fix for this? I'd like to be able to have the page load with

[jQuery] Re: Fade out the whole page before loading next page

2008-05-20 Thread Sid
Hamish, Does the window.location wait for the fade animation to complete? I currently use a setTimeout to load data into a div container after the fade in animation has completed, else while the div is fading in, the loaded data shows through. On May 20, 9:26 am, Hamish Campbell [EMAIL

[jQuery] .getJSON (how to pass a value of string instead of a physical file)

2008-05-20 Thread george.hcn
Hi all, I have a newbie question. I'm getting a c# string in JSON format and I would like to pass it to jQuery $.getJSON(jsondata.js, dataReady); However, the getJSON's first parameter takes a physical file, is there anyway I can send string to the function instead of file?

[jQuery] reflect.js question

2008-05-20 Thread Davis
Hi, a very simple html with reflection a href='img src=abc.jpg class=reflect/a once call reflection JS, it taken effect of the image, but href feature are disappear, why? thanks/Davis.

[jQuery] attr difference in Firefox and IE7

2008-05-20 Thread Sid
Hi, I'm using the .attr() to set attributes of an img tag. This works in Firefox 2.0.0.14 but not in Internet Explorer 7. The offending piece of code is $('#preview').livequery(function() { $('#preview').attr('src',previewImage); $('#preview').attr('width','302px');

[jQuery] tooltip - highlighting when a formfield is reached by a tab

2008-05-20 Thread casavecchio
Hello, the default behavior of the tooltip to highlight mouseover a formfield is nice and desired. But the tooltip should appear too, when a formfield is accessed by a tab. Is there a way to check which way a field was accessed and change the behavior? Regards Boris

[jQuery] Sometimes my dynamic content doesn't load - please help!

2008-05-20 Thread Ry
Hi, I've got a series of pages with different stylesheets and different jquery content occurring. In Fx 2 on my mac things are fine, I can click all of the links and pages load just fine. In Safari, every time I click a link for the first time I get a white flash and none of the content

[jQuery] .css question

2008-05-20 Thread Davis
Hi, i got a simple html a href=abc img id=xxx src={$image_dir}mu_ad_space.png border=0 alt= / /a once i applied $('#xxx').css({position:'absolute',top:'250px'}), it taken effect, but why href are disappear? appreciated for any input. Thanks/Davis.

[jQuery] jQuery.Post behavior for JSON

2008-05-20 Thread Micah Sutton
I've been playing with JSON a while, and noticed something odd. when you make a $.getJSON call, you get a nice happy object returned. However, when calling $.post, the returned data is never evaluated. While it is a simple task to make this into a happy little object, it seems to me that the

[jQuery] Only Acept Number and . or ,

2008-05-20 Thread Don Quijote de Nicaragua
I need to create a input, but only acept numer or this caracter . or , Español. Necesito crear un input, pero que únicamente acepte números o los caracteres . ò ,. Gracias. Don Quijote de Nicaragua. Elder Soto.

[jQuery] Re: jqDock can embed flash/video object?

2008-05-20 Thread Davis
i think it will be very useful if can includes video/flash, too bad if it is an tech issue. thanks for your reply. Thanks/Davis. On May 20, 6:05 am, Wizzud [EMAIL PROTECTED] wrote: Not at present ... and to be honest it hasn't been considered. On May 19, 4:53 am, Davis [EMAIL PROTECTED]

[jQuery] Re: [AutoComplete]

2008-05-20 Thread ChrisLongden
Additionally, I have noticed that this seems to be a problem in FireFox, not in IE7. Many thanks, Chris. On May 20, 8:16 am, ChrisLongden [EMAIL PROTECTED] wrote: Thank you, Jörn. One other (small) thing I have noticed - if you use .focus() to give the input textarea focus when the page

[jQuery] Re: attr difference in Firefox and IE7

2008-05-20 Thread Jon Reed
I would upgrade to the latest version of jQuery, there's a few attribute bugfixes that could help J On May 20, 6:01 am, Sid [EMAIL PROTECTED] wrote: Hi, I'm using the .attr() to set attributes of an img tag. This works in Firefox 2.0.0.14 but not in Internet Explorer 7. The offending

[jQuery] Re: attr difference in Firefox and IE7

2008-05-20 Thread Karl Swedberg
Hi Sid, yeah, IE error messages are rarely helpful. You might want to try using the .css() method for width and height, rather than the .attr() method: $('#preview').livequery(function() { $('#preview') .attr('src',previewImage) .css({width: '302px',

[jQuery] Re: reflect.js question

2008-05-20 Thread Davis
OOps...this suitation not work in IE, but FF2 are work fine. is it a IE limitation? or anything wrong of my html? On May 20, 6:15 pm, Davis [EMAIL PROTECTED] wrote: Hi, a very simple html with reflection a href='img src=abc.jpg class=reflect/a once call reflection JS, it taken effect

[jQuery] Re: sort table by class

2008-05-20 Thread Christian Bach
Hi, The plugin name changed with the 2.0 release to .tablesorter(). Check out the docs @ http://tablesorter.com /Christian 2008/5/20 Luciano [EMAIL PROTECTED]: hi, i want create sort table in 3 tables byclass the code: $(.box table).tableSorter({

[jQuery] Re: JQuery Tablesorter can't sort number in Coldfusion

2008-05-20 Thread Christian Bach
Bettina, try downloading the latest development version: http://jqueryjs.googlecode.com/svn/trunk/plugins/tablesorter/2.0/ And see if it fixes the problem, there is a bug in the 2.0.3 version that doesn't auto detect number if the equal zero. /Christian 2008/5/20 Hamish Campbell [EMAIL

[jQuery] Re: [AutoComplete]

2008-05-20 Thread Jörn Zaefferer
Thats a known bug, not solved, yet. It has top priority! Jörn On Tue, May 20, 2008 at 12:57 PM, ChrisLongden [EMAIL PROTECTED] wrote: Additionally, I have noticed that this seems to be a problem in FireFox, not in IE7. Many thanks, Chris. On May 20, 8:16 am, ChrisLongden [EMAIL

[jQuery] MooTools to Query

2008-05-20 Thread Michael
Hi, I have a coda slider working using mootools, but want to use JQuery as my main library. I have this code for my slider: window.addEvent('domready', function(){ var scroll = new Fx.Scroll('demo-wrapper', { wait: false, duration: 1000,//Speed to slide

[jQuery] Jquery Autocomplete plugin question = Can I feed it an xml or js file for the completion items?

2008-05-20 Thread mickes
Has anyone used the Autocomplete plugin by feeding it an xml file not generated from a sql result? I am writing a Greasemonkey script to autofill an input box from a list of possible selections that I would like to store in an xml file or a js file inside the Greasemonkey script. Anyone have a

[jQuery] Re: Sometimes my dynamic content doesn't load - please help!

2008-05-20 Thread Sid
How do you load your different stylesheets? Basic style elements like background-color etc load pretty fast, its the images that usually take time. So I think you should check by trying different background colors, because I face the same problem while the styles are switching. Also, try the

[jQuery] Re: attr difference in Firefox and IE7

2008-05-20 Thread Sid
Karl, Thanks a lot :-) Works perfectly well. But IE still shows an error notification in the status bar. I'm just afraid it might come in between as I add more features. Any ideas? Regards

[jQuery] Re: tooltip - highlighting when a formfield is reached by a tab

2008-05-20 Thread Sid
Yup, there is and it's pretty simple. With the mouseover, bind the tooltip to a 'focus()' event (HTML: onFocus). And you can remove the tooltip with the 'blur()' event (HTML: onBlur) I think that'll work. Regards

[jQuery] Re: JQuery Tablesorter can't sort number in Coldfusion

2008-05-20 Thread Bettina
Hey, you are right, that was the fault. :-) Thanks a lot for your help. Have a nice day. Bettina

[jQuery] Re: [jQuery][ANN] New jQuery group on LinkedIn

2008-05-20 Thread Mika Tuupola
On May 8, 2008, at 5:51 PM, Brandon Aaron wrote: You can join the LinkedIn group by following this invite link: http://www.linkedin.com/e/gis/100943/4C28294034F5 Is larger version of that logo available somewhere? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] appendTo does not return an object

2008-05-20 Thread Susanne Klemm
Hello, I want to use the JavaScript chart component flot which uses jQuery. There is a line where Firefox (2.0.0.14) gets an error (IE 6 works fine). I tried to step through the jQuery source but I can not find the problem: canvas = $('canvas width=200

[jQuery] Accordian crashes IE6

2008-05-20 Thread Austin S.
Hi, I can't seem to figure out why IE6 crashes with this accordian script. Here is a live demo: http://tiny.cc/TIQ11 script type=text/javascript src=http://code.jquery.com/jquery- latest.js/script script type=text/javascript src=http://dev.jquery.com/view/trunk/ ui/ui.core.js/script script

[jQuery] Tablesorter - Disabled Header Options with Pager

2008-05-20 Thread shoo
This week I've been working on implementing Tablesorter. It's a great Jquery table sorting utility, but I spent quite a bit of time trying to figure out why I could only sort columns in descending order while using the pager plugin when I set the header option to disable some columns. I didn't

[jQuery] [validate] disabling onBlur validation on per field basis

2008-05-20 Thread Matti Bäckman
Hello. Is it possible to disable onBlur validation of a single field?

[jQuery] Re: Traversing AJAX Response?

2008-05-20 Thread Yansky
How exactly does $(response).find('#mylinks') work? How does it traverse the dom tree if the response is just a text version of the page's html? Nicolas R wrote: If you convert your response to a jQuery object then yes. So something like $(response).find('#mylinks') should work, if used

[jQuery] Re: Tablesorter - Disabled Header Options with Pager

2008-05-20 Thread Dan G. Switzer, II
In most cases, you never want to call the same plug-in twice on a set of jQuery objects that initialize a behavior on the page (you called tablesorter() twice in your incorrect example.) This is because in most cases you're applying the behavior twice and may end up with really bizarre results.

[jQuery] Re: attr difference in Firefox and IE7

2008-05-20 Thread hans
On May 20, 1:35 pm, Sid [EMAIL PROTECTED] wrote: Karl, Thanks a lot :-) Works perfectly well. But IE still shows an error notification in the status bar. I'm just afraid it might come in between as I add more features. Any ideas? Regards The original blue anchor has a mouseover event

[jQuery] jsonp in GAE for jQuery xss

2008-05-20 Thread Andiih
Alphabet soup! I think I'm trying to learn too many new things at once... Anyone got examples for Google App Engine deliving basic web service type API's ? A hello world type example would do nicely - I would like to serialize objects and return them with jsonp so I can fetch them from jQuery

[jQuery] Re: Very basic animation of an image is jerky (not smooth). Am I doing something wrong?

2008-05-20 Thread Ariel Barreiro
It was failing in IE 7 as well, I fixed this, sorry for that. Any help on the jerkyness. On May 19, 4:35 pm, ripple [EMAIL PROTECTED] wrote: FYI. Fails to execute in IE 6. Ariel Barreiro [EMAIL PROTECTED] wrote: I am new to jquery but an experience developer. Here's the code actually

[jQuery] [autocomplete] Is there an update planned to work with jQ 1.4 ?

2008-05-20 Thread Romain Sauvaire
Hello everybody, Since Dimensions plugin is fully included into the next jQuery release, do you plan (Jörn or someone else) to update your autocomplete plugin ? More infos : http://blog.brandonaaron.net/2008/05/09/dimensions-now-in-jquery-core/ Thanx for your answers !

[jQuery] Re: livequery in navigation

2008-05-20 Thread Brandon Aaron
I'm a little confused about your setup. Could you post a link to the site or an example of the issue you are having? Also, I'm sure it was just a typo but your missing the $ on ('#home') and ('#search'). -- Brandon Aaron On Wed, May 7, 2008 at 10:47 AM, kws452 [EMAIL PROTECTED] wrote: I am

[jQuery] hiding a div when another div becomes empty?

2008-05-20 Thread thekman
Hi all, I am removing links from a div when they are clicked on using the code below: $('#hiddenleft a').livequery('click', function() { var $this = $(this).attr(class); $('#'+$this).show(); $(this).remove(); }); when all links are removed, i

[jQuery] Re: jQuery UI

2008-05-20 Thread mdrisser
Thanks for the input, I'll update the existing tutorial to reflect that new (to me) bit of knowledge, and add a link in the wiki. I'm currently working on the next tutorial, UI Tabs. Should be ready this week. On May 17, 4:58 am, Richard D. Worth [EMAIL PROTECTED] wrote: This is a great

[jQuery] Re: append div trouble [SOLVED]

2008-05-20 Thread kws452
ok i am trying to do the same thing you are doing, with no success. Only difference is I'm using suckerfish for my navigation menus across the top. The navigation is loaded via an external file, with things like add, search, etc as my main menus. The drop down menus set up nicely, and I have js

[jQuery] Need your help (Newbie) for HHeaings Tags visble and invisible

2008-05-20 Thread superyms
body h1Title I /h1 h2Chapter I /h2 h5Art. 1./h5 pUt labore et dolore magna aliqua. Eu fugiat nulla pariatur. Duis aute irure dolor quis nostrud exercitation excepteur sint occaecat./ p pUt labore et dolore magna aliqua. Eu fugiat nulla pariatur. Duis aute irure dolor quis nostrud

[jQuery] Using javascript on Ajax loaded content?

2008-05-20 Thread Civ2boss
Hi there I am having trouble using javascript on contact that was pulled in using Ajax. I assume this is because the javascript already loaded when the page loaded that any new content won't be affected by it. Am I wrong on this? Is there a way to use javascript on the new Ajax loaded content?

[jQuery] selectors question

2008-05-20 Thread nos
hi list I try to access the innerHTML of a list to change it's content to links with wich I wand to insert the text of the list to an input field. the code looks like this: input name=Categories class=listcomplete value=Cat1 Cat2 Cat3 ul liCat1/li liCat2/li liCat3/li liCat4/li

[jQuery] Re: Accordian crashes IE6

2008-05-20 Thread Jörn Zaefferer
You include the UI accordion plugin, but don't use it at all. Take a look at the accordion documentation and use that: http://docs.jquery.com/UI/Accordion Jörn On Tue, May 20, 2008 at 3:21 PM, Austin S. [EMAIL PROTECTED] wrote: Hi, I can't seem to figure out why IE6 crashes with this

[jQuery] Re: [validate] disabling onBlur validation on per field basis

2008-05-20 Thread Jörn Zaefferer
You can customize the onfocusout-option for that. Something like this: $(...).validate({ onfocusout: function(element) { if (element.name != someElementNameToExclude) this.element(element); } }); Jörn On Tue, May 20, 2008 at 3:32 PM,

[jQuery] Finder like navigational widget

2008-05-20 Thread roryf
Hi, Does anyone know of and OS X Finder style widget/plugin? As in, several lists of items, click one a list of child items appear in the list to the right etc. Cheers Rory

[jQuery] Show element onclick

2008-05-20 Thread hubbs
I have a list of divs that I would like to display one at a time when a link is clicked. How would I do this with jQuery? a href=#Show another/a divContent 1/div div style=display:none;Content 2/div div style=display:none;Content 3/div div style=display:none;Content 4/div div

[jQuery] [tooltip] explorer 6 conditional statement?

2008-05-20 Thread olestaats
I've using the tooltip script from bassistance.de and I have some issues with IE6. The jquery code has a line that defines the position of the tooltip (top: 15;) I'm not 100% sure why, but for all other browsers, the value for top should be -60 and just for IE6, it should be 100 Is there any

[jQuery] HotChili (Greasemonkey/userscript) breaks easing

2008-05-20 Thread Pyrolupus
I have (well, had) HotChili[1] enabled for all sites for its convenient go-anywhere syntax highlighting ability. Today, I tracked a problem with one of my sites to having HotChili enabled (as a Greasemonkey userscript) on my installation of Firefox. I assume that since HotChili pulls in its own

[jQuery] jQuery Error with auto-tabbing and browser autocomplete options

2008-05-20 Thread Mathachew
I'm working on an auto tabbing plugin and keep getting an odd error from Firebug. In my example I have three text fields that serve the purpose of typing a phone number. If what I begin typing matches previously entered numbers, Firefox will display autocomplete matches. After three numbers, my

[jQuery] Re: Traversing AJAX Response?

2008-05-20 Thread Pyrolupus
On May 20, 9:40 am, Yansky [EMAIL PROTECTED] wrote: How exactly does $(response).find('#mylinks') work? How does it traverse the dom tree if the response is just a text version of the page's html? If response is HTML, then $(response) creates a DOM. That's what $ (string) does with HTML

[jQuery] Re: jsonp in GAE for jQuery xss

2008-05-20 Thread Michael Geary
Hi Andiih, I know the feeling! Don't worry, you will get it all sorted out. Take a look at the Google App Engine samples project: http://code.google.com/p/google-app-engine-samples/ It has a couple of samples that may be close to what you're looking for: The geochat and myhangouts apps both

[jQuery] Best RSS/XML/News feeder for jTabs?

2008-05-20 Thread lukas
Does anybody have experiences with setting up a news feeder for jTabs/ Tab browsing? (like Yahoo is doing it?) I am confused with all the info on the web. Thank you!

[jQuery] Re: Accordian crashes IE6

2008-05-20 Thread Austin S.
Thanks for pointing that out! I have removed both UI scripts as I didnt need them. IE6 is still crashing... does it not like the selectors? On May 20, 1:25 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: You include the UI accordion plugin, but don't use it at all. Take a look at the accordion

[jQuery] Weather forecast recommendation?

2008-05-20 Thread lukas
Hi! I am looking for a nice looking 2 or other multiple-day weather forecast. Does anybody have good recommendations (also for commercial use)? Thanks for your help!

[jQuery] Re: Weather forecast recommendation?

2008-05-20 Thread Rey Bango
Hi Lukas, If it's a general question not related to jQuery, your best bet is to look at forums such as SitePoint.com for assistance. Thanks, Rey... lukas wrote: Hi! I am looking for a nice looking 2 or other multiple-day weather forecast. Does anybody have good recommendations (also for

[jQuery] Re: jscrollPane scroll to can't find first element

2008-05-20 Thread pedalpete
I got this to work, but not in the nicest way. It appears the script is adamant that I do not call .scrollTo within the following function [code] function getList(event, page){ $('#holdList')[0].scrollTo(0); var distance = $('#distance').val(); var addressQ =

[jQuery] Re: [tooltip] explorer 6 conditional statement?

2008-05-20 Thread Jörn Zaefferer
There is are options for the positioning, top and left. Something like this should work: $(...).tooltip({ top: $.browser.ie ? 100 : -60 }); More details at http://docs.jquery.com/Plugins/Tooltip/tooltip Jörn On Tue, May 20, 2008 at 7:17 PM, olestaats [EMAIL PROTECTED] wrote: I've

[jQuery] Re: livequery in navigation

2008-05-20 Thread kws452
No site yet - just hosting it on my client's sandbox machine. Here are the pertinent parts - I can always email them to you also. For my index.php - just sets up the navivgation and content div: [code] ? include (includes/nav.inc);? ? include (includes/companyx.inc);? ... body div

[jQuery] Thumbnail Cycle Plugin ala YouTube?

2008-05-20 Thread Mike Francisco
I've been trying to google if such jquery plugin is available, but I am not quite sure how to search for it (or what to call it). I am referring to the cycle effect that shows the 'What is being watched right now.' thumbnails in YouTube. If you know of a jquery implemented plugin, please let me

[jQuery] AJAX ui.tabs and $(document).ready()

2008-05-20 Thread Scott
It appears that when you use the AJAX implementation of ui.tabs the $ (document).ready() function is never executed. Should I be doing something else to get some JS to run when the page loads?

[jQuery] Re: Only Acept Number and . or ,

2008-05-20 Thread Ariel Flesler
This is exactly what you need: http://itgroup.com.ph/alphanumeric/ This could be useful too: http://digitalbush.com/projects/masked-input-plugin -- Ariel Flesler http://flesler.blogspot.com On 20 mayo, 01:48, Don Quijote de Nicaragua [EMAIL PROTECTED] wrote: I need to create a input, but

[jQuery] Re: .css question

2008-05-20 Thread Ariel Flesler
Maybe you're moving the image but not the link. So the link stays where it was, try putting that id to the link instead. -- Ariel Flesler http://flesler.blogspot.com On 20 mayo, 07:34, Davis [EMAIL PROTECTED] wrote: Hi, i got a simple html a href=abc img id=xxx

[jQuery] [SITE] Site

2008-05-20 Thread Dragan Krstic
http://www.eurovision.tv/ on pages dedicated to each contestant. At least, they use lyte(light)box and sifr. -- Dragan Krstić krdr http://krdr.ebloggy.com/

[jQuery] Re: MooTools to Query

2008-05-20 Thread Ariel Flesler
jQuery.LocalScroll: http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html -- Ariel Flesler http://flesler.blogspot.com On 20 mayo, 08:27, Michael [EMAIL PROTECTED] wrote: Hi, I have a coda slider working using mootools, but want to use JQuery as my main library. I have this

[jQuery] Re: Checking a radio button

2008-05-20 Thread [EMAIL PROTECTED]
Thanks for this feedback but that is what I'm trying and the radio button is empty. My script is script type=text/javascript $(document).ready(function() { $('#Demo[value=EasyOrder Basic]').attr('checked', true); }); /script and the URL is

[jQuery] Bug Fix: Multiple File Upload Plugin

2008-05-20 Thread Diego A.
Hi All, All users of this plugin should download the latest version to fix a fatal bug in IE7. SEE: http://www.fyneworks.com/jquery/multiple-file-upload/ Cheers, Diego A.

[jQuery] How to extract an object from a jQuery reference?

2008-05-20 Thread Jerome
I'm not quite sure how to describe, or search for, my question in existing discussions. I apologize in advance for my lack of search savvy. I understand that you can take an ordinary DOM object and create a jQuery reference out of it: var myDOMObject = document.myform.mytextfield; var

[jQuery] Re: [tooltip] explorer 6 conditional statement?

2008-05-20 Thread olestaats
Thanks for this. I played around and can't find any docs to explain it specifically... This is the code I'm working with: $.tooltip = { blocked: false, defaults: { delay: 200, showURL: true, extraClass: ,

[jQuery] [OT] twitter

2008-05-20 Thread Alexandre Plennevaux
hi friends, now that jquery uses twitter, i might give twitter a chance. Can you recommend a good way to use it? A twitter client? Which? i'm a bit afraid of the distraction it brings. but using it in my Greader is not very satisfactory. Any clue, welcomed ! Thanks, -- Alexandre Plennevaux

[jQuery] Re: attr difference in Firefox and IE7

2008-05-20 Thread Ariel Flesler
So.. Have you tried using jQuery 1.2.4 ? jQuery.attr works completely different now. -- Ariel Flesler http://flesler.blogspot.com On 20 mayo, 08:35, Sid [EMAIL PROTECTED] wrote: Karl, Thanks a lot :-) Works perfectly well. But IE still shows an error notification in the status bar. I'm

[jQuery] Re: Show element onclick

2008-05-20 Thread Scott Sauyet
hubbs wrote: I have a list of divs that I would like to display one at a time when a link is clicked. How would I do this with jQuery? a href=#Show another/a divContent 1/div div style=display:none;Content 2/div div style=display:none;Content 3/div div style=display:none;Content 4/div div

[jQuery] Re: How to extract an object from a jQuery reference?

2008-05-20 Thread Mike
I'm not quite sure how to describe, or search for, my question in existing discussions. I apologize in advance for my lack of search savvy. I understand that you can take an ordinary DOM object and create a jQuery reference out of it: var myDOMObject = document.myform.mytextfield; var

[jQuery] Re: [OT] twitter

2008-05-20 Thread Rey Bango
I chose Snitter since it was built using jQuery and has all of the features that I want. http://getsnitter.com/ Other options include the open source Spaz http://funkatron.com/spaz (also built using jQuery) and TWhirl. Rey Alexandre Plennevaux wrote: hi friends, now that jquery uses

[jQuery] Re: explorer 6 conditional statement?

2008-05-20 Thread Mike
Thanks for this. I played around and can't find any docs to explain it specifically... This is the code I'm working with: $.tooltip = { blocked: false, defaults: { delay: 200, showURL: true, extraClass: ,

[jQuery] Re: How to extract an object from a jQuery reference?

2008-05-20 Thread Pyrolupus
On May 20, 3:37 pm, Jerome [EMAIL PROTECTED] wrote: I'm not quite sure how to describe, or search for, my question in existing discussions.  I apologize in advance for my lack of search savvy. I understand that you can take an ordinary DOM object and create a jQuery reference out of it:

[jQuery] Re: twitter

2008-05-20 Thread Pyrolupus
On May 20, 3:48 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: now that jquery uses twitter, i might give twitter a chance. Can you recommend a good way to use it? A twitter client? Which? i'm a bit afraid of the distraction it brings. but using it in my Greader is not very satisfactory.

[jQuery] Re: [OT] twitter

2008-05-20 Thread Morgan Allen
Twitterfox works ok, I have not tried anything else On Tue, May 20, 2008 at 12:48 PM, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hi friends, now that jquery uses twitter, i might give twitter a chance. Can you recommend a good way to use it? A twitter client? Which? i'm a bit afraid of

[jQuery] Re: explorer 6 conditional statement?

2008-05-20 Thread olestaats
Justed tested in IE6 and IE7 and FF... works in all three! Thanks so much! here is the link should you be interested: http://www.projects.redpointdesign.ca/rp Brian On May 20, 2:04 pm, Mike [EMAIL PROTECTED] wrote: Thanks for this. I played around and can't find any docs to explain it

[jQuery] Re: explorer 6 conditional statement?

2008-05-20 Thread olestaats
Ah, Brilliant! That works in IE6 and FF2 I need to make sure it works in IE7 as well. Can I take the same statment: top: $.browser.msie ? 100 : -60 , and make it specific to IE6? so is: top: $.browser.msie6 ? 100 : -60, going to work? Thanks! On May 20, 2:04 pm, Mike [EMAIL PROTECTED] wrote:

[jQuery] jQuery tooltip doesn't work after UpdatePanel update?

2008-05-20 Thread vladv
Does jQuery supposed to work with asp.net ajax update panel? I used jQuery tooltip : http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ but after the update panel update every tooltip is reset to default tooltip. how can this be fixed? Thank you

[jQuery] Re: How to extract an object from a jQuery reference?

2008-05-20 Thread Jerome
And that seems to be what I'm looking for. Thanks for pointing this out. Jerome. On May 20, 2:56 pm, Pyrolupus [EMAIL PROTECTED] wrote: On May 20, 3:37 pm, Jerome [EMAIL PROTECTED] wrote: I'm not quite sure how to describe, or search for, my question in existing discussions. I

[jQuery] Re: selectors question

2008-05-20 Thread Scott Sauyet
nos wrote: input name=Categories class=listcomplete value=Cat1 Cat2 Cat3 ul liCat1/li liCat2/li liCat3/li liCat4/li liCat5/li /ul I'm not quite sure what you're looking to do, and this markup is part of the issue. There is no type attribute on your input tag. Is this just

[jQuery] Re: How to extract an object from a jQuery reference?

2008-05-20 Thread Michael Geary
I understand that you can take an ordinary DOM object and create a jQuery reference out of it: var myDOMObject = document.myform.mytextfield; var myJQueryRef = $(myDOMObject); var myHtml = myJQueryRef.html(); I know, I can chain.  But for the sake of this example, I won't. Is

[jQuery] Re: attr difference in Firefox and IE7

2008-05-20 Thread David McFarland
On May 20, 2008, at 12:47 PM, Ariel Flesler wrote: So.. Have you tried using jQuery 1.2.4 ? jQuery.attr works completely different now. It does? Do you mean there are API changes? thanks --dave

[jQuery] Re: [autocomplete] Is there an update planned to work with jQ 1.4 ?

2008-05-20 Thread Romain Sauvaire
Thanks for your answer ! We are all waiting :) Continue the good job Jörn On 20 mai, 19:29, Jörn Zaefferer [EMAIL PROTECTED] wrote: Yes, absolutely! I'm just waiting for the release. That applies to other plugins using dimensions, too, eg. tooltip. Jörn On Tue, May 20, 2008 at 4:38 PM,

[jQuery] Re: attr difference in Firefox and IE7

2008-05-20 Thread Ariel Flesler
No, no API changes, .attr() is still .attr(). But it has been modified and a lot of existing issues were fixed. -- Ariel Flesler http://flesler.blogspot.com On 20 mayo, 18:10, David McFarland [EMAIL PROTECTED] wrote: On May 20, 2008, at 12:47 PM, Ariel Flesler wrote: So.. Have you tried

[jQuery] alert shows value, but can't get it passed to a function??

2008-05-20 Thread pedalpete
Hey, I'm kinda stumped on this one, but I'm sure it's not that complicated. I'm using jmaps to load a google map, and i can set the zoom with mapZoom by manually entering 'mapZoom: 12', etc. However I have a form, and I am trying to adjust the maps zoom based on the range selected in the form.

[jQuery] BlockUI: What's wrong with this code?

2008-05-20 Thread Chris Jordan
Can anyone tell me what's wrong with the following code: $(function(){ $(.thumb).bind(mouseover, function(){ $(this).blockUI({ message: $(this).attr(alt) }) }).bind(mouseout,function(){

[jQuery] Re: Checking a radio button

2008-05-20 Thread Karl Rudd
Right, the problem is that every radio button has the same id, remove them. You can use: $(':radio[value=EasyOrder Basic]').attr('checked', true); On a side note, why do you need to check the radio button via JavaScript, why can't you check it on the server side? Karl Rudd On Wed, May 21,

[jQuery] Re: [OT] twitter

2008-05-20 Thread Jason Huck
I've tried several, but always come back to Twitterific: http://iconfactory.com/software/twitterrific - jason (http://twitter.com/easykill)

[jQuery] Re: BlockUI: What's wrong with this code?

2008-05-20 Thread Chris Jordan
I figured it out. It should be $(this).block() NOT $(this).blockUI()... duh... On Tue, May 20, 2008 at 5:10 PM, Chris Jordan [EMAIL PROTECTED] wrote: Can anyone tell me what's wrong with the following code: $(function(){ $(.thumb).bind(mouseover, function(){

[jQuery] Page Over Preview Navigation.

2008-05-20 Thread Ian
Hello All, First off thanks to the jquery team, they've made a great little library which has made me get my hand dirty, and understand a little bit of javascript, thanks. Im hoping someone can help me out with the following... Im trying to make a preview window, that lets you scroll over a

[jQuery] Case Insensitive Selector

2008-05-20 Thread Rafael Soares
Hi! I'm using a [attribute*='value'] selector, and the only problem is that I need it to be case insensitive. Is there any way I could do it? Thanks.

[jQuery] Re: jQuery tooltip doesn't work after UpdatePanel update?

2008-05-20 Thread Gauthier Segay
You may need to reattach the tooltip plugin to the dom being refreshed. Does your asp.net component support attaching custom javascript on content refresh? If it doesn't support that (not very extensible), you may override the default behaviour by monkey patching the javascript function being

  1   2   >