[jQuery] Re: ANNOUNCE: jqUploader upgraded to 1.0.2

2007-06-28 Thread Shelane
This works on Mac Firefox 2. It fails in Safari 2. In Safari 2, it allows you to select an image. Once you click Upload, it gives this message: and don't you come back ;) All the while it shows the "Chose a file to upload: (Chose File button) no file selected. On Jun 28, 3:55 pm, "Alexandre Ple

[jQuery] Re: need suggestion on modifying jtip

2007-06-28 Thread Karl Swedberg
Hi Ritesh, I'm the guilty one. :-) My name is in the jquery.cluetip.js file, along with some meager inline documentation. It's still not quite ready for prime time, but it's getting close. Now if Glen would stop coming up with so many great ideas for features, I could actually finish it u

[jQuery] Re: blockUI error

2007-06-28 Thread Mike Alsup
Thanks for catching and reporting that one, Jack. It's fixed now and v1.24 is available at: http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.blockUI.js Mike On 6/28/07, Jack Killpatrick <[EMAIL PROTECTED]> wrote: Anyone know what might cause this error, using latest (1.1.1)

[jQuery] Odd behavior with events and loaded content

2007-06-28 Thread [EMAIL PROTECTED]
I have a page (edit.asp) which uses the .load() to load another page into a div. Inside this loaded page (students.asp) is a select box (id="classavailable") and a link (id="ajaxAdd"). I am trying to run an event after the user selects a value in the select box and clicks the link. Right now, I j

[jQuery] Re: Naming Conventions

2007-06-28 Thread Felix Geisendörfer
I would prefer .maskInput as the method name, coz, it conveys both the intention and what it applies to. "mask" doesnt convey where it applies to and probably can be used for a more generic plugin. $('input.date').mask(...) should be good enough to imply what is meant I think. I used to be in f

[jQuery] Re: Naming Conventions

2007-06-28 Thread Ganeshji Marwaha
I would prefer .maskInput as the method name, coz, it conveys both the intention and what it applies to. "mask" doesnt convey where it applies to and probably can be used for a more generic plugin. Regarding, the namespace for additional methods. I agree that MaskedInput is the one that actually

[jQuery] blockUI error

2007-06-28 Thread Jack Killpatrick
Anyone know what might cause this error, using latest (1.1.1) blockUI plugin in Firefox 2.x? From Firebug: $.blockUI.impl.pageBlockEls has no properties http://localhost/franklee/js/jquery.blockUI.js?v=1.1.1 Line 320 My code is super simple, based on demo here: http://malsup.com/jquery/block/#

[jQuery] Joern Form Validation hangs IE when validate monster forms

2007-06-28 Thread Web Specialist
Hi all. I have a monster form with more than 110 fields(separeted in tabs) to validate before save in our DB. Every fields need easy validation like: rules ... pat_ds_veiculo_ano:{required: "#pat_co_veiculos:checked",digits: true, rangeValue:[1905,2008]}, pat

[jQuery] Re: Naming Conventions

2007-06-28 Thread Felix Geisendörfer
I like it simple: [x] .mask [  ] .maskInput -- Felix -- My latest blog posts: My Business: http://www.fg-webdesign.de Josh Bush wrote: As my masked input plugin approaches 1.0, I'm noticing that my plugin isn't following the conventions of the jQuery libra

[jQuery] Naming Conventions

2007-06-28 Thread Josh Bush
As my masked input plugin approaches 1.0, I'm noticing that my plugin isn't following the conventions of the jQuery library itself. Currently my plugins main method is .maskedinput(mask,options) I'm thinking I should change it to .maskInput(mask,options) or simpley .mask(mask,options) I think

[jQuery] Re: Jörn's autocomplete - que stion

2007-06-28 Thread Shelane Enos
Is there an option to not turn on the bolding for the search results? On 6/28/07 3:14 PM, "Shelane Enos" <[EMAIL PROTECTED]> wrote: > > I changed options to this: {minChars: 3, delay: 300, max: 1000, mustMatch: > true, cacheLength: 1, matchSubset: false} > > Here is another oddity: > If I typ

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Daryl
Seems this trick, either done via the bgiframe plugin or by manually inserting the iframe inline in the code, doesn't work with the original version of tooltip. On 6/28/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Rodrigo Castilho Galvão Ferreira wrote: > > Problem continue in IE6 (being beh

[jQuery] Re: Jörn's autocomplete - que stion

2007-06-28 Thread Shelane Enos
I changed options to this: {minChars: 3, delay: 300, max: 1000, mustMatch: true, cacheLength: 1, matchSubset: false} Here is another oddity: If I type 'cal poly' everything I've typed simply disappears. I'm sure this is due to the must match, but it happens while I'm still in that field. 'cal po

[jQuery] Re: FCKEditor/Codepress/TinyMCE Plugin

2007-06-28 Thread Diego A.
Hi Jorn, I agree with your comments and I've implemented the changes you suggested. $.fck.create(options) - finds and initializes FCk editor instances $.fck.intercept - intercepts known methods and stores them within the plugin (at the moment there's only one method so it's only one variable, n

[jQuery] Re: Jörn's autocomplete - que stion

2007-06-28 Thread Shelane Enos
OK, since I do want a "mustMatch" scenario, I shouldn't worry about the first firing of the autocomplete? I see a couple of different options related to caching: matchSubset, cacheLength. Do I need to set cacheLength to 1 and matchSubset to false? So because of the "comma" even with multiple by

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Jörn Zaefferer
Josh Bush wrote: Doh! What an oversight on my part. I should have placed it in it's own namespace to avoid conflicts. Thank you for pointing that out. I'll fix that pronto and throw a sub-release out. Maybe I can find out why the Esc key dumps the mask quickly and roll that change out along

[jQuery] ANNOUNCE: jqUploader upgraded to 1.0.2

2007-06-28 Thread Alexandre Plennevaux
Dear friends, this is to let you know that jqUploader has been upgraded to version 1.0.2. I would be very interested to hear from mac users as i do not have one and could not test for these setups. HYPERLINK "http://www.pixeline.be/experiments/jqUploader/"http://www.pixeline.be/experiments/

[jQuery] Re: Jörn's autocomplete - question

2007-06-28 Thread Dan G. Switzer, II
>OK, I'm responding to multiple emails here. > >http://education.llnl.gov/jquery/autocomplete.html > >There is no result or search being called. There is a value attribute in >the >field, but no value. It's the mustMatch that's triggering the AJAX call. When the autocomplete() is called, it calls

[jQuery] Re: FCKEditor/Codepress/TinyMCE Plugin

2007-06-28 Thread Diego A.
I've never used TinyMCE so I was actually hopping that someone who does use is would pick up my FCK plugin and edit it accordingly (the structure of the code could in fact remain as it is). Thanks for the "pat on the back". On Jun 27, 8:25 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Die

[jQuery] Interface Sortables in a scrolling div

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

[jQuery] Re: Jörn's autocomplete - que stion

2007-06-28 Thread Shelane Enos
OK, I'm responding to multiple emails here. http://education.llnl.gov/jquery/autocomplete.html There is no result or search being called. There is a value attribute in the field, but no value. I changed the option and now that's working. I think the arrows down in "more" is what is a little de

[jQuery] Re: Jörn's autocomplete - question

2007-06-28 Thread Dan G. Switzer, II
>Is there a known bug for why it's firing at page load? I just double checked and loaded the index.html from the latest SVN and it doesn't fire an XHR requests at load. Is your input field pre-populated with a value? -Dan

[jQuery] Re: Jörn's autocomplete - question

2007-06-28 Thread Jörn Zaefferer
Dan G. Switzer, II wrote: The "more" text was a feature some one requested, so I added something very basic one day. You can disable that by setting the moreItems to false. And that should be fine until some actually requests paging through results. -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Josh Bush
Doh! What an oversight on my part. I should have placed it in it's own namespace to avoid conflicts. Thank you for pointing that out. I'll fix that pronto and throw a sub-release out. Maybe I can find out why the Esc key dumps the mask quickly and roll that change out along with the namespace

[jQuery] Re: Jörn's autocomplete - question

2007-06-28 Thread Dan G. Switzer, II
>I only need it in at least a simi-usable state for now :-) > >Is there a known bug for why it's firing at page load? Are you call result() or search() or anything else that would cause an AJAX operation at load? >Here is my new call: >$("#univrelations").autocomplete("/tools/univfull.lasso", {

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Jörn Zaefferer
Rodrigo Castilho Galvão Ferreira wrote: Problem continue in IE6 (being behind tooltip in tags select) $('[EMAIL PROTECTED]').Tooltip({ delay: 500, showURL: false }).bgiframe(); Please try this instead: $('[EMAIL PROTECTED]').Tooltip({ ... }); $("#tooltip").bgiframe(); I'll add bgifr

[jQuery] Re: FCKEditor/Codepress/TinyMCE Plugin

2007-06-28 Thread Jörn Zaefferer
Diego A. wrote: Any feedback will be appreciated. I find an integration plugin that simply registers itself with other plugins to support any kind of rich text editor for those plugins quite interesting. That and mabe simplifying the setup of those editors, like you seem to do with $.FCK()

[jQuery] Re: Jörn's autocomplete - question

2007-06-28 Thread Dan G. Switzer, II
>> Alright, so that just show's how my day is going. That fixed the second >> problem. The results are now displaying. However, the "more" that shows >at >> the bottom of the list isn't doing anything. Also, why is it firing at >the >> start? >> >The "more" is just an indicator that more resul

[jQuery] Re: Jörn's autocomplete - que stion

2007-06-28 Thread Shelane Enos
Yeah, I'm definitely working on that now because I'm seeing a few other oddities. I'll let you know as soon as I have it up. On 6/28/07 1:46 PM, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > > Shelane Enos wrote: >> (I wish this was some where that I could show it.) >> > Just extract a sma

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Rodrigo Castilho Galvão Ferreira
Problem continue in IE6 (being behind tooltip in tags select) $('[EMAIL PROTECTED]').Tooltip({ delay: 500, showURL: false }).bgiframe(); New Bug: Problem too in IE7 (selecting tags select disabled focus) -- Rodrigo Castilho Galvão Ferreira www.rodrigocastilho.com On 6/

[jQuery] Re: Jörn's autocomplete - question

2007-06-28 Thread Jörn Zaefferer
Shelane Enos wrote: (I wish this was some where that I could show it.) Just extract a small bit of the page including the scripts and upload it somewhere. -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Jörn's autocomplete - que stion

2007-06-28 Thread Shelane Enos
I only need it in at least a simi-usable state for now :-) Is there a known bug for why it's firing at page load? Here is my new call: $("#univrelations").autocomplete("/tools/univfull.lasso", {minChars: 3, delay: 300, limit: 1000, mustMatch: true}); It still sends limit 10. Is there a known b

[jQuery] Re: Jörn's autocomplete - question

2007-06-28 Thread Jörn Zaefferer
Shelane Enos wrote: Alright, so that just show's how my day is going. That fixed the second problem. The results are now displaying. However, the "more" that shows at the bottom of the list isn't doing anything. Also, why is it firing at the start? The "more" is just an indicator that mor

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Ganeshji Marwaha
$.maskedinput.addDefinition(...); $("...").maskedinput(...); yup, that should be a nice API for users as well.. -GTG On 6/28/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Josh Bush wrote: > What an odd error. I'll look into it sometime this weekend. If > that's the worst problem that gets

[jQuery] Re: Jörn's autocomplete - question

2007-06-28 Thread Jörn Zaefferer
Dan G. Switzer, II wrote: Also getting this error now: element.css({width:typeof options.width == "string" || options.width > 0 ? options.width : jQuery(input).width()}).below is not a function https://cand- dev.llnl.gov/resources/javascripts/jQuery/jquery.autocomplete.j s ... clip ...

[jQuery] Re: Jörn's autocomplete - que stion

2007-06-28 Thread Shelane Enos
Alright, so that just show's how my day is going. That fixed the second problem. The results are now displaying. However, the "more" that shows at the bottom of the list isn't doing anything. Also, why is it firing at the start? On 6/28/07 1:03 PM, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wr

[jQuery] Re: need suggestion on modifying jtip

2007-06-28 Thread bingo
Glen sent me a link, separately in an email..and it does exactly what I needed...checkout example with option of sticky. http://examples.learningjquery.com/62/demo/index.html#features Great work ( i wasn't able to find the name of the developer of clueTip) Ritesh On Jun 28, 1:14 pm, bingo <[EMA

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

2007-06-28 Thread Jörn Zaefferer
Sam Collett wrote: With those changes I just made it is working, but as it uses undocumented functions (onblur, onkeyup settings and the validator.check function). There is document option you missed: submitHandler. A callback that is invoked when the form is valid after a form submit. Of co

[jQuery] Re: need suggestion on modifying jtip

2007-06-28 Thread bingo
i don't agree completely with Glen's wishlist . The list is very specific...but just being able to drag/move, close and click on links inside the floating div, will be very useful.. I am trying to hack jtip using some ideas from hoverIntent..but that didn't work nicely..looking for some more idea

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Jörn Zaefferer
Josh Bush wrote: 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. Its always a good sign for a pretty stable codebase when only really weird bugs pop up .-) A proposal: Its qui

[jQuery] Jquery Gallery Site...

2007-06-28 Thread tzmedia
Since there is no Jquery gallery that I know of... Next up pretty cool, it's got a slide down and a fade in in the header on each page: http://www.liveatbethelpointe.com Very nice I like... :)

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

2007-06-28 Thread Glen Lipka
Bravo. Excellent. I love when plugins work on top of one another. How about using HoverIntent to make the rollover wait until you put the mouse over slow? Glen On 6/28/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: GianCarlo Mingati wrote: > $("div#mygaltwo").slideView({ easeFunc: "backinout"

[jQuery] Re: dumb interface question

2007-06-28 Thread Christopher Jordan
Oh! I get it. Thanks very much Dan. That's wasn't very clear on the site. :o) Chris Dan G. Switzer, II wrote: Chris, I've never used the interface plug-in before, and I've just downloaded it, but I'm not completely understanding how to "install" it. The zip file contains a file called in

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

2007-06-28 Thread Jörn Zaefferer
Brendon G wrote: 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 c

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

2007-06-28 Thread Jörn Zaefferer
GianCarlo Mingati wrote: $("div#mygaltwo").slideView({ easeFunc: "backinout", easeTime: 1200, toolTip: true }); et voilà, you get a gallery. Now, how cool is that? Great stuff. I love the backinout easing. I consider integration of plugins the toughest part of all plugin development, nice

[jQuery] Re: Jörn's autocomplete - question

2007-06-28 Thread Dan G. Switzer, II
>Also getting this error now: > >element.css({width:typeof options.width == "string" || options.width > 0 ? >options.width : jQuery(input).width()}).below is not a function >https://cand- >dev.llnl.gov/resources/javascripts/jQuery/jquery.autocomplete.j >s ... clip ... >> > src="/resources/javasc

[jQuery] Re: dumb interface question

2007-06-28 Thread Dan G. Switzer, II
Chris, >I've never used the interface plug-in before, and I've just downloaded >it, but I'm not completely understanding how to "install" it. > >The zip file contains a file called interface.js and then a folder >called compressed that contains all the effects js files. Am I >supposed to put the

[jQuery] dumb interface question

2007-06-28 Thread Chris Jordan
Hi folks, I've never used the interface plug-in before, and I've just downloaded it, but I'm not completely understanding how to "install" it. The zip file contains a file called interface.js and then a folder called compressed that contains all the effects js files. Am I supposed to put the int

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Karl Swedberg
Hi Rodrigo, Have you tried including the bgiframe plugin? That should do the trick. Exactly what it was meant to solve. http://jquery.com/plugins/project/bgiframe --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 28, 2007, at 11:40 AM, Rodrigo Cast

[jQuery] Re: Jörn's autocomplete - que stion

2007-06-28 Thread Shelane Enos
Also getting this error now: element.css({width:typeof options.width == "string" || options.width > 0 ? options.width : jQuery(input).width()}).below is not a function https://cand-dev.llnl.gov/resources/javascripts/jQuery/jquery.autocomplete.j s On 6/28/07 12:27 PM, "Shelane Enos" <[EMAIL PROT

[jQuery] Re: Jörn's autocomplete - que stion

2007-06-28 Thread Shelane Enos
I'm at a loss with even the basics right now. For some reason the remote file is getting called when the page loads: GET: https://cand-dev.llnl.gov/tools/univfull.lasso?q=&limit=10 It does execute again when I enter my 3 letters and returns results, only they don't show.

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

2007-06-28 Thread Ganeshji Marwaha
np :) On 6/28/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: Thanks heaps, Ganeshji! :o) Chris Ganeshji Marwaha wrote: 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.

[jQuery] Re: Collapsible List

2007-06-28 Thread aDeviKreates
Unfortunately, I don't have a live site to look at. This is an intranet site right now. Is there any other information I can provide that might help? On Jun 28, 10:28 am, Scott Sauyet <[EMAIL PROTECTED]> wrote: > aDeviKreates wrote: > > I can get this to work halfway, showing the group of Produ

[jQuery] Re: Transparent Shadows on 4 Sides

2007-06-28 Thread Scott Moore
I already looked at those. The Custom Borders was close, but I'm interested if anything else is out there that doesn't require so many images. On Jun 28, 1:41 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Do a control-f on this page:http://docs.jquery.com/Plugins > for the word corner. There ar

[jQuery] Re: Jörn's autocomplete - question

2007-06-28 Thread dswitzer
>When I downloaded your latest from svn and put that in place of the version >I had from your website, my results no longer displayed. Your website >still >has the old version. What changed? Is there a new call I need to make? >Another way to display the results? > >Does anyone have a working e

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

2007-06-28 Thread Christopher Jordan
Thanks heaps, Ganeshji! :o) Chris Ganeshji Marwaha wrote: 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 o

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

2007-06-28 Thread Dan G. Switzer, II
>$.ajax({ > type: "POST", > url: "test.php", > data: "query:edit&id="+idval, > > dataType: "json", > success: function(data){ > $.each(data, function(index, value) { >id = '#' + index; >$(id).val(value); // does anyone know if this works? The $.val() method

[jQuery] Re: Transparent Shadows on 4 Sides

2007-06-28 Thread Glen Lipka
Do a control-f on this page: http://docs.jquery.com/Plugins for the word corner. There are a couple. Not sure if any use shadows though. Glen On 6/28/07, Scott Moore <[EMAIL PROTECTED]> wrote: Has anything like this been ported to jQuery? http://www.456bereastreet.com/lab/transparent_custom

[jQuery] Re: BlockUI and unBlockUI after validation routine

2007-06-28 Thread Mike Alsup
It looks to me like the code you supplied does 3 things, all of which occur when the page loads: 1) Add click handler to the submit button to call blockUI 2) Prepare a form for validation to occur on keydown events 3) Unblock the UI My point is that unblockUI is not invoked in response to any v

[jQuery] Transparent Shadows on 4 Sides

2007-06-28 Thread Scott Moore
Has anything like this been ported to jQuery? http://www.456bereastreet.com/lab/transparent_custom_corners_borders/

[jQuery] Re: BlockUI and unBlockUI after validation routine

2007-06-28 Thread Ganeshji Marwaha
for this, i would suggest something along the lines of the the example given below... You will have this somewhere in ur code... this is the validation logic var validator = $("#frm").validate({ rules: {} }); What i am trying to say is, u dont specify the event that is used by the validator in

[jQuery] Jörn's autocomplete - question

2007-06-28 Thread Shelane Enos
Hey Jörn, When I downloaded your latest from svn and put that in place of the version I had from your website, my results no longer displayed. Your website still has the old version. What changed? Is there a new call I need to make? Another way to display the results? Does anyone have a worki

[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:edit&id="+idval, dataType: "json", success: function(data){ $.each(data, function(index, value) { id = '#' + index; $(id).val(value); // does anyone know if this works? })

[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: $(document).ready(functio

[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] 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] 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: Firefox finds Jquery in ... 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: 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: 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 us

[jQuery] Firefox finds Jquery in ... 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: 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, with

[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: 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] > wrote: So did I. Maybe becau

[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 > ha

[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 t

[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="ali 20"; var r=$("/student/name", xml).text(); alert(r); and it alerts with an empty string so i am sure this is wrong but what is correct sorry if such

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

2007-06-28 Thread thilothamm
hi I was trying to adress relatively from this. example... lets say "div02" is visible the other divs are not I TRIED LIKE THIS, BUT IT DOESNT WORK $("a.selectlink").click(function(){ $(this).$("div:visible").fadeOut(); }); I want to have all the visible divs in $(this) I tr

[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 = ""; if($(this)

[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

[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] 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 l

[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. > >http://docs.

[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. Tha

[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: 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: http://www.w3.org/1999/xhtml";> Nic Skerten Photography T

[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 cor

[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 subm

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

2007-06-28 Thread Sam Collett
With those changes I just made it is working, but as it uses undocumented functions (onblur, onkeyup settings and the validator.check function). On Jun 28, 5:03 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > it seems like ur test page is working as expected when i look at it. > > has it been

[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 $(function() { $('#SubmitForm').click(function() { $.blockUI(); }); }); $(document).ready(function(){ ... // VALI

[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. I've

[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"

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

2007-06-28 Thread Ganeshji Marwaha
it seems like ur test page is working as expected when i look at it. has it been fixed? -GTG On 6/28/07, Sam Collett <[EMAIL PROTECTED]> wrote: 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 f

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

2007-06-28 Thread Renato Formato
Massimiliano Marini ha scritto: 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 jQ

[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] 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] 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] 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: http:/

[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: 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

  1   2   >