[jQuery] Re: a drop down quick note

2007-06-28 Thread tundrax
Use thickbox http://jquery.com/demo/thickbox/ ;)

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Gilles (Webunity)
Nice! However, when you see the mask and press ESC the mask also disappears ;) On 28 jun, 03:21, Josh Bush [EMAIL PROTECTED] wrote: Hey there, I'm back at it trying to push to a 1.0 release. I made some code changes, so I would like some verification that all is well before I move this to a

[jQuery] Re: NEWS: Ajax Rain: Showcase of Awesome Ajax Controls

2007-06-28 Thread Gilles (Webunity)
Nice website ray! I wonder if all jQuery plugins there are also on the plugins page On 27 jun, 19:05, Rey Bango [EMAIL PROTECTED] wrote: I came across a great link today on DZone.com for Ajax Rain (http://www.ajaxrain.com). It has one of the best lists of Ajax widgets and controls I've ever

[jQuery] Re: HELP!!!!!!

2007-06-28 Thread Rob Desbois
I don't know whether the line wraps you have are hard wraps or not - beware that you can't run a string across multiple lines in JS. Otherwise this looks fine on the face of it, although I'm not familiar with the validation plugin so couldn't be sure that you've configured that correctly. Where

[jQuery] Re: HELP!!!!!!

2007-06-28 Thread Dan Eastwell
As an aside: If you're using firebug (on firefox) - try console.log('test'); it will appear in the console and not interrupt the script. Not that that would affect any other errors you might have.. I'd greatly encourage you to install this if you haven't On 6/28/07, Sebastián V. Würtz [EMAIL

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Joel Birch
On 28/06/2007, at 6:41 PM, Muckinger wrote: Maybe someone can see whats going wrong: http://www.media-giganten.de/test/innerfade_test/test.html The problem is not occurring Mac Firefox by the way. I think your issue is caused because you have all of the CSS inline within the style

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
I extended the Test-Page, Test3 + Test4 are now with style-definitions from the head... but always the same effect :-( http://www.media-giganten.de/test/innerfade_test/test.html http://www.media-giganten.de/test/innerfade_test/test.html thumblewend wrote: On 28/06/2007, at 6:41 PM,

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Joel Birch
On 28/06/2007, at 7:26 PM, Muckinger wrote: I extended the Test-Page, Test3 + Test4 are now with style- definitions from the head... but always the same effect :-( I just opened your latest page in IE6 and in IE7. I can see your problem with the top two examples, but the bottom two work

[jQuery] Validation Plugin - hows to only fire on form submit?

2007-06-28 Thread Sam Collett
Is it possible to only run validation when the form is submitted? I am using version 1.1 of the validation plugin (http://bassistance.de/ jquery-plugins/jquery-plugin-validation/) I want to do something only when the form is submitted, so tried this basic code: $(form).validate( {

[jQuery] Weird Safari problem

2007-06-28 Thread Gordon
I am having an odd problem with Safari and hiding a collection of elements. I'm using jQuery 1.1.2 until 1.1.3 reaches release quality. The situaition is as follows: There is a fieldset in a form for filling out addresses. If the browser is javascript-capable then this fieldset is hidden and

[jQuery] BlockUI and unBlockUI after validation routine

2007-06-28 Thread Web Specialist
Hi all. I'm trying to use BlockUI to show a message while a validation routine occurs in my form. Looks like this: $(document).ready(function(){ /* when user fires submit button blockUI shows a wait message - WORKS FINE */ $(function() {

[jQuery] Re: BlockUI and unBlockUI after validation routine

2007-06-28 Thread Sam Collett
Looks like you are missing the brackets: $.unblockUI(), not $.unblockUI On Jun 28, 11:09 am, Web Specialist [EMAIL PROTECTED] wrote: Hi all. I'm trying to use BlockUI to show a message while a validation routine occurs in my form. Looks like this: $(document).ready(function(){

[jQuery] Re: Validation Plugin - hows to only fire on form submit?

2007-06-28 Thread Rob Desbois
Sam, On the API documentation page have a look at the examples for .validate() - http://jquery.bassistance.de/api-browser/plugins.html#validateMap There is a parameter called 'event' which seems to control when each input is validated, its use is shown a couple of times. This isn't documented

[jQuery] Re: easing plugin break jQuery, easing plugin needs a small fix

2007-06-28 Thread george.gsgd
Hi, I've included the recommended changes and tested against the nightly, all working fine. http://gsgd.co.uk/sandbox/jquery.easing.php So, am I ahead of the game in releasing a 1.1.3 ready plugin (admittedly because I didn't do it right in the first place)? Incidently the new plugin page

[jQuery] how to make cross browser application with javascript

2007-06-28 Thread [EMAIL PROTECTED]
hi, I want to make code in javascript for client side it is runninf in IE but not in FireFoxPls Help

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-28 Thread Yansky
You could do it with Canvas and a directX filter. Something like this: http://paste.css-standards.org/15230/view On Jun 27, 5:50 am, cfdvlpr [EMAIL PROTECTED] wrote: Is there any plugin that will rotate an image 90 degrees? Something tells me this is difficult if not impossible to do.

[jQuery] Re: Randomly insert one of a pre-defined HTML extracts?

2007-06-28 Thread zarino
Ooh, Scott, I'm so sorry, I've just realised a problem. Since the path to the 'facts' directory is relative, it only works for 'parent' HTML files on the one level. I have a homepage at the root level (eg: keep/default.htm), and then various other pages one level further in (eg:

[jQuery] Re: Estimated 1.1.3 release date?

2007-06-28 Thread Chip D
Thanks for the update John, that's great news! On Jun 27, 6:15 pm, John Resig [EMAIL PROTECTED] wrote: We got delayed trying to add some speed improvements, it'll be this work week, we're just checking against the final few plugins that we broke last time. --John On 6/27/07, Chip D

[jQuery] Help!

2007-06-28 Thread Nick
I'm pulling my hair out - so any help on this would be much appreciated. I've been putting together a revamped website and would like to use Thickbox to generate popup windows to display images. As Thickbox needs the jQuery library I've downloaded the latest version and declared it in thehead

[jQuery] Re: jQuery, Ajax Form and memory usage

2007-06-28 Thread Vivi
Oops...

[jQuery] Interface: Problem with re-calculating droppables positions?

2007-06-28 Thread Ruchi
Hi, I have a scrolling list of droppables. Everything works fine when I drop to the first few visible drop elements. However, if I scroll down to a drop element, and then drag an element to there, I still get the id of the droppable that was present in that position earlier. I've tried calling

[jQuery] Re: slideViewer now works with the toolTip plugin!

2007-06-28 Thread GianCarlo Mingati
Ganeshji ciao, for unknown number i mean that the script (wich is my first attempt at making something with jquery) waits for the images to be fully downloaded before even counting how much of them are present for each gallery and counting that images a new list of links is built. Maybe unknown

[jQuery] Help!

2007-06-28 Thread Nick
I'm pulling my hair out - so any help on this would be much appreciated. I've been putting together a revamped website and would like to use Thickbox to generate popup windows to display images. As Thickbox needs the jQuery library I've downloaded the latest version and declared it in thehead

[jQuery] Re: Randomly insert one of a pre-defined HTML extracts?

2007-06-28 Thread zarino
Aahh, fair enough. I'm having to design this for somebody else to maintain (someone with little coding knowledge) and I guessed just having one file would be easier than having two. I'll ask their opinion. But thank you for everything. :-D ~ Zarino On Jun 27, 11:38 pm, Scott Sauyet [EMAIL

[jQuery] jQuery

2007-06-28 Thread Brandon
Check it out: www.BrandonsMansion.com

[jQuery] jQuery and IE7?

2007-06-28 Thread Nick
Sorry if this query has appeared twice but it doesn't seem to be making it up onto the list. My problem is: Implementing a new website and would like to use Thickbox to display images in popup window. Have included the jQuery library code statement as required but when I test the page locally

[jQuery] Non integer amount of visible items

2007-06-28 Thread yhager
Hi, I am trying to achieve a view of 3.5 DIVs in jcarousel. The reason is that in terms of usability, it gives the user the understanding there is more info and he needs to scroll if he wants to view it. While I haven't dived deep into the code yet, when I try to use non-integer value for the

[jQuery] Re: how to make cross browser application with javascript

2007-06-28 Thread Rob Desbois
Hi Rajesh, We need you to provide some information on your code if you need help. Are you receiving any errors in Firefox? If so then where? Have you installed Firebug? I can highly recommend it for debugging scripts in Firefox. If that doesn't help, you need to provide us with the bits of code

[jQuery] Re: Quick question about jQuery getElementsByName

2007-06-28 Thread Erik Beeson
From http://docs.jquery.com/DOM/Traversing/Selectors Get the input field's value with the name of 'bar': $([EMAIL PROTECTED]).val(); --Erik On 6/27/07, Yansky [EMAIL PROTECTED] wrote: How would I use the document.getElementsByName() selector method in jQuery?

[jQuery] Re: jQuery

2007-06-28 Thread Rob Desbois
I feel very stupid for clicking on that :-( I was expecting some super-excellent jQuery usage. Oh well, back to work... On 6/28/07, Brandon [EMAIL PROTECTED] wrote: Check it out: www.BrandonsMansion.com

[jQuery] Re: Validation Plugin - hows to only fire on form submit?

2007-06-28 Thread Sam Collett
The validation doesn't fire on element blur before you submit the form (only after), perhaps it may be a bug? What I want to do is show a message when the form is submitted, not when an element loses focus (but also want the error class to be added to an element when it is not valid). What may

[jQuery] Re: Interface: Problem with re-calculating droppables positions?

2007-06-28 Thread Michael Fuerst
Hi, I have a scrolling list of droppables. Everything works fine when I drop to the first few visible drop elements. However, if I scroll down to a drop element, and then drag an element to there, I still get the id of the droppable that was present in that position earlier. I've tried

[jQuery] Interface drag/drop: Limiting number of items

2007-06-28 Thread Michael Price
Here's a tricky one (although it probably won't turn out that way in the end!) I've got two unordered lists and I'm using Interface to allow items to be dragged between the two. However, if possible I'd like to limit the top list to only contain a maximum of 3 items, with any further items

[jQuery] Re: BlockUI and unBlockUI after validation routine

2007-06-28 Thread Web Specialist
Sorry Sam, mistyped. I'm using $.unblockUI(). 2007/6/28, Sam Collett [EMAIL PROTECTED]: Looks like you are missing the brackets: $.unblockUI(), not $.unblockUI On Jun 28, 11:09 am, Web Specialist [EMAIL PROTECTED] wrote: Hi all. I'm trying to use BlockUI to show a message while a

[jQuery] Re: Difference between element and # access

2007-06-28 Thread Karl Swedberg
Hey, no worries. I understand the motivation was good. :) --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 27, 2007, at 4:48 PM, Terry B wrote: sry man, i wasnt meaning to get on ya... i wanted to just to point it out cause some ppl really dont

[jQuery] Re: Help!

2007-06-28 Thread Alexandre Plennevaux
Link to your website? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick Sent: jeudi 28 juin 2007 8:54 To: jQuery (English) Subject: [jQuery] Help! I'm pulling my hair out - so any help on this would be much appreciated. I've been putting

[jQuery] Re: BlockUI and unBlockUI after validation routine

2007-06-28 Thread Mike Alsup
You need to provide more of the code or a link to a sample page. It's likely that you have a JavaScript error somewhere and the unblockUI call is never truly being invoked. Mike On 6/28/07, Web Specialist [EMAIL PROTECTED] wrote: Sorry Sam, mistyped. I'm using $.unblockUI().

[jQuery] [Beginner] Is that correct ?

2007-06-28 Thread Renaud V
[I'm not a native english speaker, sorry for my mystakes] I've just created my first script using jquery. The goal was to create a form with images you can click to select an option instead of using classical radio buttun. The html code is the following : table class=DynSelect tr td

[jQuery] Monitor a whole forms elements for change..

2007-06-28 Thread Brendon G
Is is possible to monitor every form element in a form for change? I tried something like this (and some other variations) to no avail. $('input,select').change(function(){ // do something alert(You changed something); }); Why i want to do it: If a form element is changed i'm going to

[jQuery] Re: Interface drag/drop: Limiting number of items

2007-06-28 Thread Erik Beeson
I'm not a whiz at interface, but here's a rough stab at it to get you started with something. Totally untested, so good luck :) $('#firstList').Droppable({ ..., onDrop: function(drag) { if($(this).size() 3) { $(this).children(':last').prependTo('#secondList'); } } });

[jQuery] need help with googlecode svn checkout and eclipse

2007-06-28 Thread Robert O'Rourke
hi, I've got aptana installed for all my web development work but when I try and checkout the jquery svn trunk as a project it gets a 400 bad request message. I have the latest version of subclipse running and finding it really hard to get any useful information about this issue from web

[jQuery] Re: jQuery

2007-06-28 Thread Allan Mullan
Hmm yeah, I got fooled too! :-S Rob Desbois wrote: I feel very stupid for clicking on that :-( I was expecting some super-excellent jQuery usage. Oh well, back to work... On 6/28/07, *Brandon* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Check it out: www.BrandonsMansion.com

[jQuery] toggle content link (beginner)

2007-06-28 Thread tlob
Hi there I have something like [code] function popUp(url) { newwindow=window.open(url,'soundbumbam','height=50,width=150'); window.focus(); return false; } div id=sound a

[jQuery] Re: Non integer amount of visible items

2007-06-28 Thread Jan Sorgalla
yhager wrote: Hi, I am trying to achieve a view of 3.5 DIVs in jcarousel. The reason is that in terms of usability, it gives the user the understanding there is more info and he needs to scroll if he wants to view it. While I haven't dived deep into the code yet, when I try to use

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
Ok, the Problem is fixed in IE with the Class-Definitions in the Head. But with Firefox the Problem still exists... :-( Muckinger wrote: I extended the Test-Page, Test3 + Test4 are now with style-definitions from the head... but always the same effect :-(

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
Sorry fpr the double-Posting, bitte i replied to the wrong message... Ok, the Problem is fixed in IE with the Class-Definitions in the Head. But with Firefox the Problem still exists... :-( thumblewend wrote: On 28/06/2007, at 7:26 PM, Muckinger wrote: I extended the Test-Page, Test3 +

[jQuery] Re: toggle content link (beginner)

2007-06-28 Thread tlob
what do you think about that: $(#soundme).toggle(function(){ $(this).empty().append(sound on); },function(){ $(this).empty().append(sound off);

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Joel Birch
On 28/06/2007, at 10:20 PM, Muckinger wrote: Sorry fpr the double-Posting, bitte i replied to the wrong message... Ok, the Problem is fixed in IE with the Class-Definitions in the Head. But with Firefox the Problem still exists... :-( At my end, the problem appears to be fixed in IE6,

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Josh Bush
What an odd error. I'll look into it sometime this weekend. If that's the worst problem that gets found, I'll consider myself lucky! Thank you for the heads up. Josh On Jun 28, 1:17 am, Gilles (Webunity) [EMAIL PROTECTED] wrote: Nice! However, when you see the mask and press ESC the mask

[jQuery] Re: error at new plugin page

2007-06-28 Thread Mike Hostetler
Upon first glance, this appears to be a consequence of some tweaking I did earlier this week. I enabled the ability to browse jQuery plugins by API compatibility, which for some odd reason removes all projects without a release, even when selecting the All state. I've since changed things back

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
I use Firefox 1.5. Maybe this Version causes the Problem. Maybe anybody have a Solution für all Main-Browsers... thumblewend wrote: On 28/06/2007, at 10:20 PM, Muckinger wrote: Sorry fpr the double-Posting, bitte i replied to the wrong message... Ok, the Problem is fixed in IE with

[jQuery] Autocomplete

2007-06-28 Thread Josh Owens
First time posting to the list. I have been using jquery for a couple of months and it rocks! I am using Jörn's autocomplete plugin to query results from a database. Everything is working perfectly. However what I am wanting to do is have a select box next to the autocomplete box that will

[jQuery] Re: Draggables in jQuery

2007-06-28 Thread Dan G. Switzer, II
Remember, you can customize the Interface library. I've got a packed version with the following from Interface, and it's only 18K (I manually packed the code:) * Draggable * Droppable * Sortable * Accordion You can manually build an customer Interface package from here:

[jQuery] Re: Autocomplete

2007-06-28 Thread Robert O'Rourke
Josh Owens wrote: First time posting to the list. I have been using jquery for a couple of months and it rocks! I am using Jörn's autocomplete plugin to query results from a database. Everything is working perfectly. However what I am wanting to do is have a select box next to the

[jQuery] Re: Weird Safari problem

2007-06-28 Thread Gordon
Further experimentation seems to suggest that the problem is that effects like show and hide don't appear in document.ready in Safari. I don't know why this would be but I really do need some kind of effective workaround. On Jun 28, 11:01 am, Gordon [EMAIL PROTECTED] wrote: I am having an odd

[jQuery] Re: jQuery and IE7?

2007-06-28 Thread Su
This would be a lot easier to check on if we could see the actual document you're using. On 6/28/07, Nick [EMAIL PROTECTED] wrote: Sorry if this query has appeared twice but it doesn't seem to be making it up onto the list. My problem is: Implementing a new website and would like to use

[jQuery] Re: How do I find this error?

2007-06-28 Thread Christopher Jordan
Thanks! I'll give that a go! :o) Cheers, Chris Ganeshji Marwaha wrote: yes, u r right, u have to have one of those applications... i have used both script debugger and script editor. both are ok... so, first download and install it... and then follow the instructions that is given on the top

[jQuery] Re: Autocomplete

2007-06-28 Thread Dan G. Switzer, II
Josh, First time posting to the list. I have been using jquery for a couple of months and it rocks! I am using Jörn's autocomplete plugin to query results from a database. Everything is working perfectly. However what I am wanting to do is have a select box next to the autocomplete box that

[jQuery] validate() not working in IE(6 7)

2007-06-28 Thread Luc Pestille
Hi all, For some reason, the validate() plugin has somehow stopped working for me in IE. It did at a point in the past, but as it was working I didn't pay attention to it and carried on developing the rest of the site. I thought it might be a bug with jQuery 1.1.3a and validate() v1 RC1, so I

[jQuery] Re: validate() not working in IE(6 7)

2007-06-28 Thread Brandon Aaron
There is a known bug with Validate and jQuery 1.1.3a. -- Brandon Aaron On 6/28/07, Luc Pestille [EMAIL PROTECTED] wrote: Hi all, For some reason, the validate() plugin has somehow stopped working for me in IE. It did at a point in the past, but as it was working I didn't pay attention to it

[jQuery] Re: Validation Plugin - hows to only fire on form submit?

2007-06-28 Thread Sam Collett
While it is not exactly the best way to do it (it uses undocumented settings), I have found a solution, but still have one issue - the showErrors function still runs when there are no errors (i.e. the errors parameter is an empty object). var validator = $(form).validate( { onblur:

[jQuery] Re: Autocomplete

2007-06-28 Thread Josh Owens
Dan G. Switzer, II wrote: A while back I added the setOptions() method to allow you to do this exactly this type of thing. The setOption() method will allow you to update the original settings you configured. Using this option you can either physically change the AJAX URL or just update the

[jQuery] Re: toggle content link (beginner)

2007-06-28 Thread Karl Swedberg
Since you're just changing the text of the link, you could do this: $('#soundme').toggle(function() { $(this).text('sound on'); // do other stuff return false; }, function() { $(this).text('sound off'); // do other stuff return false; }); --Karl _ Karl Swedberg

[jQuery] Re: validate() not working in IE(6 7)

2007-06-28 Thread Luc Pestille
Thanks Brandon - downgrading to 1.1.2 for the back end of the site (the front end needs 1.1.3a due to another bug) has fixed the problem. Roll on 1.1.3 final! Luc Pestille Web Designer From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[jQuery] Re: error at new plugin page

2007-06-28 Thread george.gsgd
Is there any way to modify/delete releases? On Jun 28, 1:52 pm, Mike Hostetler [EMAIL PROTECTED] wrote: Upon first glance, this appears to be a consequence of some tweaking I did earlier this week. I enabled the ability to browse jQuery plugins by API compatibility, which for some odd reason

[jQuery] Re: error at new plugin page

2007-06-28 Thread Karl Swedberg
Thanks for the update and the fix, Mike! Much appreciated! --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 28, 2007, at 8:52 AM, Mike Hostetler wrote: Upon first glance, this appears to be a consequence of some tweaking I did earlier this week. I

[jQuery] Re: Autocomplete

2007-06-28 Thread Dan G. Switzer, II
Josh, Which version of autocomplete has the setOptions() and flushCache() methods? I believe that I tried setOptions with Jorn's plugin but it came back as undefined. It looks like you'll need to go to the SVN to get the latest version: http://dev.jquery.com/browser/trunk/plugins/autocomplete/

[jQuery] Re: Autocomplete

2007-06-28 Thread Josh Owens
Dan G. Switzer, II wrote: Josh, Which version of autocomplete has the setOptions() and flushCache() methods? I believe that I tried setOptions with Jorn's plugin but it came back as undefined. It looks like you'll need to go to the SVN to get the latest version:

[jQuery] Fill form fields with value returned from a query

2007-06-28 Thread Massimiliano Marini
Hi all, like in the subject, I do a query with $.ajax on a php file, the query retrieve a name and a surname, in which format I must send out the data from my php file? And how I can manage this data to fill in the appropiate field in my form? My actually jQuery code : $.ajax({ type: POST,

[jQuery] how to catch a scroll event for the document ...

2007-06-28 Thread Michael Stuhr
i tried: $j('body').scroll( function() { console.info ('scrolling ...'); // do sth }); but it doesn't work ... Maybe the selector is wrong, but what is the correctr one ? micha

[jQuery] Tooltip Bug

2007-06-28 Thread Rodrigo Castilho Galvão Ferreira
Hi JQueries, Problem in IE Plugin Tooltip (Joern Zaefferer) Tooltip is for backwards of SELECT browser IE or same in the browser IE7 it does not leave to select combo correctly. Which the solution? Thanks, -- Rodrigo Castilho Galvão Ferreira www.rodrigocastilho.com

[jQuery] Re: Fill form fields with value returned from a query

2007-06-28 Thread Dan G. Switzer, II
like in the subject, I do a query with $.ajax on a php file, the query retrieve a name and a surname, in which format I must send out the data from my php file? And how I can manage this data to fill in the appropiate field in my form? My actually jQuery code : $.ajax({ type: POST, url:

[jQuery] Re: How do I find this error?

2007-06-28 Thread Christopher Jordan
Okay, so after looking for a while online it seems that most people think that Microsoft Script Editor is superior in debugging to Visual Studio or Microsoft Script Debugger. So, I've got MSE installed, and now I'm having trouble using it. I'll admit to never having used a debugger before.

[jQuery] Re: BlockUI and unBlockUI after validation routine

2007-06-28 Thread Web Specialist
Sorry Mike. I'm using in our intranet. But code is simple like this: // function to show wait message when user fires submit button script type=text/javascript $(function() { $('#SubmitForm').click(function() { $.blockUI(); }); }); /script script

[jQuery] Re: BlockUI and unBlockUI after validation routine

2007-06-28 Thread Mike Alsup
All this shows is that unblockUI executes when the DOM is ready. I don't understand what you're trying to do. Mike On 6/28/07, Web Specialist [EMAIL PROTECTED] wrote: Sorry Mike. I'm using in our intranet. But code is simple like this: // function to show wait message when user fires

[jQuery] Callback problems in loop

2007-06-28 Thread Krafton
Hello, Here is my problem I have two arrays 'liens' and 'ids'. The first array contains links that have to be loaded in the second array which contains ids liens[0] must be loaded in ids[0], liens[1] ... ids [1], etc... When clicking on a link, all these are supposed to be loaded in their

[jQuery] Re: Help!

2007-06-28 Thread Nick
Alexandre I'm still testing it locally at the moment when I got this problem - so haven't uploaded it. One of the sites that show the problem are: http://www.bbcgoodfood.com/ A section my code where I load jquery follows: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://

[jQuery] Re: .click() not working on page loaded with .load()

2007-06-28 Thread Krafton
Hello, Foloowing your advices, my code looks so now : $(document).ready(function() { clicks(); } ); function clicks() { clicks(); } I will try to bind just new loaded links instead of bind the whole three each time it loads.

[jQuery] Collapsible List

2007-06-28 Thread aDeviKreates
Greetings All! I am attempting to create a price list as follows: Product Product Category Items When the user comes to the page, I want all the Products to be visible with their Categories and Items hidden. Once the user clicks on the Product, I want the Categories to be displayed with their

[jQuery] Re: JQuery on 'load'ed html

2007-06-28 Thread DXCJames
Awesome, this should work prefectly! thankS!!! On Jun 22, 7:19 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hi there, Sure, you can re-bind the event handler after the new elements are inserted into the DOM. Here is a tutorial that describes a couple solutions.

[jQuery] jQuery architecture need explanation

2007-06-28 Thread zixel
Unless is something you did not disclose on purpose, I think the architecture of jQuery need a brief explanation. This would benefit the widesperad of the library itself. I think peple are still afraid of jQuery because its architecture is too smart, and therefor also too hard to understand (at

[jQuery] Re: Non integer amount of visible items

2007-06-28 Thread yhager
Jan Sorgalla wrote: yhager wrote: Hi, I am trying to achieve a view of 3.5 DIVs in jcarousel. The reason is that in terms of usability, it gives the user the understanding there is more info and he needs to scroll if he wants to view it. While I haven't dived deep into the code

[jQuery] Re: jQuery and IE7?

2007-06-28 Thread Nick
Su Sorry - code below: Should also have mentioned that the delay only happens the first time the page is accessed in an IE7 session - so if I re-run the page a second time, there is no delay. This applies to both the local test of the following HTML and also remotely accessed webpages that use

[jQuery] Re: JQuery on 'load'ed html

2007-06-28 Thread DXCJames
I lied.. ahah, I cant get either way to work.. this is the function i am trying to get to re-bind.. which technique would you suggest? $(dl).find(dt.sidewidget-top, dt.widget- top).find(ul).click(function(){ var itemSelected = ;

[jQuery] adressing relatively from $(this) - jquery beginner!

2007-06-28 Thread thilothamm
hi I was trying to adress relatively from this. example... a class=mylink div classdiv01/div div classdiv02/div div classdiv03/div /a lets say div02 is visible the other divs are not I TRIED LIKE THIS, BUT IT DOESNT WORK $(a.selectlink).click(function(){

[jQuery] xml what i am doing wrong

2007-06-28 Thread ali
well i try to pars xml string with jquery but i think i dont know how i should do it i do this for a try var xml=studentnameali/name age20/age/student; var r=$(/student/name, xml).text(); alert(r); and it alerts with an empty string so i am sure this is wrong but

[jQuery] need suggestion on modifying jtip

2007-06-28 Thread bingo
hi, I am trying to develop a plugin that extends jtip. So you see a new floating div on mouse over but you can also click on links and buttons available in the new floating box. But if you are mouse is neither on the original link or within the floating box, then hide the floating box. I think

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
I push the thread a little bit, because we really need a Cross-Browser Solution for such Fading-Stuff. I tested a lttle bit more, but until now no solution for Safari and Firefox 1.5 worked. Muckinger wrote: I use Firefox 1.5. Maybe this Version causes the Problem. Maybe anybody have

[jQuery] Re: jQuery

2007-06-28 Thread Scott Sauyet
Allan Mullan wrote: Hmm yeah, I got fooled too! :-S Rob Desbois wrote: I feel very stupid for clicking on that :-( I was expecting some super-excellent jQuery usage. Oh well, back to work... On 6/28/07, *Brandon* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: So did I. Maybe because

[jQuery] Re: Collapsible List

2007-06-28 Thread Scott Sauyet
aDeviKreates wrote: I can get this to work halfway, showing the group of Products and when I click on the Product it does display the list of Categories for that Product. However, I am stuck here. I cannot get it to when I click on the Category this list of items is displayed. Do you have a

[jQuery] Re: need suggestion on modifying jtip

2007-06-28 Thread Glen Lipka
This is exactly what I was looking for the other day. Like if a Tooltip and a Modal had a baby. Some features that would be useful: (wishlist) 1. Optional header to drag/move. 2. Optional X to make it go away. 3. Optional Opacity settings. 4. Show options (like fadeIn or SlideDown,

[jQuery] Firefox finds Jquery in headscript type=text/javascript.../script of Thickbox Window Source Code, but IE does not

2007-06-28 Thread cfdvlpr
Any ideas on why this happens and what I should do differently so that I don't have this problem? Should I just put all the Jquery code in the page that loads the thickbox? I'd rather not have to do that, and I have to think there is a better way.

[jQuery] Re: jQuery architecture need explanation

2007-06-28 Thread Sean Catchpole
I'll take my shot at giving a crude and rough overview of the magic behind jQuery. Javascript is somewhat of an after-the-fact editor in the sense that it change change or edit the html after the client has received it. Of course it can do much more, but lets focus on this for a moment. jQuery

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
I take a deeper look at the plugin, and it seems that Firefox has problems with the postion: absolut at line 44 $(elements[i]).css('z-index', String(elements.length-i)).css('position', 'absolute'); only a guess... but the style-declaration is need, else the hole container jums when fading.

[jQuery] Re: Firefox finds Jquery in headscript type=text/javascript.../script of Thickbox Window Source Code, but IE does not

2007-06-28 Thread John Resig
Do you have an example page where this is occurring? This will help us to diagnose the problem better. --John On 6/28/07, cfdvlpr [EMAIL PROTECTED] wrote: Any ideas on why this happens and what I should do differently so that I don't have this problem? Should I just put all the Jquery code

[jQuery] Re: BlockUI and unBlockUI after validation routine

2007-06-28 Thread Web Specialist
What I want to do: - When user submits our form blockUI blocks and after validated(I have a routine with) blockUI unblocks that form. 2007/6/28, Mike Alsup [EMAIL PROTECTED]: All this shows is that unblockUI executes when the DOM is ready. I don't understand what you're trying to do.

[jQuery] Re: How do I find this error?

2007-06-28 Thread Ganeshji Marwaha
Once u have debugger installed and *enabled*, IE should automatically break when a js error is encountered. Typically IE will ask you if u wanna debug this error or not. Clicking debug will open the script editor and stop execution on the line of code where the error was encountered. This is one

[jQuery] jQuery remake of Apple Mac ProductBrowser

2007-06-28 Thread Sam Sherlock
after seeing the jQuery remake of the hoverAccordion http://berndmatzner.de/jquery/hoveraccordion/ I have become entranced with the productBrowser. I think that perhaps the jScroll plugin could do this with a small amount of customisation - if it can be used with the easing plugin. the original

[jQuery] onChange event and ptTimeSelect

2007-06-28 Thread grep
I'm fairly new to jQuery and javascript - I'm also sure I'm missing a simple concept here but, I can't seem to be able to google myself an answer. Situation: I am using the ptTimeSelect plugin http://pttimeselect.sourceforge.net/example/index.html. Code-Snippet: script src=/jquery.js

[jQuery] Re: Fill form fields with value returned from a query

2007-06-28 Thread Luiz Vitor
You could try $.each $.ajax({ type: POST, url: test.php, data: query:editid=+idval, dataType: json, success: function(data){ $.each(data, function(index, value) { id = '#' + index; $(id).val(value); // does anyone know if this works? }); }

  1   2   >