[jQuery] Moving Plugin Support to Google Code

2008-09-10 Thread Diego
Hi all, I find Trac notoriously and unnecessarily difficult to navigate, not to mention some pretty dismal flaws in the interface such as not displaying the project name in the Add New Release page. So I'm going to move all of my plugins to Google code. This means I can use sub-version to keep

[jQuery] Traversing the style of childs

2008-09-10 Thread Shoaib
I have a div (#container) possess a number of contents in children divs (.content). '.content' is styled as: {display:inline; float:left;} How can I get the collective width of all those '.content' I tried the followng var contents = $(#container .content);//It is fine and returns array of divs

[jQuery] Re: Validate remote: passing multiple variables?

2008-09-10 Thread ryanstreet
Thank you very much for the assistance. I will give it a shot. On Sep 9, 5:41 pm, Xinhao Zheng [EMAIL PROTECTED] wrote: hiryanstreet,     You can use $.('xxx').serialize() to collect all the input element into an array,or else you may try json,like json = '{     a:

[jQuery] Re: String passed by value or by reference

2008-09-10 Thread Ungebeten
OMG - that easy! Thanks so much!! Am 09.09.2008 um 23:38 schrieb MorningZ: SUPER easy fix, and just a slight oversight linename = Row + linecount++; to var linename = Row + linecount++; this keeps linename *local* inside the function the way you had it, it was

[jQuery] Re: non-recursive element filtering

2008-09-10 Thread Dominique Callewaert
Actually, that wouldn't work for what i try to accomplish, but it does help! I guess i would need a function indeed, but one that filters out the buttons that have 'too many' div.list parents. The total would be relative to the container i start with: f.i. if the container has 3 div.list's in

[jQuery] Re: Tabs ui links

2008-09-10 Thread Daniel Beard
Hi again, Just one thing. I noticed that this only works the first time you click a link. Any subsequent links open to a new page instead of the tab. It was quite easy to fix with livequery though, giving the following code: $(document).ready(function(){ $('#example ul').tabs({

[jQuery] Re: New jQuery Website...

2008-09-10 Thread jeremyBass
I think chris would see it right as on my vista pc (IE 7.0.6001.18000 ) all is fine... so my hunch is the largest hole is XP IE users... IE 7.0.5730.11 IE 7.0.5730.13 and all of IE 6 ... but i haven't check those since work eralyer today jeremyBass On Sep 9, 5:19 pm, Rick Faircloth [EMAIL

[jQuery] Validate Problem. Online Example. Please, help me out ...

2008-09-10 Thread shapper
Hello, Please, check my online example: http://www.27lamps.com/Beta/FileStyleValidate/FileStyleValidate.html I am using FileStyle (http://www.appelsiini.net/projects/filestyle) to style the input of type file.. Both form inputs are required. If you submit the form you will see the Title

[jQuery] Re: jScrollPane Help (URGENT)

2008-09-10 Thread Alexandre Plennevaux
if your chat html markup is using , let say, list elements, you could try : var $last = $(' ul.chatLog li:last'); $('.jscrollpane').scrollTo($last); Alexandre Plennevaux LAb[au] http://www.lab-au.com On Wed, Sep 10, 2008 at 12:19 PM, Kp [EMAIL PROTECTED] wrote: Hello all, I'm in quite

[jQuery] Re: Jcrop v0.9.0 image cropping plugin - comments please

2008-09-10 Thread Andy Matthews
Two words. Kick ass. But really...great job. I love the ability to skin the selection grid. I'd request only one feature, and this would admittedly be fringe. I'd love the ability to bind a doubleClick action to my form submit. Photoshop allows you to double click anywhere inside a cropping

[jQuery] Adding a new row

2008-09-10 Thread Babu PCA
Hi I need a help I have a table in which some 100 rows are there, each row contain a button, when i click button i want to add a new row below this row only how can i do this ? can any one help me Thanks

[jQuery] jQuery how to pronounce

2008-09-10 Thread Reinaldo JuniorZ
Hello guys, I'm goigo to give a speech on the campus about jQuery and I'm wondering what is the correct pronounce to jQuery... Any Help? Thanks

[jQuery] Re: Jcrop v0.9.0 image cropping plugin - comments please

2008-09-10 Thread Alexandre Plennevaux
beautifully executed. well done ! Alexandre Plennevaux LAb[au] http://www.lab-au.com On Wed, Sep 10, 2008 at 3:17 PM, Andy Matthews [EMAIL PROTECTED]wrote: Two words. Kick ass. But really...great job. I love the ability to skin the selection grid. I'd request only one feature, and

[jQuery] Re: jQuery how to pronounce

2008-09-10 Thread Andy Matthews
jay-queer-ee -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Reinaldo JuniorZ Sent: Wednesday, September 10, 2008 8:02 AM To: jQuery (English) Subject: [jQuery] jQuery how to pronounce Hello guys, I'm goigo to give a speech on the campus

[jQuery] marquee brought back to life with jQuery

2008-09-10 Thread Remy Sharp
Hi, I've just released a jQuery plugin that not only brings the marquee tag back to life, but IMHO does a smoother job of animating it in the browser :-) http://remysharp.com/2008/09/10/the-silky-smooth-marquee/ Enjoy!

[jQuery] Re: New jQuery Website...

2008-09-10 Thread Rick Faircloth
Yes, I'm on IE7, 7.0.5730.13. I'll have to check on upgrading. But why would there be so much difference between 7.0.6001.18000 and the rest? Surely there a lot of users using earlier versions... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On

[jQuery] Re: marquee brought back to life with jQuery

2008-09-10 Thread Alexandre Plennevaux
not sure about the usefulness of your plugin, but i sure love your webpage's background image: nice psyche effect when using mousewheel... ! Alexandre Plennevaux LAb[au] http://www.lab-au.com On Wed, Sep 10, 2008 at 3:46 PM, Remy Sharp [EMAIL PROTECTED] wrote: Hi, I've just released a

[jQuery] Re: jQuery how to pronounce

2008-09-10 Thread Michael Stuhr
Reinaldo JuniorZ schrieb: Hello guys, I'm goigo to give a speech on the campus about jQuery and I'm wondering what is the correct pronounce to jQuery... Any Help? best javascript framework EVAR! :-) -- micha

[jQuery] Re: Validation Plugin Not Working in FF3 but okay in IE, Chrome and Opera 9.5?

2008-09-10 Thread Jörn Zaefferer
Your script tag seems to get ignored in Firefox: You've got type=text/jscript there, which should be text/javascript. That may be it. Jörn On Tue, Sep 9, 2008 at 7:24 PM, Bill [EMAIL PROTECTED] wrote: I am using the great Validation plugin by Jörn Zaefferer (http://

[jQuery] Re: Validate dynamic-totals.html

2008-09-10 Thread Jörn Zaefferer
Hi John, all I can offer is a bit of help on this list and improving the plugin where appropiate. In this case it sounds like what you need is a programmer with some JavaScript knowledge. Either you learn jQuery and related JavaScript yourself, eg. via the excellent Learning jQuery book, or hire

[jQuery] Re: Adding a new row

2008-09-10 Thread Brian Schilt
You can use the .clone() method to achieve this. When the button is clicked, clone the last row of the table then change any specific IDs. $('.button').click(function(){ var newRow = $('table tbody tr:last').clone(); $('table tbody').append(newRow); }); Brian On Sep 10, 7:29 am, Babu PCA

[jQuery] Re: Validate remote: passing multiple variables?

2008-09-10 Thread Jörn Zaefferer
That doesn't help much in this case, as currently there is no way to pass that data to the remote method and from there to the serverside. A possible workaround maybe the ajaxSend event: http://docs.jquery.com/Ajax/ajaxSend#callback You can use that to add additional data to be sent to the

[jQuery] Re: Traversing the style of childs

2008-09-10 Thread Brian Schilt
You've got the right idea, but don't worry about the css width property. Its better to use the .width() method built into jQuery to get what you want. You could do something like this: var size = 0; $(#container .content).each(function(){ size += $(this).width(); }); I have not tested the

[jQuery] Re: jQuery how to pronounce

2008-09-10 Thread Alexandre Plennevaux
i guess the real question becomes now: how to pronounce jay-queer-ee joke apart: hear it said by its own very creator: http://ejohn.org/blog/hacking-digg-with-firebug-and-jquery/ Alexandre Plennevaux LAb[au] http://www.lab-au.com On Wed, Sep 10, 2008 at 4:07 PM, Michael Stuhr [EMAIL

[jQuery] [validate] jQuery can't access children in the returned data

2008-09-10 Thread [EMAIL PROTECTED]
Can't anyone help me figure it out why this is happening? $(.ajaxForm).validate({ submitHandler: function(form) { $(form).ajaxSubmit({ dataType: 'html', success: function(responseText){

[jQuery] Re: jQuery how to pronounce

2008-09-10 Thread Andy Matthews
That reminds me of the how to pronounce GIF page: http://www.olsenhome.com/gif/ Incidentally, it's pronounced with a soft G, like giraffe. Not a hard G like gift. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: Wednesday, September

[jQuery] Re: marquee brought back to life with jQuery

2008-09-10 Thread Klaus Hartl
I revived it the other day as well...: http://www.stilbuero.de/2007/10/26/a-very-simple-download-indicator-the-glorious-return-of-the-marquee-tag/ ;-) --Klaus On Sep 10, 3:46 pm, Remy Sharp [EMAIL PROTECTED] wrote: Hi, I've just released a jQuery plugin that not only brings the marquee

[jQuery] Where to download jquery's doc

2008-09-10 Thread Yi Wang
Hi, I have a terrible speed on visiting doc.jquery.com. So I want to download a copy of jquery's reference manual. Where Can I find it? Thanks very much! -- Regards, Wang Yi

[jQuery] Simple toggle question…

2008-09-10 Thread unremarkable
Hi—a simple question from a newbie for you! :) I am trying to toggle the .class of an element (I can't toggle the #id, right?). However, what I have is not working. In short: --- style .gallery {background:red;} .list

[jQuery] ADO.NET and JQuery

2008-09-10 Thread [EMAIL PROTECTED]
Does anyone know how and what is the best way to interact with ASP.NET, ADO.NET, and JQuery? I have an ASP.NET GridView and when a link is clicked int he gridview, more detail is to be shown in a modal popup. I want to pass an id to a JQuery Popup and show relevant information. Has anyone done

[jQuery] [validate] Translation of the message-object with the SetDefaults function? How?

2008-09-10 Thread MarcDK
Hi! I want to translate the messages of the validation plugin without touching the org. files. I tried to overwrite the message object like this: code $.validator.setDefaults({ messages: { required: Dies ist ein Pflichtfeld!, remote: Bitte ändere die

[jQuery] Timeout/sleep in jQuery?

2008-09-10 Thread RichUncleSkeleton
I've made a drop-down menu with jQuery which works great, except that on mouseout the menu disappears instantly. I'd like it if there was a delay before the menu disappeared, in case the user moves the mouse out slightly by accident (or when moving to other parts of the menu). Here is my current

[jQuery] Re: Validation Plugin Not Working in FF3 but okay in IE, Chrome and Opera 9.5?

2008-09-10 Thread Bill
Jörn, Great catch that fixed it :) Thanks so much for taking a look. Bill On Sep 10, 8:09 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: Your script tag seems to get ignored in Firefox: You've got type=text/jscript there, which should be text/javascript. That may be it. Jörn On Tue, Sep 9,

[jQuery] [validate] Inserted HTML Removed on Field Focus

2008-09-10 Thread Nathan
I'm using the validation plugin and I'm getting some odd behavior when displaying errors and then focusing on a field. Here's my jQuery code: $('#demo-form').validate({ rules: { fname: 'required', lname: 'required', company: 'required',

[jQuery] Re: Cancel .toggle() when a link is clicked

2008-09-10 Thread jtibbetts
Unfortunately, adding return false to the link inside the toggle div doesn't stop the toggling. The return false just cancels the default behavior of the link (i.e. the href), but I need to cancel the default behavior of the parent toggle div. :\ On Sep 9, 6:45 pm, FrenchiINLA [EMAIL PROTECTED]

[jQuery] Re: Jcrop v0.9.0 image cropping plugin - comments please

2008-09-10 Thread Ca-Phun Ung
Love it! I'm hooked! :) Kelly wrote: Announcing initial release of Jcrop image cropping plugin for jQuery. This is my first plugin release, so I would appreciate any feedback. http://deepliquid.com/content/Jcrop.html Also posted to plugins.jquery.com There are some rough edges in the API

[jQuery] Re: New jQuery Website...

2008-09-10 Thread jeremyBass
All of the versions act different... mostly due to trying to fix some bug we are not thinking about but IE 7.0.6001.18000 (vista) 7.0.5730.11 (xp upgraded install to sp2) 7.0.5730.13(xp sp2 full install) they all act different... ie... if you wrote this... var agent=

[jQuery] Tabs Rotate Overlap

2008-09-10 Thread Chad Pry
Is there a way to get the tabs rotation effect to overlap just a little bit?

[jQuery] Re: [validate] jQuery can't access children in the returned data

2008-09-10 Thread Jörn Zaefferer
That isn't really related to validation, is it? Could you post the content of your responseText? Jörn On Wed, Sep 10, 2008 at 4:43 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can't anyone help me figure it out why this is happening? $(.ajaxForm).validate({ submitHandler:

[jQuery] Re: [validate] Translation of the message-object with the SetDefaults function? How?

2008-09-10 Thread Jörn Zaefferer
Give this a try: http://jquery.bassistance.de/validate/localization/messages_de.js Also included in the download, folder localization. Jörn On Wed, Sep 10, 2008 at 5:16 PM, MarcDK [EMAIL PROTECTED] wrote: Hi! I want to translate the messages of the validation plugin without touching the

[jQuery] Re: Adding a new row

2008-09-10 Thread Karl Swedberg
Brian's solution should work fine, except that clicking on the new row's button won't create another new row, because the event isn't being cloned along with the element. To clone events as well, use .clone(true) instead of .clone(). Also, if you're dealing with 100 or more rows, you might

[jQuery] Re: Timeout/sleep in jQuery?

2008-09-10 Thread MorningZ
This would delay hiding for half a second .mouseout( function() { setTimeout('$ (this).children(ul).css(display,none);', 500); });

[jQuery] Re: New jQuery Website...

2008-09-10 Thread Rick Faircloth
Your code demonstration is a definite strike against incremental upgrades in my eyes...something could break every few days. Since I don't use Vista, yet, I have to wonder how many of my sites are failing on IE7 for Vista, yet performing perfectly on every XP system. What a pain! Rick

[jQuery] Re: Simple toggle question…

2008-09-10 Thread Karl Swedberg
//Can't see anything obviously wrong with your code, but you could do it this way instead: $(document).ready(function(){ $(#thing).click( function () { $(#resultsview).toggleClass('gallery'); }); }); Then change your CSS to this: style .list {background:green;}

[jQuery] Re: New jQuery Website...

2008-09-10 Thread Chris Jordan
Amen to this sort of thing being a royal pain in the arse! :o( Chris On Wed, Sep 10, 2008 at 11:26 AM, Rick Faircloth [EMAIL PROTECTED]wrote: Your code demonstration is a definite strike against incremental upgrades in my eyes...something could break every few days. Since I don't use

[jQuery] Re: Timeout/sleep in jQuery?

2008-09-10 Thread Karl Swedberg
For this sort of thing, I strongly recommend the hoverIntent plugin: http://cherne.net/brian/resources/jquery.hoverIntent.html --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Sep 10, 2008, at 10:59 AM, RichUncleSkeleton wrote: I've made a drop-down menu

[jQuery] [validate] calling multiple fields in one remote: call?

2008-09-10 Thread ryanstreet
Is there a way to call multiple fields into one remote: call in the validate script? I have a credit card validation that is dependent on the card selected in an above select box. Example: $(document).ready(function(){ var options = { target:'#formResult', // target

[jQuery] Re: Simple toggle question…

2008-09-10 Thread ryanstreet
Usually, (but not always), a toggle() is used in an onclick action. Usually it is used to show or hide an element. Try something more like this: a href=javascript:void(0); id=thing onclick=$ ('#showresults').toggle();click/a div id=showresults ul id=resultsview class=list liblah/li

[jQuery] Re: [validate]

2008-09-10 Thread ryanstreet
What is directly after your select box? Sometimes if you have something that is either hidden or somewhat difficult to see, it will append to that instead and not show you your error message. errorPlacement: function(error, element) { $('#errordiv').show();

[jQuery] Re: Cancel .toggle() when a link is clicked

2008-09-10 Thread ryanstreet
perhaps, if you are looking to have an element shown for an indefinite period of time, perhaps just using show() and hide() are more up your alley. So instead of toggle for a div, use show and hide elements. That way, you don't have to write super functions and whatnot. That is the joy of

[jQuery] Re: Simple toggle question…

2008-09-10 Thread Nathan
You need quotes around all selectors. So $(#resultsview) should be $ (#resultsview) Also, I would download/use Firebug, as it will provide meaningful error messages in the console which you will learn and/or can paste to forum messages like this... -Nate On Sep 10, 9:46 am, unremarkable

[jQuery] Re: Superfish - changing background color and text colors

2008-09-10 Thread ric
hi joel, meanwhile i am very, very desperate :-( .. i cant find where to fix the problem .. i think that this is a fundamental function to be able to change the background and textcolor depending on the actual status. but it looks like i am the only one having that problem. I preparred a sample

[jQuery] Re: Where to download jquery's doc

2008-09-10 Thread Ca-Phun Ung
Yi Wang wrote: Hi, I have a terrible speed on visiting doc.jquery.com. So I want to download a copy of jquery's reference manual. Where Can I find it? Thanks very much! http://remysharp.com/2008/07/04/jquery-api-update-offline-and-anywhere/

[jQuery] Re: New jQuery Website...

2008-09-10 Thread jeremyBass
For what is worth... it's mostly the other way around... the lower the version the more issues... luckly... if like in this case... if it works in vista then is may not work in an IE7 version but if if works in the lowest IE7 version then it works on the vista version... at least all the sites

[jQuery] Re: ADO.NET and JQuery

2008-09-10 Thread MorningZ
There's a zillion ways to do this, but this is the way i do most my stuff if it helps you at all I use jQuery with .NET and i typically make a $.ajax call to a generic handler... super, and i mean bare to the bones, stripped down example Page (aspx): http://paste.pocoo.org/show/84931/ Handler

[jQuery] Re: ADO.NET and JQuery

2008-09-10 Thread MorningZ
also to note Rick Strahl's blog is an awesome resource for talk of ASP.NET with jQuery http://www.west-wind.com/Weblog/ShowPosts.aspx he's definitely the man

[jQuery] Re: New jQuery Website...

2008-09-10 Thread jeremyBass
Very true... the only thing I hate is the people the go around and are like firefox this safari that and worse yet the one's that are like I won’t support IE users... get real… I’m not a big fan of the sloth we call Microsoft but they are slowly wising up... it's just that well... IE is the

[jQuery] Re: Simple toggle question…

2008-09-10 Thread Karl Swedberg
Ha! Great catch, Nathan! Can't believe I missed that one myself. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Sep 10, 2008, at 12:12 PM, Nathan wrote: You need quotes around all selectors. So $(#resultsview) should be $ (#resultsview) Also, I would

[jQuery] Re: New jQuery Website...

2008-09-10 Thread Rick Faircloth
Yes, it's definitely the market that drives developers and not the other way around. We can have only miniscule affect on what browsers people use. And the ones whose minds we can change have probably already done their homework and made their choice. -Original Message- From:

[jQuery] uiTabs - Reference to self during Init.

2008-09-10 Thread Brad
I have the following uiTabs initialization code in my $ (document).ready function: var $tabs = $(#tabarea ul).tabs( { selected: 0 , disabled:[2] , spinner:'' , cache:true , ajaxOptions: { cache: false }

[jQuery] “Superfish” - IE issues

2008-09-10 Thread dmpeters63
I am using superfish on roids for a dropdown menu on a site I am building but I ran into some IE and CSS issues. It seems that: .sf-menu li li { background: #dee8ed; opacity: .8; filter:alpha(opacity=80); -moz-opacity:.8; border-bottom: 1px

[jQuery] Re: Leveraging a Select tag to drive Cycle Plugin Slideshow

2008-09-10 Thread Trisha
Hi Greg! We have the same problem. I've been trying the use the jQuery Cycle plugin to work with the select tag. Were you able to resolve yours?? ts causing me headaches, I would appreciate any help i! :) Cheers, Trish On Aug 29, 2:50 am, Greg [EMAIL PROTECTED] wrote: Has anyone used a Select

[jQuery] Re: Cancel .toggle() when a link is clicked

2008-09-10 Thread jtibbetts
Unfortunately, I need to click the div itself. I've tried every which way to avoid it, but the UI I'm creating requires it. 8| On Sep 10, 11:09 am, ryanstreet [EMAIL PROTECTED] wrote: perhaps, if you are looking to have an element shown for an indefinite period of time, perhaps just using

[jQuery] Slide toggle Function multiple times on a page! (for different elements)

2008-09-10 Thread Adardesign
Please take a look why this only works in FF style type=text/css !-- .itemAcceseor { width: 600px; border: 1px dashed #33; background-color: #00FF00; margin: 20px; } .a, .b { display:none; } - /style script language=JavaScript

[jQuery] Re: autocomplete questions

2008-09-10 Thread [EMAIL PROTECTED]
try: $('#topic1').focus(function(){ $('#topic1').onChange(0,true);} On Sep 9, 8:57 am, Shelane [EMAIL PROTECTED] wrote: To no avail, I tried adding this line: $('#topic1').trigger('keydown'); I also tried it as: $('#topic1').trigger('keypress'); to make this function like this:

[jQuery] Re: uiTabs - Reference to self during Init.

2008-09-10 Thread Brad
Let me try to better explain what I'm trying to do. I have a page that has 5 tabs on it. These tabs are loaded via Ajax. Each loaded tab can contain a relatively complex form. These forms also use AJAX. Some of these forms contain help text that may refer a user to features in another tab. I'd

[jQuery] Re: autocomplete questions

2008-09-10 Thread Shelane Enos
That resulted in the error onChange is not a function. I set it to change since that's the jQuery function. It still didn't do anything. On 9/10/08 11:24 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: try: $('#topic1').focus(function(){ $('#topic1').onChange(0,true);} On Sep 9, 8:57 

[jQuery] Re: Slide toggle Function multiple times on a page! (for different elements)

2008-09-10 Thread MorningZ
Might be a crazy guess but i'd say the src tag in script language=JavaScript src=file:///Macintosh HD/Users/ebraun/ Desktop/jquery-1.2.6.min.js type=text/javascript/script isn't valid/allowed

[jQuery] show hide selected on page load (beginner)

2008-09-10 Thread tlob
the following works pretty well on click: $('#form1 #ort_id option').click( function () { var wrapper = $(this).attr('value'); $('#schuppen-wrapper,#kirche-wrapper,#openair-wrapper,#andererort- wrapper').hide(); switch(wrapper){

[jQuery] Re: scrollTo anchor or class in div

2008-09-10 Thread Ariel Flesler
It makes sense, yes. I added some breakpoints, and it doesn't seem to be stepping into getShow(). That could be my crazy Firebug. Could you make sure the scrollToShow() function is actually being called ? The page reports one of those odd errores about Location.toString(). Also, note that

[jQuery] UI Drag and drop, dragging issue.

2008-09-10 Thread ripple_27
Has anyone else experienced an issue with dragging and dropping items from a table to a div? I have a group of items in a table and can drag them to a div for a drop, but along the way I lose the visible clone, when leaving the table area. I can still make the drop, though. It appears that the

[jQuery] Re: [validate] metadata bug

2008-09-10 Thread Mike Nichols
Done...this is at http://dev.jquery.com/ticket/3356#preview On Sep 9, 6:46 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: Could you file a ticket for this?http://dev.jquery.com/newticket Thanks Jörn On Tue, Sep 9, 2008 at 3:22 PM, Mike Nichols [EMAIL PROTECTED] wrote: If this is in a

[jQuery] Detecting Ctrl + click

2008-09-10 Thread [EMAIL PROTECTED]
Hi, How could I detect someone holding down the Ctrl key and then clicking the mouse button on something? Similar question for the Mac -- holding down the Shift key and clicking the mouse button. - Dave

[jQuery] Re: UI Drag and drop, dragging issue.

2008-09-10 Thread Richard D. Worth
If your question relates to jQuery UI Draggables and Droppables, please address the jQuery UI mailing list: http://groups.google.com/group/jquery-ui/ Thanks. - Richard On Wed, Sep 10, 2008 at 6:41 PM, [EMAIL PROTECTED] wrote: Has anyone else experienced an issue with dragging and dropping

[jQuery] How to load remoate jquery code with document.write() that works with IE6/7?

2008-09-10 Thread henry
I have a problem with IE (6 7) when I have something like this: script type=text/javascript src=http://domain.com/ generateCode.php/script and the server returns HTML and JS in place using document.write(), such as: script type=text/javascript document.write(' div id=xTESTING/div

[jQuery] Create an XML jQuery object from string

2008-09-10 Thread antsky
How do i create an jQuery XML object from string? i tried $(theXMLString) and jQuery constructs it using probably the HTML template and i'm unable to traverse the tree properly in this mode. is there anyway to specify the string as XML instead of the default HTML? thanks :)

[jQuery] Working on website trying to make a list.

2008-09-10 Thread Aaron
I am working on a website and I am trying to create a table. I plan to use php to generate the table with data from the mysql database to fill up the table however I want to set a max on that amount and if it goes over I want to generate other pages or create on the fly links to load to take the

[jQuery] Re: autocomplete questions

2008-09-10 Thread [EMAIL PROTECTED]
Hmm, I'll have to look at the autocomplete code further. onChange isn't a jQuery function, but it is the internal function used by the autocomplete add-on to initiate the usual search process. At first glance since autocomplete was just extending jQuery I thought you could call it directly, but

[jQuery] $.getJSON does not call call back function

2008-09-10 Thread standerby
Hi, I am trying to call a cross domain web service using the following code. The return data is in XML format. It appears that the call back function isn't get called. I can not add ?callback=? to the then of the url. Any thought? Thanks.

[jQuery] Jquery Cycle after callback problem?

2008-09-10 Thread Andrej
Hi, I am using the after callback to animate a div to the height of the next image after you click on the thumbnail. This works great (in Firefox only) when you actually click on the thumbnail, but when you first come to the gallery, from the toc page, (click on the first gallery):

[jQuery] blockUI + negative text-indent FF2 Mac

2008-09-10 Thread defderf
Just wanted to share something that I discovered today while troubleshooting a weird issue on FF2/Mac. I created a modal pop-up window using blockUI which has product details, including 2 buttons. Got it all styled up and looking good and then when testing on FF2 Mac, I discovered the content of

[jQuery] Conceptual problem. Is posible with Jquery??

2008-09-10 Thread etnas
Hi everybody! I have a conceptual problem and I'm not sure if it's possible to resolve with jQuery (or Javascript). In resume, I have an application with a few floats divs and I would like to select more than one with dragging a box with the mouse, like a common file-explorer. Everyone knows a

[jQuery] Slider menu like http://ui.jquery.com/demos

2008-09-10 Thread PRICE
Hi there, Do you know any Jquery plugin or source code like: http://ui.jquery.com/demos . I like this menu style but I am new at JQuery. I want to build new one but I stuck some places so need to see some source codes. If you know any, please inform me. Thank you...

[jQuery] Re: scrollTo anchor or class in div

2008-09-10 Thread pedalpete
I've upgraded to 1.2.6, and added an alert to show that scrollToshow() is actually being called. The Location.toString() error is a flash cross-domain xml error, nothing to do with jquery. I've set-up a test site for this at http://zifimusic.com/scrollTo?showid=1388718 but just to confirm, the

[jQuery] Re: $.getJSON does not call call back function

2008-09-10 Thread Karl Rudd
$.getJSON is meant to get JSON objects, which are, at their heart, script elements that get run (hence the callback). Because they are script elements they can be loaded in from another domain. Unfortunately you can't use the usual $.load or $.ajax functions to load in yjr XML because they use

[jQuery] Re: superfish menu, Error: $(ul.sf-menu) is null

2008-09-10 Thread Joel Birch
Yes, on the TEST5 page there is an enormous mess of namespace pollution from the form module. The dollar sign shortcut is being stolen. You can either use jQuery() instead of $(), or you can look into jQuery's handy noConflict() function. Joel Birch.

[jQuery] Determining visible elements in an overflowed div

2008-09-10 Thread spaceage
Is there any way to use jQuery to determine which elements/items are visible within a div that is overflowing? ie. let's say I have a bunch of p elements contained within a div, where the p elements are overflowing the div.  I want to use localScroll to scroll vertically to a given p element,

[jQuery] Re: JQuery Form Plugin and json

2008-09-10 Thread Felix Halim
Does jQuery provides a way to convert to JSON string? Felix Halim On Tue, Sep 9, 2008 at 10:22 PM, Mike Alsup [EMAIL PROTECTED] wrote: I'm using the jQuery Form PlugIn(http://www.malsup.com/jquery/form/) to handle my Forms. I like it, but I have a question about an improvment: At this

[jQuery] Re: Working on website trying to make a list.

2008-09-10 Thread Brad
Aaron, Normally you control that output server-side by limiting the result in your SQL. Look at help for the SELECT statement and the LIMIT clause. If you really want to send everything back at once, you'll need to set up the table HTML so that it looks something like table thead

[jQuery] Re: Working on website trying to make a list.

2008-09-10 Thread Brad
Aaron, Normally you control that output server-side by limiting the result in your SQL. Look at help for the SELECT statement and the LIMIT clause. If you really want to send everything back at once, you'll need for PHP to output the table HTML so that it looks something like this skeleton.

[jQuery] Re: Superfish - changing background color and text colors

2008-09-10 Thread Joel Birch
Hi Erick, Here is a working version of your examples. You should be able to see the solution from this. Look in the menu's CSS file and find the part commented as: /*HERE IS THE KEY CSS*/ http://users.tpg.com.au/j_birch/ric Hope this solves your issue. Joel Birch.

[jQuery] Re: “Superfish” - IE issues

2008-09-10 Thread Joel Birch
Hi Dave, I'd say just remove transparency for IE. I think you are walking into a mine-field attempting that. That said, I haven't tested it. Would be nice to see a page demonstrating your issue. Joel Birch.

[jQuery] Re: Conceptual problem. Is posible with Jquery??

2008-09-10 Thread Richard D. Worth
Take a look at jQuery UI Selectables: Docs: http://docs.jquery.com/UI/Selectables Demos: http://ui.jquery.com/repository/latest/demos/functional/#ui.selectable If you decide to use it and have further questions, there is a dedicated jQuery UI Mailing List:

[jQuery] jQuery.ScrollTo 1.4 released

2008-09-10 Thread Ariel Flesler
Hi all After many months of no-plugin-development, I added a new version of jQuery.ScrollTo with 2 critical bug fixes and some nice features. Here you can read the whole list of changes and also get the last version: http://flesler.blogspot.com/2008/09/jqueryscrollto-14-released.html If you

Excellent - Sr. .Net Consultant Available

2008-09-10 Thread Narasimha Murthy
-> Excellent - Sr. .Net Consultant Available jquery-en -- Thread -- -- Date -- Excellent - Sr. .Net Consultant Available Narasimha Murthy Wed, 10 Sep 2008 06:24:07 -0700