[jQuery] Very Small Script Not Working in IE 7

2009-03-16 Thread DLee
Hi guys. I had recently asked for help regarding a script that animated some text. Nothing serious. It works great in all versions of FF, but does not work in IE 7. Any suggestions will be greatly appreciated. My DOCTYPE: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> The JQuery: $(docume

[jQuery] Do you have jQuery MVC plugin ?

2009-03-16 Thread Alex
Hi guys, Do you have jQuery MVC plugin based on jQuery1.3 ? Thank you! Alex

[jQuery] Flexbox json_encode ??

2009-03-16 Thread Nishan Karassik
I have a strange problem, I'm trying to use Flexbox. I can use the JSON array when I output the array to a file and call it from within the html, but when I try to go direct to the file it won't work. I'm guessing my problem is with the json_array. I run json_generator.php > json.txt Flexbox:

[jQuery] Re: Do you have jQuery MVC plugin ?

2009-03-16 Thread Schalk Neethling
Hi there Alex, You may want to look into JavaScriptMVC. The author is working on integrating this into jQuery as a plugin. You can also read more about this here: http://www.opensourcereleasefeed.com/interview/show/justin-meyer-javascriptmvc-jquery-enterprise-open-source HTH, Schalk Alex wro

[jQuery] Re: Do you have jQuery MVC plugin ?

2009-03-16 Thread Alex
Thank you. On 2009-3-16, at 下午4:44, Schalk Neethling wrote: Hi there Alex, You may want to look into JavaScriptMVC. The author is working on integrating this into jQuery as a plugin. You can also read more about this here: http://www.opensourcereleasefeed.com/interview/show/just

[jQuery] Re: Do you have jQuery MVC plugin ?

2009-03-16 Thread Alex
oh, suck, http://javascriptmvc.com/ the site be blocked in my Country . I find another MVC js lib based on jQuery, Jamal.js (http://jamal-mvc.com/ ) Thanks . On 2009-3-16, at 下午4:44, Schalk Neethling wrote: Hi there Alex, You may want to look into JavaScriptMVC. The author is work

[jQuery] Re: fadeOut / fadeIn

2009-03-16 Thread andreacfm
Any suggestion?? On 15 Mar, 22:15, andreacfm wrote: > Hi, > > A fast question. This code run in 1.2.6 but fails in 1.3 ++. > Why??? > >         $('.showPasswordForm').click(function(event){ >                 $('#signinPanel').fadeOut(function(){ >                         $('#passwordPanel').fade

[jQuery] Re: New Plugin Orange Tool Kit

2009-03-16 Thread Steven Yang
Hi please correct me if i have been mislead. Sorry I cant give you much advise here. I believe your doing a Template plugin. I have actually been looking for one for a long time for jQuery, but cant find one exactly suite my use. I am actually looking for the Template like Ext. Your plugin looks n

[jQuery] Re: Do you have jQuery MVC plugin ?

2009-03-16 Thread Joseph Le Brech
I don't get this, isn't javascript supposed to be part of the view layer? maybe at a stretch part of the controller layer. is this something similar to google gears where the model is stored in cookies too? > From: blackange...@gmail.com > To: jquery-en@googlegroups.com > Subject: [jQuery]

[jQuery] Re: fadeOut / fadeIn

2009-03-16 Thread Liam Potter
$('.showPasswordForm').click(function(event){ $('#signinPanel').fadeOut(1000,function(){ $('#passwordPanel').fadeIn(); }); return false; }); try that andreacfm wrote: Any suggestion?? On 15 Mar, 22:15, and

[jQuery] Re: Do you have jQuery MVC plugin ?

2009-03-16 Thread Alex
I use it in offline project with google gears. this is architecture of the project : http://4.bp.blogspot.com/_6lbO8zu9hgg/SbdP-g1gCjI/ACs/-4I6OCs8CZA/s1600-h/Picture+1.png I need mvc framework to organize my js code. On 2009-3-16, at 下午5:09, Joseph Le Brech wrote: I don't get thi

[jQuery] Re: How to play a sound on click and embed a bg sound

2009-03-16 Thread caruso_g
I know it is just fancy stuff, but if someone could help me I would really appreciate it. Thanks anyway. On Mar 14, 2:54 pm, caruso_g wrote: > Hi there, > I need to build a website with lot of animations and, if possible, > sound effects. I would like not to use Flash, so for animations I will >

[jQuery] Re: How to play a sound on click and embed a bg sound

2009-03-16 Thread Liam Potter
As much as I champion jQuery when I can, Flash was built for stuff like this. caruso_g wrote: I know it is just fancy stuff, but if someone could help me I would really appreciate it. Thanks anyway. On Mar 14, 2:54 pm, caruso_g wrote: Hi there, I need to build a website with lot of anim

[jQuery] Re: How to play a sound on click and embed a bg sound

2009-03-16 Thread Joseph Le Brech
you want to play .au files to keep cpu responses quick with the sacrifice of a little bandwidth > Date: Mon, 16 Mar 2009 09:31:47 + > From: radioactiv...@gmail.com > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: How to play a sound on click and embed a bg sound > > > As much as I

[jQuery] Re: whats wrong with my custom selector :readonly (IE6 sucks)

2009-03-16 Thread ggerri
Hi Ricardo sorry for the late reply, was away for the weekend :-) thanks again for the explenation and the links =) take care and have a good week :-) Gerald ricardobeat wrote: > > > You're welcome! > > 'readOnly' is the DOM property, not the attribute - these are (to some > extent

[jQuery] Re: jQuery each problem

2009-03-16 Thread macgyver47
I agree with you $(this).val() = 'yes'; means nothing $(this).val() == 'yes' or $(this).val() === 'yes' returned nothing var yes_or_no=jQuery(this).attr("value"); returned what I was looking for Thank you for great help Jean from France On 15 mar, 21:35, Josh Powell wrote: > Glad I could help.  

[jQuery] Re: move simplemodal popUp ?!

2009-03-16 Thread Richard D. Worth
Did you include the jQuery UI Draggable plugin as well? That's how the dialog is made draggable. See http://docs.jquery.com/UI/Dialog#overview-dependencies If you need any further help, there's a dedicated list for jQuery UI: http://groups.google.com/group/jquery-ui - Richard On Sun, Mar 15, 2

[jQuery] Best way to define funtions in external js !?

2009-03-16 Thread syuji
Hi there, I've just dived into jquery and now I'd like to know what's the best way to define functions in external js. ( Those functions need a jquery reference. ) I have two files: index.html and logic.js * Inside index.html $(function(){ write_something_in_myname_div($, "hello !"); writ

[jQuery] Re: click here to earn money through online

2009-03-16 Thread Happy Hyderabad

[jQuery] remove radio buttom

2009-03-16 Thread Chris Hall
I'm trying to remove radio buttons under a specific circumstance, but I'm not having much luck. Here are the appropriate snippets: alert("testing"); // just to ensure we are here $("div.gloves_wear").empty(); ... Gloves Worn None (no bonus) Big Bear gloves (

[jQuery] Simple Slide Panel

2009-03-16 Thread Vince
Hi, I recently saw this simple slide panel tutorial - http://www.webdesignerwall.com/demo/jquery/simple-slide-panel.html. I'm a newbie at jquery and was wondering if you can actually use this "slide panel" with multiple buttons? Help anyone??? :) Vince

[jQuery] Hi, Jquery superfish menu flickers when I put any element

2009-03-16 Thread Gabriel Ungureanu
I have the following menu: http://www.quarksoft.eu/tusnad When you go to Branduri -> Tusnad When hover-ing Tusnad there is an arrow (img) added. If you stay over the arrow the hole menu flickers. I tried this with any element (span, div) so it's not an issue of inserting element. Any idea how t

[jQuery] JQuery Superfish menu flickers when having any element inside

2009-03-16 Thread Gabriel Ungureanu
I have the following menu: http://www.quarksoft.eu/tusnad When you go to Branduri -> Tusnad When hover-ing Tusnad there is an arrow (img) added. If you stay over the arrow the hole menu flickers. I tried this with any element (span, div) so it's not an issue of inserting element. Any idea how t

[jQuery] Unable to use jQuery Corner and Superfish together

2009-03-16 Thread Faber
Hi, using in a project both the jQuery Corner (http://www.malsup.com/ jquery/corner/) and the Superfish (http://users.tpg.com.au/j_birch/ plugins/superfish) plugins, the superfish menus goes under the rounded divs. I've been unable to find a workaround or a parameter to make them work together. A

[jQuery] Jquery ui tabs "select a tab from a text link instead of clicking a tab itself"

2009-03-16 Thread jjsanders
Hello, I am using still the old version of ui (not the 1.7) I saw here http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_instead_of_clicking_a_tab_itself the posibility to navigate between tabs by using a link and not the tabs. I implemented the code in my site but wanted to make

[jQuery] Re: remove radio buttom

2009-03-16 Thread Paul Mills
Hi Chris, Your .empty() refers to .gloves_wear - but the class on the is wear_gloves ! Otherwise code looks OK. Paul On Mar 16, 2:59 am, Chris Hall wrote: > I'm trying to remove radio buttons under a specific circumstance, but > I'm not having much luck. > > Here are the appropriate snippets:

[jQuery] Re: Best way to define funtions in external js !?

2009-03-16 Thread errant
Hi. Have you tried not passing $ into function calls? $ is global variable, so it's available in every function defined after jquery code. On 16 мар, 08:46, syuji wrote: > Hi there, > > I've just dived into jquery and now I'd like to know what's the best > way to define functions in external js.

[jQuery] Re: Very Small Script Not Working in IE 7

2009-03-16 Thread Paul Mills
Hi, You have a trailing comma at the end of the parameter for the animate commands - it's not needed. I think IE treats it as invalid JS so ignores the command. So try it like this: $(".sidebar a").mouseover(function(){ $(this).animate({ marginLeft: "10px" }, 400 ); }); Paul On Mar 16, 7

[jQuery] Re: Very Small Script Not Working in IE 7

2009-03-16 Thread errant
Hi. First, make sure events are attached to elements and firing ( $ (".sidebar a").mouseover(function(){ alert(this) }; or smth like this). Second, there are nice method called hover: http://docs.jquery.com/Events/hover#overout which combines mouseover and mouseout. On 16 мар, 10:12, DLee wrote:

[jQuery] DIV refresh

2009-03-16 Thread Bright Dadson
Hi Experts, I am using quick pagination for my search result. My problem is anytime i search new results the pager link double itself. I This this might be because i am not refreshing the page. Do anyone know how to refresh the div that renders the pager so it doesn't replicate itself. Help

[jQuery] Qty * price

2009-03-16 Thread ebru...@gmail.com
Hello, I am working on a order form. I now have the following: Knuffel Aantal Prijs Aapje € 0.00 Beertje € 0.00 Hondje € 0.00 Olifantje € 0.00 What i want is to get the subtotal of a product and

[jQuery] Re: move simplemodal popUp ?!

2009-03-16 Thread globe
Hi Richard , yeap ; it does the job! and thanks a lot for your time

[jQuery] jqGrid UI Theming

2009-03-16 Thread Tony
I'm glad to anounce the new release of jqGrid wich is fully integrated with UI Theming. This is not a final release, but I hope to finish it as soon as possible. The demo can be found here http://www.trirand.com/jqgrid35/jqgrid.html Any comments and recommendations can be posted here or here: htt

[jQuery] Re: Qty * price

2009-03-16 Thread Martijn Houtman
On Mar 16, 2009, at 2:46 PM, ebru...@gmail.com wrote: I am working on a order form. I now have the following: *snip* would change in the total price of all the products. Any one how can assist me in this? What I would do is give the an id, such as "price_table", give each table row whic

[jQuery] Re: jqGrid UI Theming

2009-03-16 Thread Richard D. Worth
Great job. I love your use of the ThemeSwitcher, and also the jQuery UI Tabs plugin to present all your demos. I've just started looking, but am anxious to play with all these. Thanks. - Richard On Mon, Mar 16, 2009 at 9:57 AM, Tony wrote: > > I'm glad to anounce the new release of jqGrid wich

[jQuery] [Ajax request]Can a dialog not show an alert message?

2009-03-16 Thread delphilynx
Hi everyone, I have an event that fires up a dialog, this all is working: 1) dialog have two buttons - Save button - Close button 2) when hitting the save button, it creates an Ajax Request, and on the succes event it must fire an alert with the message that comes back from the backend

[jQuery] Re: remove radio buttom

2009-03-16 Thread Chris Hall
Doh Thanks so much for bringing that to my attention. I must have looked at that a million times and was convinced the issue was elsewhere. On Mar 16, 9:12 am, Paul Mills wrote: > Hi Chris, > Your .empty() refers to .gloves_wear  - but the class on the is > wear_gloves ! > > Otherwise cod

[jQuery] exclude input types

2009-03-16 Thread jjsanders
Hello, I want to select all my input from a form within a certain div except hidden values. So far I have this $('div#tabs input').each(function(){ //functionality }); How can i exclude hidden values?

[jQuery] Re: Qty * price

2009-03-16 Thread ebru...@gmail.com
Hi martijn, Thx for your reply i found http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm and that is exactly what i need. The same idea as what you are saying. Erwin On 16 mrt, 14:56, Martijn Houtman wrote: > On Mar 16, 2009, at 2:46 PM, ebru...@gmail.com wrote: > >

[jQuery] Add option to combo

2009-03-16 Thread Chizo
Hi people, how can i add a first option value to a combobox, containing for example "Select..." With append i can add the new value, but i don´t know how to put it first. Any ideas will be apprecited! Thanks!

[jQuery] jQuery Migrations

2009-03-16 Thread WintersNight
Hey all. I'm working on a project requiring client-side data storage based on the new HTML 5 Offline applications spec. Having a database on the client like Google Gears is a great idea, but it'd be nice to have a framework to manage the database. I was thinking of running up a jQuery plugin tha

[jQuery] Change Table Row Color based on column content

2009-03-16 Thread bsisco
I have a django app where i have a model which contains a boolean (checkbox) field. What i would like to do is change the corresponding table row color in the admin table based on whether or not this field is checked. i have come to the conclusion that this is only possible with jquery. i am a

[jQuery] Toggle stealing my sanity....

2009-03-16 Thread Michal Popielnicki
Hi there. I'm running jquery 1.3.2 and I've found rather strange behavior of toggle function. In general i have following HTML: Hint text The style of id is: #profile-edit-avatar{ display: none;} Now, when I launch toggle function on that element, for example this way: jQuery("#pro

[jQuery] Superfish table based menu not ul

2009-03-16 Thread John
Hi I'm trying to use the jQuery superfish plug-in to create the 2 level menu but I need to grab the first level of the menu from table and td not from ul and li I'm new to jQuery so I can't get it work any one could help me with that? this is my html first level

[jQuery] jquery circular carousel errors in IE with PNG images

2009-03-16 Thread devoncoder
I've encountered yet another issue with IE... while running a jquery based script to produce a circular carousel of images, IE errors at the end of the image list if there are only PNG images in the carousel (works fine in FF). A sample with 3 images is available here: http://www.bostonwebhostin

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-16 Thread husayt
Tin, It is all excellent stuff, Thank you for your efforts. Since you want more people to get involved, and JQuery UI is missing a key component - grid, why don't you suggest them to pick this one and continue it as part of the next native Jquery UI set of components. That would certainly be best

[jQuery] Re: Fancybox and IE7 drop shadow?

2009-03-16 Thread mrech
Hi. Maybe you figured it out by now, if not I think I know the problem. I had the exact same problem a while ago, and as you said - it drives you crazy. But eventually I figured it out. I had to remove the «text- align: center;» from «body» in the CSS. So if you just remove that it should probabl

[jQuery] Re: Toggle stealing my sanity....

2009-03-16 Thread mkmanning
this won't work: jQuery("#profile-edit-avatar").toggle(alert('toggled!')); do this: jQuery("#profile-edit-avatar").toggle(function(){alert ('toggled!');}); On Mar 16, 7:51 am, Michal Popielnicki wrote: > Hi there. > > I'm running jquery 1.3.2 and I've found rather strange behavior of > toggle f

[jQuery] Re: exclude input types

2009-03-16 Thread Karl Swedberg
On Mar 16, 2009, at 11:08 AM, jjsanders wrote: Hello, I want to select all my input from a form within a certain div except hidden values. So far I have this $('div#tabs input').each(function(){ //functionality }); How can i exclude hidden values? Hi, If you want to exclude inputs with

[jQuery] Re: Button Actions

2009-03-16 Thread brian
The ajaxForm() method is meant to run as the page is loading. It doesn't submit the form, it simply sets up a submit handler on your form. You're basically applying the plugin to the element, just as with validate(). The callback function that it can take as a parameter would be some routine you w

[jQuery] NEW! Star Rating Plugin v3.00

2009-03-16 Thread Diego
NEW! jQuery Star Rating Plugin v3.00 http://www.fyneworks.com/jquery/star-rating/ New features: - Now entirely based in the $.fn.rating namespace - Now uses $.fn.data t9o store control settings - API to set control value / state via javascript - API to change readOnly option dynamically - API to

[jQuery] Form Plugin data return type

2009-03-16 Thread Dave Roberts
Hello, I'm trying to submit a form via Ajax and receive a JSON return type http://imgur.com/2KZ1.png As you can see in the screen shot, I call the method ajaxForm, and on success of the ajax call, processJson is being invoked. This method only outputs a data.message alert. For some reason, the

[jQuery] busy indicator

2009-03-16 Thread miro
is there any available plugin which works for showing busy indicator ? I am looking for something which masks the page with some background color and adds this message Loading , some what like a modal window which blocks the actual page -- View this message in context: http://www.n

[jQuery] Re: busy indicator

2009-03-16 Thread Karl Swedberg
Take a look at Mike Alsup's BlockUI plugin: http://malsup.com/jquery/block/ --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 16, 2009, at 1:43 PM, miro wrote: is there any available plugin which works for showing busy indicator ? I am looking fo

[jQuery] Unsubscribe

2009-03-16 Thread Shashank Tilwalli
Unsubscribe From: jquery-en@googlegroups.com [jquery...@googlegroups.com] On Behalf Of Dave Roberts [dave.a.robe...@gmail.com] Sent: Monday, March 16, 2009 1:41 PM To: jQuery (English) Subject: [jQuery] Form Plugin data return type Hello, I'm trying to s

[jQuery] Re: Return CSS Style?

2009-03-16 Thread sfea...@gmail.com
ok, next i want to be able to rollover the element, in this case, an h1, and have the css definitions pop up in a tool tip box. so i've got my custom tool tip box calling an external file named cssHovTip.asp. in that file i have a div class called "css-code". back in the original file i am doing

[jQuery] Re: NEW! Star Rating Plugin v3.00

2009-03-16 Thread Jack Killpatrick
Very nice. I've used a prior rev and liked it. Great upgrades here. Thanks much! - Jack Diego wrote: NEW! jQuery Star Rating Plugin v3.00 http://www.fyneworks.com/jquery/star-rating/ New features: - Now entirely based in the $.fn.rating namespace - Now uses $.fn.data t9o store control setti

[jQuery] How to drag link from another window and using the javascript in the main window to intercept the link and add customized handler?

2009-03-16 Thread Jay W
How to drag link from another window and using the javascript in the main window to intercept the link and add customized handler? The goal is to have an event handler in the main window, then whenever a new link from different browser window is dragged into the main window, the dropped link will

[jQuery] unbind all events from jquery 1.3.2

2009-03-16 Thread redcom
Hello I have a custom application build on top of gecko 1.9 and using spidermonkey and some c++ calls js->c++->js When i reload one application page i get some events triggered after the page has been loaded. The GC is destroying my objects and html elements some how, but the events remain attac

[jQuery] Re: unbind all events from jquery 1.3.2

2009-03-16 Thread MorningZ
*maybe* $("*").unbind(); all your code is looking at the document itself and then the tag itself On Mar 16, 2:44 pm, redcom wrote: > Hello > I have a custom application build on top of gecko 1.9 and using > spidermonkey and some c++ calls js->c++->js > > When i reload one application page i

[jQuery] Re: unbind all events from jquery 1.3.2

2009-03-16 Thread redcom
isn't this ie specific? On Mar 16, 8:50 pm, MorningZ wrote: > *maybe* > > $("*").unbind(); > > all your code is looking at the document itself and then the > tag itself > > On Mar 16, 2:44 pm, redcom wrote: > > > Hello > > I have a custom application build on top of gecko 1.9 and using > > spi

[jQuery] showResults plugins

2009-03-16 Thread .Nil
can somebody send me a working example of showresults plugin. The sample mentioned on the site refers some css file for template creation which I do not have and do not know where to get these from Appreciate if you send some working code sample ~nil

[jQuery] [validate] How to disable submit button until form is fully validated

2009-03-16 Thread D.Kreft
A variant of this question pops up on occasion, but none of the answers I've seen thus far suit my use case. The solution usually involves the recommendation to do something like this: $(...).validate({ ..., submitHandler: function() { // send AJAX request for calcu

[jQuery] Re: unbind all events from jquery 1.3.2

2009-03-16 Thread Jonathan
jQuerys selector engine is browser independent. So $("*") actually refers to all elements and works in all browsers (this is why we love it). But I would be careful. $("*").unbind() can be slow. On Mar 16, 11:50 am, redcom wrote: > isn't this ie specific? > > On Mar 16, 8:50 pm, MorningZ wrote

[jQuery] [validate] Dependant on string does not work

2009-03-16 Thread chielsen
So i upgraded to the latest version and waisted my day :( Seems like the dependant requiring does not work (withh 1.3.1). The error occures for instance when you have a require: '#item:filled' option. What happends is in this code: depend: function(param, element) {

[jQuery] validate plugin (validate elements)

2009-03-16 Thread led
how to just validate elements in a div

[jQuery] Re: Add option to combo

2009-03-16 Thread Paul Mills
Hi, Try using prepend to add at the beginning. See jQuery docs - http://docs.jquery.com/Manipulation/prepend Paul On Mar 16, 3:25 pm, Chizo wrote: > Hi people, how can i add a first option value to a combobox, > containing for example "Select..." > With append i can add the new value, but i do

[jQuery] Re: Change Table Row Color based on column content

2009-03-16 Thread ricardobeat
Assuming you have this: Something here You'd use this javascript: $('#dj .options tr').each(function(){ var self = $(this); self.find(':checkbox').click(function(){ self.toggleClass('selected') }); }); I don't know if it's possible for the click event to fire

[jQuery] Re: Photo Gallery, Thumbnail navigation

2009-03-16 Thread kmoll092
that looks exactly like what I am looking for, i am going to read up on it and see what I can do. Do you find it difficult to integrate into sites, or did you have any trouble styling the navigation to fit the site? Thanks for the info, it will be a big help On Mar 15, 3:21 pm, Jon Crump wrote

[jQuery] Sustain a hover over two elements

2009-03-16 Thread Ed Lerner
I have an that, once hovered over, animates and fades in the of a larger version of the picture, along with text and a hyperlink. When mousing out, the animates and fades away. This works fine, only my hover function only pertains to the itself. As soon as either a) the appears over the , or

[jQuery] Re: JavaScript Loading Question

2009-03-16 Thread MonkeyBall2010
Is this the best practices workaround? I hardly ever see this on other sites that use jQuery or a similar JS library. On Mar 13, 7:20 pm, James wrote: > For jQuery UI Tabs I get that issue too where it will display the HTML > list before turning into tabs. Though usually only just for the > init

[jQuery] Re: Change Table Row Color based on column content--SOLVED

2009-03-16 Thread bsisco
so here's what I would up doing. The data is coming from the django template. i added this after the {% for result in results %} template tag in the admin/change_list_results.html template: $(document).ready(function(){ var column = 12 $('img[alt="1"]').parent().filter('td:nth-ch

[jQuery] [BlockUI Plugin]use links instead of buttons

2009-03-16 Thread efet
At script's demo page, blockui's developer used buttons to activate the scripts. How can I use links instead? I tried it as below but it did not work. xxx html: Run js: $(document).ready(function() { $('#demo5').click(function() {

[jQuery] theme issue

2009-03-16 Thread Dan Vega
On a single page I am trying to use 1 theme for my accordion and 1 theme for my tabs. The themes in 1.7 have one huge css file and it seems like a real pain to go through and delete what I don't need. Even if I could do that it's not really a good solution because i might want to use that theme fo

[jQuery] Re: theme issue

2009-03-16 Thread Richard D. Worth
See http://jquery-ui.googlecode.com/svn/tags/1.7/themes/redmond/ The same individual files are also in the /development-bundle/themes/{themename}/ folder when you download a zip from the download builder: http://jqueryui.com/download If you need any further help, note there's a separate list ju

[jQuery] Re: [validate] Dependant on string does not work

2009-03-16 Thread Jörn Zaefferer
Did you upgrade the validation plugin to 1.5.1 after updating jQuery to 1.3.1? Jörn On Mon, Mar 16, 2009 at 8:30 PM, chielsen wrote: > > So i upgraded to the latest version and waisted my day :( > Seems like the dependant requiring does not work (withh 1.3.1). > > The error occures for instance

[jQuery] Re: JavaScript Loading Question

2009-03-16 Thread Jonathan
Since the browser will always have the Markup and CSS before the javascript is finished it's a pretty typical approach to avoid seeing stuff before the JS is done, although having a simplified version of your page that is accessible to users without JS enabled (for instance all the tabs visible f

[jQuery] Re: Photo Gallery, Thumbnail navigation

2009-03-16 Thread kmoll092
I am looking at jcarousel and i am a little confused on how to integrate and can't seem to find great documentation, is there a site with example code on how to integrate it into my site. If anyone else has a suggestion on the best way to acheive my goal I would love to hear it. My initial thoug

[jQuery] Re: Very Small Script Not Working in IE 7

2009-03-16 Thread DLee
That works great guys. Thanks a heap! On Mar 16, 9:29 am, errant wrote: > Hi. First, make sure events are attached to elements and firing ( $ > (".sidebar a").mouseover(function(){ alert(this) }; or smth like > this). Second, there are nice method called > hover:http://docs.jquery.com/Events/ho

[jQuery] [validate] ASP.Net style validation group

2009-03-16 Thread Sam
Hi folks, I couldn't find any solutions to this. I needed the validate plugin to have validation group like functionality for use on asp.net webforms (because asp.net only allows one form). I'm not much a javascript programmer but I had a crack at it anyway. After stumbling in the dark for a bit

[jQuery] Nested draggable list not causing droppable events to fire

2009-03-16 Thread Jason
I have a nested list of the type below. It represents a folder hierarchy and I am trying to make it so that if the user drags any folder in the tree, all of the children will be dragged along with it. In the example below, if the user drags Folder1 the entire tree comes with it (which is what I

[jQuery] Re: How best to create Google Calendar functionality in Jquery?

2009-03-16 Thread JFRanger
Val, did you find you where looking for? I need excaly that, do you have something to share with me? Thanks, //JF//

[jQuery] Re: Add option to combo

2009-03-16 Thread Stephen Sadowski
Hey there, how about using .prepend(), if all you want to do is insert it first? -S On Mon, 2009-03-16 at 08:25 -0700, Chizo wrote: > Hi people, how can i add a first option value to a combobox, > containing for example "Select..." > With append i can add the new value, but i don´t know how to

[jQuery] Custom Error placement with jQuery form validation??

2009-03-16 Thread Chris K
I am using jQuery form validation and it works great, but it displays the error message to the right of each form element. I actually want the error message for each form element to be in a specific div that I customize. For example: If anyone can tell me how you would do that it would be gre

[jQuery] Re: [validate] How to disable submit button until form is fully validated

2009-03-16 Thread Stephen Sadowski
Hey, How about $('#form input,select,radio').change(function() { /* check to see if necessary fields are filled out, if so enable submit */} You do have some load for each change on a field, but it would keep the user from being able to submit and validate until you're ready for them to do so.

[jQuery] Nested draggable list not causing droppable events to fire

2009-03-16 Thread Jason
I have a nested list which represents a folder hierarchy. An example of one of these lists is below. Basically I want the user to be able to drag any of the folders into a droppable. As is, if the user starts dragging Folder1 in the example below, the whole list is dragged along as well (which

[jQuery] Loading javascript within javascript

2009-03-16 Thread Scott
I'm using an excellent javascript library (the library does not use jquery if that matters). I need to provide other sites with a reference to my javascript api (which depends on the above javascript). However, I don't want other sites to have to enter something like this: http://www.othercompa

[jQuery] Does jquery.cycle.all.js work with jquery 1.2.1?

2009-03-16 Thread danhaskett
hi there so i basically downloaded a newer version of jquery and am using that on my site to get some other effects working, but now the slideshows have stopped working that normally work. you can see for instance at http://www.danhaskett.co.uk/index.php?/new-work/kulttuurivihkot-magazine/ do

[jQuery] UI slider 1.6 - how to pass the slider values to an ajax script?

2009-03-16 Thread borg
Hi I am a novice to javascript and jquery developer trying to pass slider values to an AJAX script. My slieder looks like this: $(function() { $("#slider-range").slider({ range: true, min: -10, max: 66,

[jQuery] jGrid with Slider Pagination

2009-03-16 Thread cch
Has anyone seen an example of jqGrid that uses the JQuery slider widget for paging navigation? Or implemented that combo themselves? The slider would replace the text input field that allows the user to input the page he/she wants to see. ComponentArt's .NET grid component offers the slider (see

[jQuery] [tooltip] Possible to disable hiding onclick?

2009-03-16 Thread andrew623
I'm a first time jQuery user and I just finished integrating jQuery and tooltip (http://docs.jquery.com/Plugins/Tooltip) on my website. Things are going great and I'm regretting not using it for so long, but my problem is that my tooltips disappear on click. This isn't an issue for links but I ha

[jQuery] dropShadow intermittent Height/Width issue

2009-03-16 Thread micha...@gmail.com
I'm having an issue with a drop shadow on a table element. Sometimes when the page loads, the drop shadow is the wrong width and height for the table. I can't reliably reproduce the error, but it seems to happen more when there's nothing in the cache. The size seems arbitrary -- it's not the same

[jQuery] Re: exclude input types

2009-03-16 Thread Stephen Sadowski
Hey, You may want to try $('div#tabs input[type!=hidden]').each(function(){/*whatev*/}); Hope that helps! On Mon, 2009-03-16 at 08:08 -0700, jjsanders wrote: > Hello, > > I want to select all my input from a form within a certain div except > hidden values. > So far I have this > > $('div#t

[jQuery] weird jquery functionality - doesn't work on server, but works at localhost

2009-03-16 Thread javo
Hi, I've build this simple website http://www.blogate.org/ to help bloggers to publish their articles, but I've one problem If you click on one of the red menu items on the right, you should see animation in the middle of that box, informations box should fade out and fade in immediately, unfortu

[jQuery] Re: AJAX External content doesnt work properly

2009-03-16 Thread magnoagf
Hi Charlie ! i've just started working with jquery could you tell me the way you load the external page ? i'm having problems with php , and i'm not sure i'm using the correct function thanks!

[jQuery] [autocomplete] Auto-suggest ?

2009-03-16 Thread Arno
Hi, I'm a young developper, and i want to enhance the autocomplete plugin. In fact, I can't use this plugin for an "auto-suggest", for a Tag input (User can select a tag which already exists, but he can create one if he doesn't exist ) I try but i fail to use autocomplete plugin for this. Can

[jQuery] Fading issues in Internet Explorer 7 when using jQuery

2009-03-16 Thread staffan.estberg
Hi, I'm using jQuery on a site that I'm working on and everything works as it should - except in Internet Explorer 7 (and previous versions, but the site doesn't support them). Fading content on the site simply won't show up in this browser. Take a look at http://dev.staffanestberg.com/fromswede

[jQuery] Re: jqGrid UI Theming

2009-03-16 Thread Rey Bango
Thank you for doing this Tony. Not only are you supporting the jQuery project with a great grid control but you're also going through great lengths to ensure integration with jQuery UI. You're a great project supporter. Thanks, Rey jQuery Team Tony wrote: I'm glad to anounce the new relea

[jQuery] Re: unbind all events from jquery 1.3.2

2009-03-16 Thread ricardobeat
You could simply use $(window).trigger('unload') That will unbind all events bound through jQuery. A function for doing that is already defined in the source code: jQuery( window ).bind( 'unload', function(){ for ( var id in jQuery.cache ) // Skip the window

[jQuery] Re: Dependant on string does not work

2009-03-16 Thread ricardobeat
Have you tried 1.3.2? A lot of selector bugs have been fixed in this release. Try changing it to return !!$(element.form).find(param).length and see if it works. - ricardo On Mar 16, 4:30 pm, chielsen wrote: > So i upgraded to the latest version and waisted my day :( > Seems like the dependant

  1   2   >