[jQuery] Re: [TUTORIAL] Create a professional interface for your web applications using jQuery

2008-10-22 Thread Shawn
Not a bad tutorial. ! But... :) In your code you are doing things like # var windowHeight = document.documentElement.clientHeight; # var menuHeight = document.getElementById(menu).clientHeight; You can use jQuery here too: var windowHeight = $(window).height(); var menuHeight =

[jQuery] Re: Jquery load not getting updated pages.....

2008-10-22 Thread 汪杰
you can set : $.ajaxSetup({cache: false}) or: $.ajaxSetup({beforeSend: function(e,xhr,s){xhr.setRequestHeader(If-Modified-Since, new Date(0));}}) or: $('#display').ajaxSend(function(e,xhr,s){xhr.setRequestHeader(If-Modified-Since, new Date(0));}).load('../forms/test_form_1.html');

[jQuery] Re: validate plugin and CodeIgniter

2008-10-22 Thread hcvitto
http://www.azero.it/test_val/form.php here's a test page with the problemtic block..i did some change and it works better now but still i couldn't manage to make it right. I'm sure it's my lack of js knowladge..

[jQuery] Re: Hover not work properly when moving mouse fast...

2008-10-22 Thread Mech7
Thanks I have tried mouseenter and leave but it has the same problem : ( On Oct 21, 7:24 am, MorningZ [EMAIL PROTECTED] wrote: I wouldn't put Flash as the single cause for this... I have a table of ~ 30 rows that i tried to wire in a hover event which colored/de-colored the row the user was

[jQuery] Problem with Lightbox

2008-10-22 Thread Stefan Sturm
Hello, I'm using this Lightbox in my project: http://www.balupton.com/sandbox/jquery_lightbox/ I want to display the images as a group, so I use this code: a href=link rel=lightbox-group title=titleimg src=image //a But this is not working, it simply opens the Image. When I use this code every

[jQuery] Re: Simple AJAX call is not loading?

2008-10-22 Thread 汪杰
selector lost a #?

[jQuery] Re: [TUTORIAL] Create a professional interface for your web applications using jQuery

2008-10-22 Thread AdrianMG
Ey Shawn thanks for your feedback! I am not quiet sure now, but I think I have used # var windowHeight = document.documentElement.clientHeight; # var menuHeight = document.getElementById(menu).clientHeight; Because Internet Explorer give me some problems with the real width height available.

[jQuery] Re: validate plugin and CodeIgniter

2008-10-22 Thread Jörn Zaefferer
You don't have any code at all that checks the state of the other radio buttons, you just check the button itself. You need to select a radio buttons, iterate and check if there is at least one selected, if not, the checked on is required. Jörn On Wed, Oct 22, 2008 at 9:59 AM, hcvitto [EMAIL

[jQuery] Re: validate plugin and CodeIgniter

2008-10-22 Thread hcvitto
doh!! ok..now i do that but i can't get the result of the iterate function (i see my question is no longer about the plugin!). Any suggestion :) ?

[jQuery] Re: validate plugin and CodeIgniter

2008-10-22 Thread hcvitto
doh!! ok..i do that now but i can't get the right result of the iteration function (i see it's no longer a plugin problem!) Any suggestion though :) ?

[jQuery] Re: Catching 401 errors to $.ajax calls

2008-10-22 Thread Christoph Haas
On Mittwoch, 22. Oktober 2008, Mike Alsup wrote: I would like to use $.ajaxSetup to set up a global error handler that knows how to deal with HTTP 401 codes (Authentication required). I am enhancing a few tables with AJAX using jQuery but I made my backend send back an HTTP error code 401

[jQuery] jQuery JavaScript Library

2008-10-22 Thread Dr.Rosy
jQuery: The Write Less, Do More, JavaScript LibraryA fast, concise, library that simplifies how to traverse HTML documents, handle events, perform animations, and add AJAX. Just click the hyperlink and register your details in the below given website *

[jQuery] [validate] problems with invalid-form.validate and remote rules

2008-10-22 Thread corretge
Hi, I try to show a list of errors in an alert box when the form is cancelled by jQuery Validator. Surfing the web I see that I can use invalid-form.validate like this: $('#bpwcForm').bind('invalid-form.validate', function(e, validator) {

[jQuery] Modal Window Page Refresh

2008-10-22 Thread kulman
Hi friends, Need your help: how to reload a page (which contains data from database) when the user updates and closes modal window (so that the data on the page is refreshed)? Thanks a lot.

[jQuery] button to bottom of the page and along a bit

2008-10-22 Thread caturn88
I originally saw the UI Effects button on HotAJAX (http:// www.hotajax.org/jquery/photos--other-plugins/486-jrails-jquery-on-rails.html) and fell in love with them, but only wanted one, I decided to go with the 'slide' one. For me, a man who cannot program code at all, its always an uphill

[jQuery] Re: call a php function with onclick

2008-10-22 Thread Kevin Thorpe
stefano wrote: Hi, I would like to know how it is possibile to call a php function inside an onclick=function (), I try to explain me better Hi Stefano. Your problem is that php is on the server and javascript/jQuery is in the web browser. You need to get onclick to issue another page

[jQuery] Re: [validate] problems with invalid-form.validate and remote rules

2008-10-22 Thread Jörn Zaefferer
Apart from the fact that this event needs to get exposed as an option, its also a bug that it isn't triggered by the remote method. Could you file a ticket for this? http://dev.jquery.com/newticket (requires registration) Thanks! Jörn On Wed, Oct 22, 2008 at 10:47 AM, corretge [EMAIL PROTECTED]

[jQuery] Re: Close current after delay

2008-10-22 Thread [EMAIL PROTECTED]
Yep. you're right. It make sense. A nice fadeout effect on the first time just show where is the menu and then the normal things. Thx for your help. I appreciate a lot. Regards, Dom On Oct 22, 7:08 am, Joel Birch [EMAIL PROTECTED] wrote: fadeOut() is a core jQuery method, not

[jQuery] Re: jQuery.getScript problems on IE 7

2008-10-22 Thread Alexsandro_xpt
Nobody know what happen with .getScript getting prototype framework? On 22 out, 00:57, Alexsandro_xpt [EMAIL PROTECTED] wrote: My IE 7 and 6 get a error while load protoculous-effects-shrinkvars.js by jQuery.getScript method. IE popup this error message: Line: 310750026 Char: 72353

[jQuery] jQuery variable?

2008-10-22 Thread Mr. White
Hi guys, I'm new on jQuery and I don't know where to go with what I want: I have a table with multiple prices. Lets say: (Live Points) User | Points -- John | 10 Carl| 20 Robert| 30 Paul |

[jQuery] Re: jQuery variable?

2008-10-22 Thread Mr. White
Prices = Points On Oct 22, 2:11 pm, Mr. White [EMAIL PROTECTED] wrote: Hi guys, I'm new on jQuery and I don't know where to go with what I want: I have a table with multiple prices. Lets say: (Live Points) User       | Points

[jQuery] open link without new tab?

2008-10-22 Thread weidc
Hi, I'm working at a gallery which got some download buttons to download the images. 'Cause of a plugin I use it doesn't use the href of the button anymore if I click it. So i decided to try something else: $(.zoomimage).children(.zoomimage_controls).children(.download- button).each(function()

[jQuery] Input array problem

2008-10-22 Thread Irfan Mansha
I have an input array e.g.. email[] in my form. jQuery validatation plugin validates only first field of the array. I am using this plugin http://bassistance.de/jquery-plugins/jquery-plugin-validation/.. My requirement is that plugin should validate all the array fields. I will appreciate a

[jQuery] [validate] -- newbie getting started

2008-10-22 Thread whitewaterbug
I am trying to get the validate plugin and the form plugin to work together. I would like to use in HTML markup to describe the validation, as it seems cleaner to read to me. So, I downloaded jquery, form, validate, and metadata...whipped up a quick form and tried it out. From firebug, I can

[jQuery] Re: Modal Window Page Refresh

2008-10-22 Thread tlphipps
window.location.reload(); Reference: http://www.w3schools.com/HTMLDOM/met_loc_reload.asp If you call this from an iframe, you might need to do: window.top.location.reload(); On Oct 21, 10:39 pm, kulman [EMAIL PROTECTED] wrote: Hi friends, Need your help: how to reload a page (which contains

[jQuery] Re: BlockUI: oversized overlay bug in IE web browsers ( demo included )

2008-10-22 Thread Mike Alsup
It's really up to BlockUI to address this. Ideally, a plugin should be designed to account for the most common environments in which it will operate. IE6 is still a major player with at least 20% (some say as high as 35%) market share among web users. I hate compensating for IE6 as much as

[jQuery] Re: Modal Window Page Refresh

2008-10-22 Thread Alexandre Plennevaux
depending on which modal window you use, of course. Personally, I use jqModal, which has a handy onClose callback. I also had the need to, in some cases, refresh the main page after modal close. So i added an option variable (boolean) telling if it should refresh or not after closing the modal.

[jQuery] Re: [validate] -- newbie getting started

2008-10-22 Thread Jörn Zaefferer
Your input elements must have a name, otherwise the validation doesn't work. Jörn On Wed, Oct 22, 2008 at 2:49 PM, whitewaterbug [EMAIL PROTECTED] wrote: I am trying to get the validate plugin and the form plugin to work together. I would like to use in HTML markup to describe the

[jQuery] Select all dropdowns

2008-10-22 Thread [EMAIL PROTECTED]
Hi, Is there a way of selecting all input of type 'select' ? The only way I found so far was to give a specific class name to all my input of type 'select' . Is there not a more straightforward way ? Thanks

[jQuery] Re: Select all dropdowns

2008-10-22 Thread MorningZ
$(select) On Oct 22, 9:20 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Is there a way of selecting all input of type 'select'  ? The only way I found so far was to give a specific class name to all my input of type 'select' .  Is there not a more straightforward way ? Thanks

[jQuery] Set the positions of buttons in a Dialog

2008-10-22 Thread [EMAIL PROTECTED]
Hi, There doesn't seem to be an easy way of positioning the buttons in a Dialog. By default they show on the left, but I'd like them to show on the right. Is it easier than I think ?

[jQuery] Re: Select all dropdowns

2008-10-22 Thread [EMAIL PROTECTED]
Hum... I should I have tried that :) Thanks ! On 22 oct, 14:21, MorningZ [EMAIL PROTECTED] wrote: $(select) On Oct 22, 9:20 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Is there a way of selecting all input of type 'select'  ? The only way I found so far was to give a

[jQuery] Re: [validate] -- newbie getting started

2008-10-22 Thread whitewaterbug
I just ran it again with a name entered for the email input and validate still didn't run. I then took the ajax forms script out to isolate to validate. It still didn't validate. I must be doing something simple wrong. Thanks. Here is my updated broken code/html: html

[jQuery] Re: [validate] -- newbie getting started

2008-10-22 Thread Eric
A couple things that probably aren't the problem, but should be fixed anyways: - In the TEXTAREA tag, put quotes around the name. - For the hidden INPUT, remove the space from the name - Give a name to the FORM tag. Are you getting any Javascript errors in Firebug? Can you post a test page so

[jQuery] Re: Set the positions of buttons in a Dialog

2008-10-22 Thread Eric
As far as I know, there's no way to do it via the .dialog() options. However, you can tweak the CSS to get the desired effect. I'm using a Themeroller theme, and found the following areas to change (line numbers may be different for you): -line 284, .ui-dialog-buttonpane : change tex-align to

[jQuery] issue with .css(display, none)

2008-10-22 Thread [EMAIL PROTECTED]
Hi, When I click on a button it should hide all my 'select' input and when I click on another button, it should make them visible again. Here's how I do it : div asp:DropDownList ID=ddSearchCriteria runat=server / input type=button id=btnSearch value=Go / input

[jQuery] Re: Set the positions of buttons in a Dialog

2008-10-22 Thread [EMAIL PROTECTED]
Thanks for the answer. I think that will do. (hopefully my boss won't be asking for left align and right align, but I could be wrong... ! ) On 22 oct, 14:58, Eric [EMAIL PROTECTED] wrote: As far as I know, there's no way to do it via the .dialog() options. However, you can tweak the CSS to

[jQuery] RAW PRINTING - How can I print DIRECTLY to DOT Matrix Printer from jquery?

2008-10-22 Thread Vedia
Hi! I want to sent text with javascript directly to Dot Matrix printer like Panasonic KXP-1050 without using true type fonts. As I know, this means: RAW Printing I want to use this for printing bills or ticket on continuous-form paper. There is ActiveX sample for InternetExplorer on this link:

[jQuery] Tooltip plugin

2008-10-22 Thread Adam Frame
Is there any way to make the tooltip appear in a fixed position always, e.g. below and aligned left to a div above it, no matter what part of the div the mouse passes over? I'm sure it must be an option somewhere but I can't see where in the documentation

[jQuery] Re: Combining jQuery and jQuery UI

2008-10-22 Thread c.barr
Here's the UI files I'm using: * - UI Core * - Draggable * - Droppable * - Resizable * - Sortable * - Accordion * - Dialog * - Progressbar * - Effects Core * - Effect Blind * - Effect Bounce * - Effect Clip * - Effect Drop * - Effect Highlight * - Effect Pulsate * - Effect Scale

[jQuery] Re: [validate] -- newbie getting started

2008-10-22 Thread whitewaterbug
Thanks for the suggestions. I updated the form per suggestionsbut it still isn't doing the validation :( Here is the form now: -- html head script type=text/javascript src=jquery-1.2.6.min.js/script script type=text/javascript src=jquery.form.js/script script

[jQuery] [autocomplete] do search on input focus

2008-10-22 Thread blasto333
Is there a way to force a field to do a search on focus of the input? (I basically want the user to be suggested a default set of items before typing anything. I tried this $(#category).autocomplete(do_search.php,{max:100,minChars:0,delay: 10});

[jQuery] Re: issue with .css(display, none)

2008-10-22 Thread Mauricio (Maujor) Samy Silva
Do not change the default behavior (inline) for select elements. Use: $(#btnSearch).bind(click, function(e) { $(select).css(display, inline); }); Mauricio

[jQuery] Re: issue with .css(display, none)

2008-10-22 Thread Isaak Malik
That's probably because the elements didn't previously have the 'block' value. But why don't you just simply use: script type=text/javascript $(function() { $(#btnEmail).click(function(){$(select).hide()}); $(#btnSearch).click(function(){$(select).show()}); }); /script On Wed, Oct 22, 2008

[jQuery] Re: issue with .css(display, none)

2008-10-22 Thread MorningZ
Why aren't you using .show() and .hide() ?

[jQuery] Re: Create a professional interface for your web applications using jQuery

2008-10-22 Thread .net junkie
awesome tutorial thanks! On Oct 22, 1:37 pm, AdrianMG [EMAIL PROTECTED] wrote: Ey Shawn thanks for your feedback! I am not quiet sure now, but I think I have used # var windowHeight = document.documentElement.clientHeight; # var menuHeight = document.getElementById(menu).clientHeight;

[jQuery] Re: Combining jQuery and jQuery UI

2008-10-22 Thread c.barr
Also, I've got two plugins I'd like to combine together to save some space, but it's also breaking every time. Cluetip 0.9.8 and NyroModal 1.2.8 http://plugins.jquery.com/project/cluetip/ http://nyromodal.nyrodev.com/#download I can combine these just fine, and NyroModal seems to work, but it

[jQuery] Re: validate plugin and CodeIgniter

2008-10-22 Thread hcvitto
done it! if anyone interested here's what i did: here's the class rule which calls a function that iterate through the radiobuttons $.validator.addClassRules({ scuola: { required: function(){ checkIstruzione();

[jQuery] Re: [autocomplete] do search on input focus

2008-10-22 Thread Isaak Malik
I have no idea which autocomplete plugin you're using but does the following work for you? $(function() { $(#category).focus(function(){$(this).autocomplete(do_search.php,{max:100,minChars:0,delay:10}) }); }); On Wed, Oct 22, 2008 at 4:19 PM, blasto333 [EMAIL PROTECTED] wrote: Is there a way

[jQuery] Re: superfish + bgiframe problem on IE6

2008-10-22 Thread Bob Sawyer
So, the problem I'm having with IE6/Superfish is that the dropdown menus push all other content down, rather than displaying on top of the other content. My superFish code is fairly straightforward: $(document).ready(function() { //superFish $('ul#menu').superfish({

[jQuery] Re: RAW PRINTING - How can I print DIRECTLY to DOT Matrix Printer from jquery?

2008-10-22 Thread Jon Ursenbach
You don't need jQuery to do this. On Oct 22, 6:00 am, Vedia [EMAIL PROTECTED] wrote: Hi! I want to sent text with javascript directly to Dot Matrix printer like Panasonic KXP-1050 without using true type fonts. As I know, this means: RAW Printing I want to use this for printing bills or

[jQuery] Re: superfish + bgiframe problem on IE6

2008-10-22 Thread Joel Birch
Hi Bob, You seem to be missing some very important CSS. The submenu ul elements must be position absolute. Also, I don't see any 'top' or 'left' values or hover rules for them. Please refer to the original demo CSS files for further clues. Joel Birch On 23/10/2008, Bob Sawyer [EMAIL PROTECTED]

[jQuery] jCarousel

2008-10-22 Thread ml1
Is there a way to pass custom data to the jCarousel callbacks without creating a global? Ideally I'd like to be able to create arbitrary properties on the jCarousel object when it is initialized and then read them from the object in the callbacks. Something like this:

[jQuery] Re: Jquery load not getting updated pages.....

2008-10-22 Thread Stever
Hey everybody. Thanks for all the help! I am using the $.ajaxSetup({cache:false}) option. It works great. Looks like I need to study up on the ajax functions. Always more stuff to learn! Thanks. Steve On Oct 22, 2:26 am, 汪杰 [EMAIL PROTECTED] wrote: you can set :

[jQuery] Re: jQuery Cycle Pager links

2008-10-22 Thread isaacn
Perfect. I had tried that, but must have been using old code. Once I updated Cycle, it worked great. Thanks, Isaac On Oct 21, 5:24 pm, Mike Alsup [EMAIL PROTECTED] wrote: I'm using pagerAnchorBuilder to use existing markup that contains thumbnails of the screenshots I'm cycling through.

[jQuery] Re: Polygon

2008-10-22 Thread Sébastien Lachance
I know it seems stupid but the reality of the project is to select a portion of the screen with a polygon. If the portion of the screen needed is a square at an angle (let's say the window of a house), I need to place each point at each corner of the window. On Oct 21, 6:07 pm, ricardobeat

[jQuery] Re: RAW PRINTING - How can I print DIRECTLY to DOT Matrix Printer from jquery?

2008-10-22 Thread alexb
Umm, I suggest you read this article: http://javascript.about.com/od/events/a/print.htm Basically you can simply use a button with the onclick attribute to tell the browser to bring up the print dialog box, i.e.: input type=button value= Print this page onclick=window.print();return false; /

[jQuery] Accessing an element's child

2008-10-22 Thread [EMAIL PROTECTED]
I'm new to jQuery and I dabbled in it a little last night. I know you can access a child element via $(parent child) but what if you're currently accessing the parent using the $(this) operator? Would I just use $(this child) without the quotes? That doesn't stike me as something that would

[jQuery] Re: RAW PRINTING - How can I print DIRECTLY to DOT Matrix Printer from jquery?

2008-10-22 Thread alexb
Umm, I suggest you read this article: http://javascript.about.com/od/events/a/print.htm Basically you can simply use a button with the onclick attribute to tell the browser to bring up the print dialog box, i.e.: input type=button value= Print this page onclick=window.print();return false; /

[jQuery] Re: can someone please help with dynamic links problem?

2008-10-22 Thread RotinPain
Sure, how i could miss that! I would assign the categories Id number (like $catid) in the Id attribute of the link. Then using it as a GET parameter for the load function. It would give: a href=# id=?=$catid;? class=generate2?=$catname;?/a Then modify the function i wrote (based on the

[jQuery] Question about Shadows on the jQuery Nav Bar

2008-10-22 Thread plumwd
Hi, I am just curious if the dropShadow plugin was used to create the shadows on the nav bar which appears on the jQuery main page at http://www.jquery.com. The nav bar I'm referring to is the one with the rounded corners and has the links for Downloads, Discussion, Documentaton, Tutorials, and

[jQuery] Re: can someone please help with dynamic links problem?

2008-10-22 Thread Flavio333
Thank You so much, after playing around with it ... it works!!! Thank You SO SO Much!!! RotinPain wrote: Sure, how i could miss that! I would assign the categories Id number (like $catid) in the Id attribute of the link. Then using it as a GET parameter for the load

[jQuery] how to save page that contains ajax data

2008-10-22 Thread Xasima Xirohata
Hi, I have a page that is constructed with fixed 'navigation menu' (list of a href=/) and 'main content' block (div id=#containterwelcome text/div). Actually when user clicks on an item of the menu, the correspondent remote fragment is injected into 'main content' block and the appropriate url

[jQuery] changing the style of pre-checked checkboxes

2008-10-22 Thread Devin
Hi, I've poked around for a solution but I can't find anything concise enough for my jquery skill level. When my page loads (asp) some checkboxes will be checked (depending on the parameters). I would like to have these checkboxes have a style on them. I know there is other ways but I would

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-22 Thread Gilles (Webunity)
Yes that will be possible with my new version and is default implemented. I shall see if i can make a demo for that. On 21 okt, 22:59, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hi Gilles, i was about to take the same path: convert YUI uploader into jquery for the new version of

[jQuery] Re: Improving a tooltip code

2008-10-22 Thread Gordi
Anyone? Any help will be appreciated... On Oct 21, 12:42 am, Gordi [EMAIL PROTECTED] wrote: Hi everyone, I'm trying to build a hoverable Jquery tooltip. This tooltip should appear when I hover over some element, and stay put if I choose to hover over the tooltip itself too. The tooltip

[jQuery] Re: changing the style of pre-checked checkboxes

2008-10-22 Thread wwcat
On document.ready, add a class to all checked checkboxes, if any exist. $(document).ready(function() { $(:checkbox:checked).addClass(checked); }); On Oct 22, 10:55 am, Devin [EMAIL PROTECTED] wrote: Hi, I've poked around for a solution but I can't find anything concise enough for my

[jQuery] Autolinking Twitter @usernames with jQuery

2008-10-22 Thread Betty B
Hi, Fairly new to this, I'd like to know if such a thing is possible with jQuery: I have a social bookmarks-like page where users can post a link and description. I'd like to have some kind of function that would automatically link @USERNAME to that persons Twitter page (http://

[jQuery] [autocomplete] event doesn't work properly in User control

2008-10-22 Thread maya86
Dears, i added an autoComplete plug in , and i used the .autocomplete method in the plugin and it works fine when i use it in a page . aspx and it doesn't work fine in usercontrols, it says object or property doesn't exist. please reply with an answer i can use

[jQuery] Re: Autolinking Twitter @usernames with jQuery

2008-10-22 Thread Andy Matthews
A simple regex should take care of that for you. Just search for any occurrence of @any number of letters of numbers and wrap the result in an href tag. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Betty B Sent: Wednesday, October 22, 2008

[jQuery] filtering complex selectors

2008-10-22 Thread Dan Finch
If there's a way, what would it take to be able to use complex selectors (those with , ~, , etc.) with filtering functions. For example, $( div ).find( pa ); $( pa, $( div ) ); Thanks

[jQuery] Re: [Validate] Can I enable custom error message display?

2008-10-22 Thread Vish
Hi Jorn, Thank You for your response. I was actually able to use the 'checkForm' method and then browse through the errorList to do what I wanted to do. My major stumbling block was that I wanted to hide some info div when an error occurred. I think you had enabled it by resolving ticket no.

[jQuery] Subheadings in tables

2008-10-22 Thread Mike Miller
Hi am trying to find ways to do this easily with jquery but so far have not found much for what I am looking for. What I would like is an easy way to add subheadings to a table when I perform a sort on the table. The tablesorter plugin works great for sorting the data...but what I would like to

[jQuery] Re: Autolinking Twitter @usernames with jQuery

2008-10-22 Thread Michael Geary
In case it's helpful, here's the code I use in my Twitter election map: http://maps.google.com/help/maps/elections/#twitter function atLinks( str ) { return str.replace( /(^|\s)@([\w_]+)/g, '$1@a target=_blank href=http://twitter.com/$2;$2/a' ); }

[jQuery] Saving Dynamic Data Through JSP

2008-10-22 Thread hanther
I've got a dynamic html page that has a number of static inputs, but also 2 dynamic lists of information that can be added to or deleted from. What's the best way to pass this information to a JSP to be saved to the databse? I've read about serialize and serializearray, but I'm having trouble

[jQuery] Re: event doesn't work properly in User control

2008-10-22 Thread MorningZ
Seeing the problem is easy do a View Source of your page and you will see that using a UserControl changes all the ID's and Names of controls because it utilizies INamingContainer (watch video here: http://www.detacheddesigns.com/blog/blogSpecific.aspx?BlogId=133) Your choices are: 1) Use the

[jQuery] Re: filtering complex selectors

2008-10-22 Thread MorningZ
Have you tried those? There's no reason why $( pa, $( div ) ); wouldn't find all a that are direct descendants of p tags inside div tags On Oct 22, 2:43 pm, Dan Finch [EMAIL PROTECTED] wrote: If there's a way, what would it take to be able to use complex selectors (those with , ~, ,

[jQuery] Combining selectors

2008-10-22 Thread nguyenq
I need help in this compound selector problem. I have the following jQuery statements, which are working: $([EMAIL PROTECTED]'button']).addClass(button); $([EMAIL PROTECTED]'submit']).addClass(button); $([EMAIL PROTECTED]'reset']).addClass(button); I want to combine them into a

[jQuery] Re: jQuery Documentation in PDF

2008-10-22 Thread Wint
Do you mind if we modify the code at all Jonatan? I wouldn't mind taking what you have here and running with it. Either way, this is very cool indeed, thanks a bunch! On Oct 21, 1:22 pm, Isaak Malik [EMAIL PROTECTED] wrote: Hey Jonatan, This is EXTREMELY useful and I'm sure more think the

[jQuery] Re: mcDropDown: any click event fire the drop down animation

2008-10-22 Thread Dan Switzer
The example page works as it should, I am using the the latest listed: * Rev: 1.2.07 I had the same behavior on 2 different pages. Unfortunately there is not live example. Everything else works fine with the widget. The root menu actually animates on the top left of the page at first

[jQuery] $.each help for radio button validation

2008-10-22 Thread Steve
Hi Everyone, I'm new at this and can't figure out how to use the $.each properly. Let me try to explain more about my Quiz project: 1. I have a dynamic set of Radio Buttons that are grouped. 2. I want to validate that at least 1 is checked per group. 3. If a radio button is not checked in a

[jQuery] Re: filtering complex selectors

2008-10-22 Thread Dan Finch
You're right, I do that all the time :). I'm getting my side effects mixed up. What I can't actually do is match against ancestors of the context. For example, $( .L1.L4, $( .L3 ) ), where the n represents the level of DOM depth. On Oct 22, 2:38 pm, MorningZ [EMAIL PROTECTED] wrote: Have you

[jQuery] Re: $.each help for radio button validation

2008-10-22 Thread chris thatcher
It would help to see a specific example, or link to an example. My immediate response would be to make sure you can select each group individually, by wrapping it with a div or something and selecting the div, not all the radio buttons at once. that way you can handle each group one at a time

[jQuery] Re: Combining selectors

2008-10-22 Thread Smith, Allex
http://docs.jquery.com/Selectors/attributeMultiple#attributeFilter1attri buteFilter2attributeFilterN $(input[type='button'][type='submit'][type='reset'].addClass(button); Should work I believe. Untested. AllexS Hope this helps -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Combining selectors

2008-10-22 Thread Mauricio (Maujor) Samy Silva
Try: $([EMAIL PROTECTED]'button'], [EMAIL PROTECTED]'submit'], [EMAIL PROTECTED]'reset']).addClass(button); See: http://docs.jquery.com/Selectors/multiple#selector1selector2selectorN Mauricio - I need help in this

[jQuery] how would you initialize google excanvas on a new piece of html?

2008-10-22 Thread Rene Veerman
Hi. I'm trying to use google's excanvas in my CMS, but ran into a snag; excanvas initializes all canvas tags in the dom on startup. my cms loads much html dynamically, and i need to initialize excanvas on those new dom nodes. the new dom node i'm trying to init is called __self.html (of a

[jQuery] Re: how would you initialize google excanvas on a new piece of html?

2008-10-22 Thread Rene Veerman
i tried G_vmlCanvasManager_.init(__self.html); but that didnt work.. probably because this thing runs inside an anon function, right? Rene Veerman wrote: Hi. I'm trying to use google's excanvas in my CMS, but ran into a snag; excanvas initializes all canvas tags in the dom on

[jQuery] can jquery slide a whole page up and down?

2008-10-22 Thread caturn88
I have been to websites in the past which I remember had no scroll bars, relying on buttons to navigate the site. I got the impression the whole site was a massive page, so only one section could be viewed at a time. The really nice thing was that going to a new page would slide there, instead of

[jQuery] Re: Combining selectors

2008-10-22 Thread Smith, Allex
Ignore what I just said... according to the docs it will only match if all the attributes are the same, not based on an or. AllexS -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nguyenq Sent: Wednesday, October 22, 2008 12:41 PM To: jQuery

[jQuery] SOLVED Re: [jQuery] Re: how would you initialize google excanvas on a new piece of html?

2008-10-22 Thread Rene Veerman
Solution: // Copyright 2006 Google Inc. //tiny fix by Veerman Internet Services to allow initialization on HTML loaded after document.ready // // Licensed under the Apache License, Version 2.0 (the License); // you may not use this file except in compliance with the License. // You may obtain

[jQuery] Re: SOLVED Re: [jQuery] Re: how would you initialize google excanvas on a new piece of html?

2008-10-22 Thread Rene Veerman
sry forgot to add that the solution in this modification is to call googleExCanvas(), _without_ specifying a dom node to traverse. I ran into problems if i tried to init a single dom node.. but the code checks if a canvas tag has been initialized already, so there's no overhead to speak of..

[jQuery] Re: SOLVED Re: [jQuery] Re: how would you initialize google excanvas on a new piece of html?

2008-10-22 Thread Rene Veerman
original package at http://excanvas.sourceforge.net/

[jQuery] Re: BlockUI: oversized overlay bug in IE web browsers ( demo included )

2008-10-22 Thread tallvanilla
Hi Mike, I don't see anything different in the file you pointed me to. Please let me know what you changed, because it seems to be exactly the same as the plugin I downloaded from the blockUI website! JR On Oct 22, 5:53 am, Mike Alsup [EMAIL PROTECTED] wrote: It's really up to BlockUI to

[jQuery] Re: jQuery.getScript problems on IE 7

2008-10-22 Thread Karl Rudd
Have followed the advice at http://docs.jquery.com/Using_jQuery_with_Other_Libraries ? Karl Rudd On Wed, Oct 22, 2008 at 11:01 PM, Alexsandro_xpt [EMAIL PROTECTED] wrote: Nobody know what happen with .getScript getting prototype framework? On 22 out, 00:57, Alexsandro_xpt [EMAIL PROTECTED]

[jQuery] Re: can jquery slide a whole page up and down?

2008-10-22 Thread MorningZ
This page http://www.webresourcesdepot.com/dnspinger/ uses a jQuery plugin to achieve the infinite page he talks about the plugin somewhere on his blog http://www.webresourcesdepot.com/ but i don't have time right now to find exactly where, but i know it's there as i've read it On Oct 22,

[jQuery] Re: [autocomplete] do search on input focus

2008-10-22 Thread blasto333
That didn't work either. If I double click in the field, the expected behavior occurs. On Oct 22, 10:41 am, Isaak Malik [EMAIL PROTECTED] wrote: I have no idea which autocomplete plugin you're using but does the following work for you? $(function() {

[jQuery] Re: can jquery slide a whole page up and down?

2008-10-22 Thread MorningZ
Heck with it took the few minutes and found the post, here it is http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/ On Oct 22, 4:46 pm, caturn88 [EMAIL PROTECTED] wrote: I have been to websites in the past which I remember had no scroll bars, relying on buttons

[jQuery] Re: BlockUI: oversized overlay bug in IE web browsers ( demo included )

2008-10-22 Thread tallvanilla
Oops! Nevermind. I found the line and updated it. It works as expected in IE now: http://74.205.76.81/blockuitest/ Thanks a bunch, Mike. Hopefully, blockUI's author will discover this fix eventually. JR On Oct 22, 3:08 pm, tallvanilla [EMAIL PROTECTED] wrote: Hi Mike, I don't see

[jQuery] Re: BlockUI: oversized overlay bug in IE web browsers ( demo included )

2008-10-22 Thread Josh Nathanson
Thanks a bunch, Mike. Hopefully, blockUI's author will discover this fix eventually. It shouldn't take long, Mike *is* the author. -- Josh

[jQuery] Re: BlockUI: oversized overlay bug in IE web browsers ( demo included )

2008-10-22 Thread tallvanilla
Oops! I'm an idiot, and I keep proving it. Thanks for correcting me, Josh! Mike... thanks again for the fix! Looking at your code, I see that you only had to subtract 4 pixels from lyr1/lyr2 height if $.boxModel==false. Works like a charm! JR On Oct 22, 3:27 pm, Josh Nathanson [EMAIL

  1   2   >