[jQuery] Re: Help - Validation by Remote: stuck

2009-05-10 Thread Field
I figured it out. I believe part of my problem had to do with my remote: path and filename was not correct. So it wasnt able to get into my checkStore.php remote script. Once I got that figured out, I used codeIgniters url to call the remote script, ie /rtui/codeigniter/ index.php/controllername/

[jQuery] jCarousel with Multiple Rows

2009-05-10 Thread Sparky12
Hi Guys, I am attempting to get 2 horizontal rows with jcarousel, something like Item Item Item < Item Item Item > But there is just no code to do this anywhere ? Can someone assist with a solution that works for both HTML and JS ? I'm sure that I, and the other 1000 people trying to do

[jQuery] Re: IE6/IE7 Error (Object doesn't support this property or method)

2009-05-10 Thread Zeeshan Khan
MorningZ what should i do now about my tab problem? Regards; Zeeshan Ahmed Khan On Fri, Apr 24, 2009 at 5:47 PM, Zeeshan Khan wrote: > so what shud i do to solve my prblm? > Regards; > > Zeeshan Ahmed Khan > > > > On Fri, Apr 24, 2009 at 3:58 PM, MorningZ wrote: > >> >> "I debugged the code &

[jQuery] Re: JQuery Implementation

2009-05-10 Thread Loudin
Thanks for your help. I still have quite a bit to learn and I appreciate your responses! Michael On May 10, 9:41 pm, "Michael Geary" wrote: > And to address the other question about loading jQuery from the Google Ajax > Library, that is actually a *recommended* practice. It increases the chance

[jQuery] Re: [autocomplete] triggering a function when an item is selected

2009-05-10 Thread Jack Killpatrick
I think this might be what you're looking for: http://docs.jquery.com/Plugins/Autocomplete/result#handler - Jack jitz wrote: Hi, Is it possible to trigger a function that fires when an item is selected from the autocomplete box? Thanks a lot in advance, David

[jQuery] Re: UI component libraries?

2009-05-10 Thread zweb
I was hoping to find one built on jquery or one compatible with jquery. I do not want to switch out of jquery. I really like jquery. Qooxdoo looks very interesting. - Ashish On May 10, 6:56 pm, Jack Killpatrick wrote: > these are a couple I know of, but can't vouch for them (haven't used them):

[jQuery] [autocomplete] triggering a function when an item is selected

2009-05-10 Thread jitz
Hi, Is it possible to trigger a function that fires when an item is selected from the autocomplete box? Thanks a lot in advance, David

[jQuery] Re: when use addclass and toggleclass

2009-05-10 Thread runrunforest
oh I understand thanks. On May 11, 8:40 am, Steven Yang wrote: > when you do addClass it literally only "add" the class to the element > when you do toggleClass it checks whether the element has the class or not, > if it does then it will "remove" the class if it doesnt then it will "add" > the

[jQuery] Re: UI component libraries?

2009-05-10 Thread Jack Killpatrick
these are a couple I know of, but can't vouch for them (haven't used them): http://mochaui.com/ (moo) http://qooxdoo.org/ - Jack zweb wrote: Are there any good web UI component libraries -open source or commercial - that you can recomment? They need to be cross browser compatible and have go

[jQuery] qooxdoo with Jquery?

2009-05-10 Thread zweb
Has anyone used Qooxdoo with jquery? I already use jquery has my core js library and I use some components from Jquery UI. I want to continue doing that but enhance the number of rich ui components I have at my disposal. I see qooxdoo and extjs as choice Has any one successfully used qooxdoo or

[jQuery] Re: JQuery Implementation

2009-05-10 Thread Michael Geary
And to address the other question about loading jQuery from the Google Ajax Library, that is actually a *recommended* practice. It increases the chance of jquery.js being found in the browser cache, and it allows the file to be downloaded in parallel with other files from your domain. -Mike > Fr

[jQuery] Re: when use addclass and toggleclass

2009-05-10 Thread Steven Yang
when you do addClass it literally only "add" the class to the element when you do toggleClass it checks whether the element has the class or not, if it does then it will "remove" the class if it doesnt then it will "add" the class

[jQuery] why mouseover not mouseOver

2009-05-10 Thread runrunforest
Hi, I notice jquery name space used to capitalize the first letter of the second word of methods, why not do the same with events ?

[jQuery] when use addclass and toggleclass

2009-05-10 Thread runrunforest
Hi, method addClass and toggleClass do pretty much the same thing, what is the true difference between them ?

[jQuery] $ajax does not send all data

2009-05-10 Thread Tim Johnson
The following function is used as the onsubmit handler for a form: // --- function checkCPForm1(theform) { if(ValidateCPForm(theform)){ var data = $(theform).serialize(); alert("data: " + dat

[jQuery] Re: [Autocomplete] help: keyboard selection not working

2009-05-10 Thread Lance Speelmon
The issue was that I was using a Dialog to show progress for AJAX progress and that was stealing the focus from the text input. I hacked around it, but I think if I stopped using Dialog, that the focus would no longer be an issue. Thanks, L On Wed, Apr 15, 2009 at 9:17 PM, Tom Worster wrote: >

[jQuery] Re: SlideMenu & ASlideShow conflict

2009-05-10 Thread Mahmoud M. Abdel-Fattah
I forgot to mention, this problem appears in IE only not FF! On May 11, 2:51 am, "Mahmoud M. Abdel-Fattah" wrote: > I'm using jQuery Slide Menu & jQuery A Slide Show in this URL > :http://www.al-alee.com/en/ > but the A Slide Show appears over the dropdown menu, I'd changed the Z- > Index but t

[jQuery] SlideMenu & ASlideShow conflict

2009-05-10 Thread Mahmoud M. Abdel-Fattah
I'm using jQuery Slide Menu & jQuery A Slide Show in this URL : http://www.al-alee.com/en/ but the A Slide Show appears over the dropdown menu, I'd changed the Z- Index but the problem still !! Thanks for your time.

[jQuery] Re: Removing and Adding DOM Elements which hold flash movies. Rut Roh

2009-05-10 Thread isthatme...@gmail.com
FOUND IT, i think http://newbreedofgeek.blogspot.com/2008/11/ie7-removing-div-containing-swfobject.html I wont' be able to test it until monday, but seems pretty solid :D Good luck to you, I know I'll need it

[jQuery] Re: Removing and Adding DOM Elements which hold flash movies. Rut Roh

2009-05-10 Thread isthatme...@gmail.com
I'm having this same problem last week... Anyone have any answers for how to make this work in IEx yet? I did find THIS http://stackoverflow.com/questions/18/how-do-i-change-replace-a-flash-object-with-jquery-or-pure-javascript But so far no luck. -Riley

[jQuery] Re: Removing and Adding DOM Elements which hold flash movies. Rut Roh

2009-05-10 Thread isthatme...@gmail.com
I'm having this same problem last week... Anyone have any answers for how to make this work in IEx yet? I did find THIS http://stackoverflow.com/questions/18/how-do-i-change-replace-a-flash-object-with-jquery-or-pure-javascript But so far no luck. -Riley

[jQuery] Re: [autocomplete] Search Page Replacement

2009-05-10 Thread Tom Worster
On 5/8/09 3:36 PM, "Logan Green" wrote: > This tab issue is driving me crazy. Has anyone found a hack/fix that > will allow the tab to work as expected...where the user hits tab once, > and moves to the next field? not that i am aware of. given the activity on this plugin (it's been nearly a

[jQuery] Re: Problem with jQuery in Firefox

2009-05-10 Thread MC Lueppers
Hi, I just found the main reason for the problem : event bubbling. When applying the click() function to the input field the event starts bubbling, hits the li element, fires the click() event again and so the stack in FF is filled up until the error shows. Simple check for an applied class befor

[jQuery] Re: [validate] Help - Validation by Remote: stuck

2009-05-10 Thread Field
Jörn, changed it as you mention, and loaded up Firebug - but still not getting anywhere. I do see in Firebug : defaults -> messages -> storename_name -> remote -> "Please fix this field." But I never see it on the webpage. I've only see "This field is required." I also see some information in : a

[jQuery] Re: How to combine after, slideDown and fadeIn

2009-05-10 Thread Ramesh Kannan
Hi Lucifix Can u try the below code block pls... http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; > div { height: 200px; width: 200px; background-color : Green ; border : dotted 2px black; }

[jQuery] Re: animating div when the mouse is over

2009-05-10 Thread Ramesh Kannan
Hi I have tried the below code block... http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; > $(function() { $("div").css("width", "100px"); $("div").css("float", "left"); $("div").css("overflow", "h

[jQuery] [validate] Any solution to "jQuery validation error in IE6"

2009-05-10 Thread sami
hi, I have the same problem as discussed in: http://dev.jquery.com/ticket/4185 in fact everything works ok in firefox but when it comes to IE6 this problem occures, and I couldn't handle it. I am using jQuery.validation v1.5.2 and jQuery1.3.2... I am wondering anybody knows any solution for...

[jQuery] UI component libraries?

2009-05-10 Thread zweb
Are there any good web UI component libraries -open source or commercial - that you can recomment? They need to be cross browser compatible and have good documentation. Jquery UI is very good but limited in number of controls it offers. YUI is very verbose and very hard to use. extJs only other o

[jQuery] Re: jquery slideViewerPro (beta)

2009-05-10 Thread Rick Faircloth
Looks really good, GC... I like the auto and manual slideshow functionality. Thumbnails work well. How about transition effects...others possible? (Crossfade in particular...) Rick On Sun, May 10, 2009 at 12:49 PM, GianCarlo Mingati < giancarlo.ming...@gmail.com> wrote: > > Hello everyone. >

[jQuery] jquery slideViewerPro (beta)

2009-05-10 Thread GianCarlo Mingati
Hello everyone. I had the time to rewrite the slideViewerPro plugin wich is *another* gallery engine. You start with a DIV and an unordered list of images, and that's the result. I still have to add typographic information on each image (taken from the ALT attribute) and fix a bug. http://www.gcm

[jQuery] How to combine after, slideDown and fadeIn

2009-05-10 Thread Lucifix
Can anyone help me combine two jquery functions: after and slideDown. My code looks like this but it doesn't work :( var data = "New text"; $('#newvrisk').after(data, function(){

[jQuery] Re: JQuery Implementation

2009-05-10 Thread KeeganWatkins
not sure how/why this question keeps coming up, but the answer is no. there was a post on this group claiming that jQueryUI was "calling home" to jqueryui.com, when in fact that author was simply linking to the script on the jqueryui.com domain, but i digress... the jQuery library does not initia

[jQuery] ext grid + lightbox

2009-05-10 Thread Bud Hines
Have any of you been successful with invoking lightbox from images in a grid? I display images in my ext grid and I am trying to use lightbox. Lightbox requires requires this tag image #1. I tried this just using the cfgridcolumn href=" " but it produces errors when I add rel="lightbox". Do you

[jQuery] Re: JQuery - Tablesorter - move the last line to firt line

2009-05-10 Thread Danielrq.net
Any sugestion? Danielrq.net wrote: > > Hi guys, > > We´re use the table sorter script in our systemsbut now we note a > problem. > > After the data load in table...the last line goes to the firt line... > > You did see this any time? > > Can help? > > > -- View this message in cont

[jQuery] Re: AJAX issue

2009-05-10 Thread barton
You might try this: $(data).find("item").each(function(i, item) { stuff = $item.find('[nodeName="content:encoded"]') ... Where 'data' is what comes back from the ajax call. I couldn't find another way to get the data from a 'xx:yy' element. I asked the question on the board here and this was

[jQuery] Dynamically setting tab index and .focus() problems

2009-05-10 Thread Pixelastic
Hello, I'm opening a dialog box using the jQuery UI dialog methods, this box will display a form, and I would like to autofocus the first element. I'm also modifying tabindex of the different form fields of this new form in order to make them a lot higher than those of the original page, and thus

[jQuery] Re: [validate] Help - Validation by Remote: stuck

2009-05-10 Thread Jörn Zaefferer
The validation plugin uses the input name for the ajax request, so in your case, you should be able to access it with $_REQUEST['storename_name'] You can use Firebug to look at the actual request. Jörn On Sun, May 10, 2009 at 9:05 AM, Field wrote: > > I've got an combobox that is required, but

[jQuery] Re: .load(function() not working

2009-05-10 Thread Balazs Endresz
http://dev.jquery.com/ticket/3930 On May 8, 9:16 pm, surreal5335 wrote: > Sorry about the awful horizontal scrolling, its not meant to be like > that. My belief is that once I am able to get the .load function > working again, that problem will also fix itself bc the jcarousellite > plugin will

[jQuery] JQuery Implementation

2009-05-10 Thread Loudin
Hi all, I'm relatively new to programming with JQuery, so please forgive me if this question comes off as uninformed - I couldn't find the answer to it anywhere. My website had been calling the JQuery library available on Google to use for implementation. I realized this was quite the bad practi

[jQuery] Jquery BlockUI plugin doesn't work with IE8

2009-05-10 Thread chuck from seoul
None of the BlockUI plug-in demos (available at http://malsup.com/jquery/block/#demos) work with IE8. Does any one notice this? I am currently testing this with korean version of IE8 on Windows XP platform. answers would greatly be appreciated.

[jQuery] [validate] Help - Validation by Remote: stuck

2009-05-10 Thread Field
I've got an combobox that is required, but the data typed by the user must be validated against records from a database. So I've tried to use remote:"checkStore.php" external file but am getting nothing. What can I do to output what goes INTO checkStore.php and what comes out of checkStore.php to

[jQuery] Re: Elements to inherit UI theme colors

2009-05-10 Thread Richard D. Worth
We'd be happy to help with this question over on the jQuery UI list: http://groups.google.com/group/jquery-ui Thanks. - Richard On Sat, May 9, 2009 at 11:23 AM, Arnas wrote: > > I want to use UI theme colors on other elements of my pages and for > them to switch automatically when UI theme is

[jQuery] Re: Get attribute of the parent element into a variable

2009-05-10 Thread Richard D. Worth
var index = $("a.active").parent().attr("jcarouselindex"); - Richard On Sat, May 9, 2009 at 12:17 AM, Matt M. wrote: > > Hi, All. Kind of new to jQuery, but having fun with it. Would like to > learn how to do the following... > > 1) Target the active . > 2) Find the parent . > 3) Grab the value

[jQuery] Roller - jQuery based game

2009-05-10 Thread Stefan
Hey, This is a small game inspired by this article http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/ I hope enjoy it even if I did not had the inspiration to develop more levels yet: http://www.eyecon.ro/roller/ (use arrow keys to move the ball

[jQuery] Re: jQuery problem with setTimeout()

2009-05-10 Thread kiusau
On May 9, 10:06 pm, "Michael Geary" wrote: > Kali, since we're wondering if this is a jQuery problem, let's find out by > taking jQuery out of the equation. Where the code uses jQuery to load the > message into the #mailSuccess element, we'll just alert it instead - but > we'll call alert in exac

[jQuery] Re: “Superfish” Vertical

2009-05-10 Thread Englesos
many thanks - will do :-) On May 9, 6:44 pm, Englesos wrote: > Hi All, > > I have been trying to talk “Superfish” into working as a vertical menu > for phpWebsite (as discussed here) but whatever I do it insists on > staying horizontal. > > I looked at the example > athttp://users.tpg.com.au/j