[jQuery] Re: JQuery XML parsing is not working in IE?

2009-03-10 Thread Samuel
Yes I tried JSON laterly, and it works so greatly. On Fri, Feb 20, 2009 at 5:30 AM, akzhan akzhan.abdu...@gmail.com wrote: How to reproduce this problem? By the way, Json format is more attractive way for data exchange (Json included into core or additional modules of all known Web server

[jQuery] Anyone else getting a False Positive from Norton?

2009-03-10 Thread PawPrint
I just started getting phone calls with anyone using Norton due to a false positve any time someone activates any of my jQuery effects as simple as .show() http://www.symantec.com/business/security_response/attacksignatures/detail.jsp?asid=23291 HTTP MSIE7 Uninitialized Memory Code Exec I read

[jQuery] Re: [validate]

2009-03-10 Thread Jörn Zaefferer
Add a different class to your label then errorClass. Then the plugin won't try to hide. Jörn On Mon, Mar 9, 2009 at 10:21 PM, Trixster joshmda...@gmail.com wrote: I have found a possible bug and a possible solution. When I validate my form select box, its label goes red (gets the error class

[jQuery] Re: Shadowbox and JQuery

2009-03-10 Thread BB
Hi Jon, you have to load the skin of the shadowbox wich seems not to be included automatically if you build your shadowbox... So go to http://www.mjijackson.com/shadowbox/doc/download.html Download Code and go to shadowbox-2.0-code/src/skin and copy the classic folder to your server. Then modify

[jQuery] Re: Get Textbox-value and write to table-cell (td/td)

2009-03-10 Thread Eric Gun
Sorry guys, just had a couple days off. I will look forward to your answers and reply back here soon. Thanks for concerning, Regards, On Mar 8, 8:22 am, mkmanning michaell...@gmail.com wrote: With the markup example in the OP, use this: var dp = $('#deal-post tbody tr');

[jQuery] Re: Bug w/ AjaxSubmit?

2009-03-10 Thread knal
Great! Thanks, Knal On Mar 10, 1:03 am, Mike Alsup mal...@gmail.com wrote: I'm using Validate and AjaxSubmit on a form of mine. It's on a long webpage, where you need to scroll to reach the form. For this reason in the action i've added index.php#contact If people w/ JS disabled submit

[jQuery] need some suggestion about adding active class for one page link

2009-03-10 Thread mangajin
Hi, I am working on the project that will be only one page and the menu will link to the same page. The problem is that i can't add active class to the menu the same we did in the normal linked pages. For example, in css we can see .about .menu ul li .active a { color:#black} . This means the

[jQuery] Combining Fade and Slide

2009-03-10 Thread untitled10101
Hi guys, First post, so take it easy on me. I am basically trying to work off of an effect I found at wallpaperscript.net. I am specifically talking about the middle area (General Description, Features and Benefits, etc). Although I was able to take apart the code and apply it to my own

[jQuery] Superfish jquery conflict???

2009-03-10 Thread Steve Yakoban
Hi, I'm not much more than a jquery cut and paste/change a simple user definition, kinda guy. I can't write javascript... So, I was trying to marry a jquery animation effect with Superfish in one page and apparently have a conflict. The two things work separately but it seems that there is

[jQuery] Show div in div on mouseover

2009-03-10 Thread P
I have multiple divs on my page in which contains another div with links. These links should be hidden by default but then displayed when the mouse is over the div. HTML-code: div class=box Lorem ipsum div class=linksa href=#Foo/a a href=#bar/a/div /div div class=box Lorem ipsum 2 div

[jQuery] tree view problem

2009-03-10 Thread yogee
tree is working fine on mozilla and safari , but its not working properly on ie6 or 7

[jQuery] Superfish: Modify

2009-03-10 Thread rjian
Hello Guys, Just want to inquire how can i modify the height and width of the menu? also how can i change the default text color of the menu? Cheers, Rj

[jQuery] How can I use VAR str into json object

2009-03-10 Thread gordiany...@gmail.com
var str = hello; var json = { str: 123 } I know this is not jquery question , but I don't know where I should go The question is how can I use VAR str into json object, I don't want {str: 123}, actually i want {hello: 123} How can solve this problem? In fact this question troubling me a long

[jQuery] First jQuery Plugin

2009-03-10 Thread OtakuD
Hey guys, first off let me just say Im a jQuery noob, so if you see any obvious errors/improvements, please feel free to inform me! I want to make a simple plugin that auto-populates a html select element, it works fine on the first element but when I call it again to populate a second it appends

[jQuery] combined url

2009-03-10 Thread Kris
Hi I'm new to jquery i can't understand what the followng means. var combinedIncludeURL = combine.php?type=javascriptfiles=; can i modified that ? my requirement is can i call jsp instead of this? plz help me

[jQuery] Superfish limit

2009-03-10 Thread [reza]
Hello, I have problem on using superfish. I have googling to fix it but still have no luck. I use superfish on joomla website. It works fine. Except now i want superfish only active for 2 levels of ul. Example: ul li class=parent item3spana href=#Main Link/a/span ul

[jQuery] Re: How can I use VAR str into json object

2009-03-10 Thread Joseph Le Brech
just a wild guess but have you tried this.str? Date: Mon, 9 Mar 2009 22:15:27 -0700 Subject: [jQuery] How can I use VAR str into json object From: gordiany...@gmail.com To: jquery-en@googlegroups.com var str = hello; var json = { str: 123 } I know this is not jquery question ,

[jQuery] Re: First jQuery Plugin

2009-03-10 Thread ryan.j
i'd avoid arithmetic characters or any reserved characters in your id names. if you must add some kind of spacing character underscores work. it'll also struggle if you begin a class/id with an integer e.g - .1under won't work properly but .el1under will. On Mar 10, 11:08 am, OtakuD

[jQuery] Re: First jQuery Plugin

2009-03-10 Thread OtakuD
Holy moly! Thanks mate! You know, all my ids where new_ but I changed them to new- trying to figure out this error so I thought it didnt work, changing them back now however fixed it all... weird but Im SO grateful! Thanks again!

[jQuery] Re: Show div in div on mouseover

2009-03-10 Thread ryan.j
div.box div.links { display:none; } div.box:hover div.links { display:inline; } On Mar 10, 9:13 am, P pst...@gmail.com wrote: I have multiple divs on my page in which contains another div with links. These links should be hidden by default but then displayed when the mouse is over the div.

[jQuery] Re: First jQuery Plugin

2009-03-10 Thread OtakuD
Hmm seems like I spoke too soon! (-.-) Well it works fine so long as the three different jQuery UI tabs do not have identically named inputs, or at least thats how it seems. Each of my tabs is used for either editing, creating or deleting a record from the database so identical fields are bound

[jQuery] problems with jquerytableresizer

2009-03-10 Thread miro
http://code.google.com/p/jquerytableresizer/ I am trying to use the jquerytableresizer but having some problems. First of all the first column turns different attached is the image http://www.nabble.com/file/p22426241/jquery-resizer.gif and second inside the jquery tabs its behaving

[jQuery] validator on image/link

2009-03-10 Thread Ivar Kunst
Hey everyone, Im kinda new with jQuery, so please have a bit patience with me for the propably noobish question. I'm having a few forms, on each form there are 2 options to go to the next one, and on each of the 2 options, i need the validator to activate. The first option is a normal button

[jQuery] [validate] custom error messages

2009-03-10 Thread Jaggi
been bashing my head with this one all day and can't seem to get it to display my custom error messages, any help would be great. $(#offer).validate({ messages: { seasons: { required: 'Please select at least one season',

[jQuery] JQuery expert in Sweden or Scandinavia

2009-03-10 Thread mankz
I'm looking for a JQuery expert in Sweden or Scandinavia. I'd like him/ her to do a workshop about JQuery for my company. Please contact me for further details. mats.bryn...@avensia.se /Mats

[jQuery] How to prevent refreshing jQuery menu and still have SEO friendly links/pages??

2009-03-10 Thread 123gotoandplay
Hi all, So i have created a jQuery menu, but now i am stuck with SEO friendly url's in combo with my jQuery menu refreshing? I don't want my jQuery menu refreshing each time you click on a menu link.

[jQuery] Masked Input Plugin 1.2.2 Released

2009-03-10 Thread Josh Bush
There is now a new version of my Masked Input Plugin (http:// digitalbush.com/projects/masked-input-plugin/) for jQuery. This is primarily a bugfix release which addresses some edge cases. Additionaly, I made a few changes that I feel make the plugin behave more natural so that the user

[jQuery] How to prevent refreshing jQuery menu and still have SEO friendly links/pages??

2009-03-10 Thread 123gotoandplay
Hi all, How do i prevent my jQuery from reloading per page, but still have SEO friendly pages??? any tips, pointers

[jQuery] Re: How can I use VAR str into json object

2009-03-10 Thread errant
var str = 'hello'; var json = {}; json[str] = 'wassup'; alert(json.hello); Ask google about dot and square bracket notations for more info. On 10 мар, 08:15, gordiany...@gmail.com gordiany...@gmail.com wrote: var str = hello; var json = { str: 123 } I know this is not jquery question ,

[jQuery] Re: validator on image/link

2009-03-10 Thread Ivar Kunst
i found something like this: $(#navigation_button_bar img.inactive).parent().click(function() { $(#goto).val($(this).attr(href)); $(#form_user).submit(); return false; }); Can't i edit this in someway i can call the validator? i tried something but can't

[jQuery] Superfish questions

2009-03-10 Thread Reuven M. Lerner
Hi, everyone. I'm a happy jQuery user, and have been using Superfish for drop-down menus in a Rails project I'm working on. There are two things I'd like to do with Superfish that I don't see in the documentation, and before doing convoluted things (or switching to a different plugin), I wanted

[jQuery] Re: Getting text from a div

2009-03-10 Thread bawestcott
I found that : this.$windowTitleBar[0].firstChild.data works On Mar 9, 8:10 pm, RobG rg...@iinet.net.au wrote: On Mar 10, 9:14 am, bawestcott bwestc...@shaw.ca wrote: I am using the jquery windows plugin and i would like to be able to get the title of each window that is created. An

[jQuery] table column resizable

2009-03-10 Thread miro
None of the available table column resizer worked for me please help me if there is any plugin which works with latest jqeury -- View this message in context: http://www.nabble.com/table-column-resizable-tp22434653s27240p22434653.html Sent from the jQuery General Discussion mailing list

[jQuery] Re: First jQuery Plugin

2009-03-10 Thread ryan.j
identical IDs or classes? an id should be unique, a class if for applying to multiple elements. if the tabs have unique ids you can just give all the fields a class based on type and use a selector explicitly naming the parent element $('div#firstTab input.emailAddress').val() would get the

[jQuery] Re: Show div in div on mouseover

2009-03-10 Thread ryan.j
sorry, i forgot to add div.box div.links:hover { display:inline !important; } On Mar 10, 11:27 am, ryan.j ryan.joyce...@googlemail.com wrote: div.box div.links { display:none; } div.box:hover div.links { display:inline; } On Mar 10, 9:13 am, P pst...@gmail.com wrote: I have multiple divs

[jQuery] How do I change the q= parameter?

2009-03-10 Thread Bogdan Craciun
Hello This is a great script, there's no doubt about that. However, I need to use this script with Drupal, and Drupal already uses a $_GET[q] parameter, and the autocomplete script seems to interfere with that. I've heard that I can change the q= parameter somewhere in the jquery.autocomplete.js

[jQuery] Re: First jQuery Plugin

2009-03-10 Thread OtakuD
Ok I get that, its an option I can try. What Id like to know though is why the select elements in the currently selected tab arent being populated if the previously selected tab had an element of the same name eg: first tab: select id=new_category name=new_category option value=Select

[jQuery] Re: How do I change the q= parameter?

2009-03-10 Thread MorningZ
around 348 (i'm looking at version 1.0.2) is this snippet data: $.extend({ q: lastWord(term), limit: options.max }, extraParams), changing q right there should work (i just lightly tested doing so and it worked fine) On Mar 10, 10:21 am, Bogdan Craciun

[jQuery] Re: blur(). not working good enough

2009-03-10 Thread bart
Thank you both for posting :) mkmanning, your code works very well! I'm still somewhat of a noob with jQuery syntax, care to explain your code a little more thorough? //The children of the matched element -filtered down to the span element- get hidden, what does the , spn part do exactly? var

[jQuery] Re: cancelling default click handler for label/

2009-03-10 Thread Karl Swedberg
On Mar 9, 2009, at 3:07 AM, Klaus Hartl wrote: One reason not doing it is probably because IE only supports explicitly associated labels. --Klaus Sure, but that doesn't mean you can't do this: label for =myid input type=checkbox id=myid name=myid / /label Not saying that I prefer

[jQuery] Re: cancelling default click handler for label/

2009-03-10 Thread Klaus Hartl
On 10 Mrz., 16:00, Karl Swedberg k...@englishrules.com wrote: label for =myid         input type=checkbox id=myid name=myid / /label Not saying that I prefer this way, just that it's possible. --Karl Cool. I've never tried that... --Klaus

[jQuery] .append misbehavior in MSIE7 with cross-window element injection

2009-03-10 Thread Nekura Neko
I need to alter a parent window from its pop-up (customers insisted) child, using dynamic data. The following works in Firefox 3, but not in MSIE7. script type=text/javascript var newElement = $(li /).text(Mod State); $(opener.document).find(#injectHere).append(newElement); /script See

[jQuery] Global Object, Scope question

2009-03-10 Thread Brad
This is really a javascript question, but will use jQuery. When a page first displays I would like to save a bunch of data about a form. For example the IDs of all of the inputs and how they are originally defined. Depending on user actions I may need to restore individual form fields to their

[jQuery] Re: .append misbehavior in MSIE7 with cross-window element injection

2009-03-10 Thread Joseph Le Brech
What about something like this? $($(opener.document).find(#injectHere)).append(newElement); Date: Tue, 10 Mar 2009 08:32:28 -0700 Subject: [jQuery] .append misbehavior in MSIE7 with cross-window element injection From: nekura.n...@gmail.com To: jquery-en@googlegroups.com I need

[jQuery] [tooltip] tooltip container flowing off page in Safari 4, not resizing as should

2009-03-10 Thread roryreiff
Hi there, In my implementation of the tooltip plugin, I have notice that in Safari 4 the tooltip does not resize when the cursor moves against the window. That is, I have track set to true as default, so initially the tooltip formats so that it does not overflow over the side of the window, but

[jQuery] Re: Global Object, Scope question

2009-03-10 Thread MorningZ
simply saying var ThisVar = whatever; makes it global so in your code, it would be like script type=text/javascript var FormData = {}; $(document).ready(function(){ $(:input).each(function() { FormData[this.id] = $(this).val(); }); }); function resetField(id) {

[jQuery] Re: .append misbehavior in MSIE7 with cross-window element injection

2009-03-10 Thread Nekura Neko
Same behavior -- which is a No such interface supported exeception on this WinXP/IE7.0.5730.13 machine. The $(newElement).appendTo($ (opener.document).find(#injectHere)) permutation also behaves in this way. On Mar 10, 8:48 am, Joseph Le Brech jlebr...@hotmail.com wrote: What about something

[jQuery] Re: Global Object, Scope question

2009-03-10 Thread Brad
Thanks. All of my attempts were trying to overly complicate things. On Mar 10, 9:52 am, MorningZ morni...@gmail.com wrote: simply saying var ThisVar = whatever; makes it global so in your code, it would be like script type=text/javascript var FormData = {};

[jQuery] metadata plugin within jquery core

2009-03-10 Thread Massimiliano Balestrieri
hello I was wondering why the metadata plugin is not included with the core? thank you for your attention -- Massimiliano Balestrieri

[jQuery] Re: blur(). not working good enough

2009-03-10 Thread mkmanning
'el' and 'spn' variables are both so we can cache the jQuery object and save having to do the traversal again later in the function; this is generally a good practice from a performance perspective. The 'spn' variable chains the hide() method to the selector, since the selector still returns the

[jQuery] Does anyone know of a plugin that allows you to use offset with a right position value instead of left.

2009-03-10 Thread Martin
Hello all, I am trying to use a slider that when clicked slides out to the left. I cant use offset to position my element, because the slider will slide to the right, owing to the left position element. I have tried to use absolute positioning, but due when the page is resized my layout is

[jQuery] Re: Does anyone know of a plugin that allows you to use offset with a right position value instead of left.

2009-03-10 Thread Liam Potter
put a div around everything, give it a maximum width and position:relative; this will trap your absolute positioned elements. Martin wrote: Hello all, I am trying to use a slider that when clicked slides out to the left. I cant use offset to position my element, because the slider will slide

[jQuery] Re: Getting text from a div

2009-03-10 Thread mkmanning
That would be the same as RobG's: div.firstChild.data; where this.$windowTitleBar[0] = the containing div (although it's unclear how you'r getting this.$windowTitleBar[0]) $('.window-titleBar')[0] will get the element from the jQuery selector. Using .firstChild.data on that will work but is

[jQuery] Re: Troubles with animate in IE (possible bug)

2009-03-10 Thread Leonardo K
I dont know exactly whats wrong in your code, but u can do much simplier code, like this: $(document).ready(function() { //hide all div.body $('div.show_wrapper div.body').hide(); $('a.show_link').click(function() { //element to slide Up or Down var $bodyTarget =

[jQuery] Re: Troubles with animate in IE (possible bug)

2009-03-10 Thread Leonardo K
Ops, change this: $('div.body:visible').slideUp(); to $bodyVisible.slideUp(); because u already have the element to slideUp in the var :D On Tue, Mar 10, 2009 at 13:51, Leonardo K leo...@gmail.com wrote: I dont know exactly whats wrong in your code, but u can do much simplier code, like

[jQuery] Re: Anyone else getting a False Positive from Norton?

2009-03-10 Thread PawPrint
Users completing a new update from Norton no longer have the problem - guess you can ignore this one. On Mar 10, 12:48 am, PawPrint sc...@pawprint.net wrote: I just started getting phone calls with anyone using Norton due to a false positve any time someone activates any of my jQuery effects

[jQuery] Re: Does anyone know of a plugin that allows you to use offset with a right position value instead of left.

2009-03-10 Thread Martin
Thanks that worked perfectly. On Mar 10, 4:48 pm, Liam Potter radioactiv...@gmail.com wrote: put a div around everything, give it a maximum width and position:relative; this will trap your absolute positioned elements. Martin wrote: Hello all, I am trying to use a slider that when

[jQuery] making variable in [tooltip] plugin available to Shadowbox

2009-03-10 Thread roryreiff
Hi there, I am using the tooltip plugin successfully, though I have run into a problem in that I have another plugin, Shadowbox, that needs to access the title attributes that tooltip if blasting away. Is there any way to make the tooltip variable 'tooltipText' global such that I can call it

[jQuery] Superfish Menu Dropdown Not Working In Firefox

2009-03-10 Thread emorya...@gmail.com
www.omegaboxing.com As shown through Internet Explorer, the navbar works flawlessly. However, when viewing through Firefox, the dropdown menu tends to go behind the content section. How can I fix this?

[jQuery] jQuery Menu

2009-03-10 Thread fperez2...@gmail.com
I'm currently working on a jQuery menu that loads content via ajax in a div. The menu tree menu with three levels. This is the code that manages the top level click events: $categories.click(function(){ for (i = 0; $categories.length; i++) { switch(this.id){ case topLevel_ + i:

[jQuery] SimpleModal error in IE7

2009-03-10 Thread Ricardo Garcia Vega
Hi! I\'m using your great plugin, but I have a problem with IE7. The problem comes after closing de simplemodal, I then have to click twice in the button to open it again, because the first time there\'s the js error, wich says: \nodeType\ is null or not a object... It only happens with IE...

[jQuery] filter(fn)

2009-03-10 Thread brightdad...@googlemail.com
Hi Experts, I am trying to do something like this; $(form#submit).submit(function(){ var name = $('#name').attr('value'); var $out = $(#message); //Send the request $.ajax({ type: POST, url: post.php, data: oname=+name,

[jQuery] Superfish Menu not working in Firefox

2009-03-10 Thread emorya...@gmail.com
www.omegaboxing.com In Internet Explorer, it works flawlessly as the navbar. However, in Firefox, the submenus tend to roll behind the content box. What's the best way to fix this?

[jQuery] Re: [Listnav] Extra characters

2009-03-10 Thread jdg
Hello Jack, Thanks for the reply. It seems it's not allowed to use characters with accents as class names. So I have ln-á LIs but the plugin cannot select them. A workaround could be to group accented characters with normal ones, like every a and á results could be on the same list. Is it

[jQuery] Reset individual form objects to their original display state

2009-03-10 Thread Brad
I have a need to reset individual form objects to their original state. When the document loads I save the element like this: var origFormData = {}; $(document).ready(function(){ // Save original form data for each input field

[jQuery] Re: filter(fn)

2009-03-10 Thread Liam Byrne
Hard to tell, since you haven't said what it is doing or what you're expecting it to do, but I think data should be {oname:name} Maybe that's what's wrong ? You'll also need a return false to prevent the standard form submit from kicking in brightdad...@googlemail.com wrote: Hi

[jQuery] Re: Reset individual form objects to their original display state

2009-03-10 Thread Nekura Neko
I'm thinking that $(form input).each(function() { $(this).val(origFormData[$(this).attr (id)]); }); should step over each input field in a form and conjure up values from the origFormData object based on the id of the current element conjuring a value. But the state-saving code should be more

[jQuery] Re: Reset individual form objects to their original display state

2009-03-10 Thread MorningZ
You forgot an important part of the line origFormData[this.name] = $(this); and this is you need to store the value, so origFormData[this.name] = $(this).val(); and on your other topic, the code was also provided to revert the value back to the saved value On Mar 10, 1:36 pm, Brad

[jQuery] Re: How to prevent refreshing jQuery menu and still have SEO friendly links/pages??

2009-03-10 Thread ricardobeat
You can keep a sitemap with the whole structure, but ideally you shouldn't use AJAX to load whole pages in place of links. Reloading different pages is not bad. On Mar 10, 10:20 am, 123gotoandplay wesweatyous...@gmail.com wrote: Hi all, How do i prevent my jQuery from reloading per page, but

[jQuery] Re: custom error messages

2009-03-10 Thread James
It looks okay. If you remove all your messages, does your default messages display? If not, something else is the issue. On Mar 10, 2:51 am, Jaggi jaggi_2...@hotmail.com wrote: been bashing my head with this one all day and can't seem to get it to display my custom error messages, any help

[jQuery] Re: Reset individual form objects to their original display state

2009-03-10 Thread mkmanning
Rather than create a global object, why not just take advantage of the jQuery data method and store the original value with its corresponding form element: $(:input).each(function(){ $(this).data('origVal',this.value) }); On Mar 10, 11:02 am, MorningZ morni...@gmail.com wrote: You

[jQuery] Re: Reset individual form objects to their original display state

2009-03-10 Thread Brad
Thanks for the help on the other question. I missed the part about reverting the value. Actually I don't think that I need to explicitly store the value. If I store the value of $(this) as shown I can later retrieve the value for a specific field by e.g., calling ...

[jQuery] Re: Shadowbox and JQuery

2009-03-10 Thread Jon
Hey BB, Thanks so much! What was puzzling me was the way the skin path is formed. For anyone else who is having issues with this, the first parameter in the loadSkin method is the folder name of your skin and the second is the path from the root to your skin folder but NOT including your skin

[jQuery] Re: Reset individual form objects to their original display state

2009-03-10 Thread MorningZ
Reading up on the documentation would be a good thing, as knowing the basics, like knowing what .html() does, is absolutely required if you want to learn to use this library to the fullest As for If I store the value of $(this) as shown I can later retrieve the value for a specific field by

[jQuery] Re: how to change direction of sub-indicator arrow in superfish

2009-03-10 Thread seezee
yeah, i figured that out later. turns out i had done it once before, on an older site, just forgotten how. thanks for the followup, --cz On Feb 17, 1:00 pm, Fontzter dmfo...@gmail.com wrote: You need to alter the image file arrows-ff.png so that the arrows are pointing the opposite

[jQuery] Re: Shadowbox and JQuery

2009-03-10 Thread Jon
Hey BB, Thanks so much! What was puzzling me was the way the skin path is formed. For anyone else who is having issues with this, the first parameter in the loadSkin method is the folder name of your skin and the second is the path from the root to your skin folder but NOT including your skin

[jQuery] Re: Reset individual form objects to their original display state

2009-03-10 Thread mkmanning
Haven't tried it but you could use my getAttributes plugin (http:// plugins.jquery.com/project/getAttributes) to store the current attributes in the data as I suggested, and then retrieve it later. That would get you not only the value but all other attributes. $(document).ready(function(){

[jQuery] Re: Global Object, Scope question

2009-03-10 Thread Matt Kruse
On Mar 10, 10:38 am, Brad nrmlcrpt...@gmail.com wrote: When a page first displays I would like to save a bunch of data about a form. For example the IDs of all of the inputs and how they are originally defined. Depending on user actions I may need to restore individual form fields to their

[jQuery] Re: filter(fn)

2009-03-10 Thread Karl Swedberg
if(($out).filter(':contains(Invalid)')) That is always going to be true since it returns a jQuery object regardless of whether there are any matched elements. Try this instead: if(($out).filter(':contains(Invalid)').length) --Karl Karl Swedberg www.englishrules.com

[jQuery] Re: Reset individual form objects to their original display state

2009-03-10 Thread Karl Rudd
Form elements have defaultValue and defaultSelected attributes. You might want to explore using those to reset the elements. http://www.irt.org/script/909.htm Karl Rudd On Wed, Mar 11, 2009 at 5:58 AM, mkmanning michaell...@gmail.com wrote: Haven't tried it but you could use my getAttributes

[jQuery] Re: Reset individual form objects to their original display state

2009-03-10 Thread Brad
Thanks for pointing out about that $(this) is pointer. On Mar 10, 12:50 pm, MorningZ morni...@gmail.com wrote: Reading up on the documentation would be a good thing, as knowing the basics, like knowing what .html() does, is absolutely required if you want to learn to use this library to the

[jQuery] Re: Reset individual form objects to their original display state

2009-03-10 Thread Brad
I'll have a look. It sounds like this is the basis for what I need. Thanks. On Mar 10, 12:58 pm, mkmanning michaell...@gmail.com wrote: Haven't tried it but you could use my getAttributes plugin (http:// plugins.jquery.com/project/getAttributes) to store the current attributes in the data as

[jQuery] Superfish integration into Joomla 1.5

2009-03-10 Thread WR
Hello, I try to integrate Superfish menu into Joomla 1.5. But no luck. : ( Perhaps I don't understand the principles. Maybe someone can help? I made some articles and made menu (using mainmenu mod from joomla). No CSS, just default. Downloaded and installed superfish mod for joomla 1.5. Enabled

[jQuery] [treeview] Node click behavior

2009-03-10 Thread Ryan
Is there a way to make a node in the treeview expand/collapse ONLY if the +/- is clicked but not the folder icon or folder name but still make the node selectable?

[jQuery] Open a Pop Up Window Using jQuery

2009-03-10 Thread .Nil
Hi, How Could I open a open a pop window using jQuery? ~.Nil

[jQuery] Cluetip: deactivate a tip

2009-03-10 Thread abhi
How do I deactivate or unbind a cluetip associated with an element? In the demo, togglable clueTip still invokes the onActivate function. I don't want any other processing to happen. Want to get rid of the hover over event processing for the element. Thanks in advance Abhi

[jQuery] Does the ready event wait for JavaScript files to be downloaded?

2009-03-10 Thread Angus
I am working on a Web app that will consist of virtually empty html pages to be downloaded with references in the head tag to JS files that will be used to dynamically construct the elements of the page. I have read that the ready event waits until the DOM is loaded and manipulable. Would this

[jQuery] Superfish Menus Not Appearing In IE6

2009-03-10 Thread Josh
I realize that this is a common issue, but I can't seem to track down the problem with my site. I have installed the Superfish plugin, and of course, it works like a champ for all browser except for IE6. I installed the bgiframe plugin with the hope that the background images in my portal

[jQuery] Re: bassistance.de Jörn's Enhancement

2009-03-10 Thread Tyron Scholem
Attached, the files needed to execute this version. Please let me know what do you think about it! On Mon, Mar 9, 2009 at 13:45, Tyron tyr...@gmail.com wrote: Hello everybody, I made some updates on the script, mainly to include the resources below: - default formatResult unformats the

[jQuery] Re: How to turn a bulleted list into a pseudo select box

2009-03-10 Thread Andy Matthews
No one has input on this? I know I've seen it done somewhere, I just can't remember where. On Mar 10, 11:30 am, Andy Matthews amatth...@dealerskins.com wrote: I have a bulleted list that I'd like to convert into a pseudo select box. The result would be appear to be a select box, but would

[jQuery] Re: First jQuery Plugin

2009-03-10 Thread mkmanning
Hyphens are perfectly valid in IDs: HTML 4 spec section 6.2 says, ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens (-), underscores (_), colons (:), and periods (.). XHTML spec section C.8 says, Note that the collection

[jQuery] li width bug in jCarousel

2009-03-10 Thread Bob
In jcarousel 0.2.3, in the reload() funtion, on line 269, there is this code to compute the dimensions of the li's: $('li', this.list).each(function(i) { ... but won't that compute the dimensions of all li's in the document? It should only be recomputing the dimensions of the child li's and

[jQuery] Re: making variable in [tooltip] plugin available to Shadowbox

2009-03-10 Thread BB
Hi roryreiff, maybe you store the title-attribut from the current element in a variable and add it when the tooltip hides. If this doesn't work try to set the title in the rel-attribut: rel=shadowbox;title='Hallo' On 10 Mrz., 18:25, roryreiff roryre...@gmail.com wrote: Hi there, I am using

[jQuery] Re: How to turn a bulleted list into a pseudo select box

2009-03-10 Thread Jack Killpatrick
Andy, can you explain what you're looking for in a different way? I've read it a few times and am not sure what you're looking for. Thx, Jack Andy Matthews wrote: No one has input on this? I know I've seen it done somewhere, I just can't remember where. On Mar 10, 11:30 am, Andy Matthews

[jQuery] jcarousel + cycle

2009-03-10 Thread sorahn
Hey guys, i'm using Cycle, to display some images, and i wanted the pager to be a carousel so that as we add more things we aren't constrained by the width of the page. That part in general wasn't that hard. The trick is making the carousel scroll based on the active slide for cycle. I was

[jQuery] Re: Open a Pop Up Window Using jQuery

2009-03-10 Thread MorningZ
is there any compelling reason to *not* use window.open, which any jQuery solution will ultimately use anyways? or are you looking for a modal div (which blockUI can do, jqModal can do, jQuery UI can do, etc) On Mar 10, 2:46 pm, .Nil nileshd.kulka...@gmail.com wrote: Hi, How Could I open a

[jQuery] Undefined function

2009-03-10 Thread surreal5335
I have been having trouble trying to define a function. I've tried every idea I have come across on the internet but nothing worked. I hope some one here has an of how to get it defined properly. The code that is not defined is: var currentUl = 1; function showMe(n) {

[jQuery] Re: Reset individual form objects to their original display state

2009-03-10 Thread Brad
mkmanning's plugin, along with his recommendation to use jQuery's data method instead of a global object, will work nicely. To answer my other question re: getting the full html of an element, there is this plugin: http://plugins.jquery.com/project/outerhtml. On Mar 10, 1:16 pm, Brad

[jQuery] Re: Reset individual form objects to their original display state

2009-03-10 Thread donb
How about just clone-ing the form node and replace the current form with the clone when you want to 'reset' it? On Mar 10, 5:31 pm, Brad nrmlcrpt...@gmail.com wrote: mkmanning's plugin, along with his recommendation to use jQuery's data method instead of a global object, will work nicely.

[jQuery] Re: How to turn a bulleted list into a pseudo select box

2009-03-10 Thread Andy Matthews
Howzabout I show you what I'm thinking of. This is what I came up with. It does pretty much everything I wanted: http://commadelimited.com/uploads/hover/ It's not perfect, but it's meant to fill a gap in our software. Currently we only have Flash navigation on our dealer sites. A crawler would

  1   2   >