[jQuery] Re: Manipulate Element After Being Added to DOM

2008-01-21 Thread Alexandre Plennevaux
arf, crossposting, where is that damn coffie ? :) On 21 jan, 09:43, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Matt, just a remark: if you do need to add that click behaviour to P elements not existing at the time of the call, there is a nice plugin: livequery that does that. On 21 jan,

[jQuery] Re: Manipulate Element After Being Added to DOM

2008-01-21 Thread Alexandre Plennevaux
Matt, just a remark: if you do need to add that click behaviour to P elements not existing at the time of the call, there is a nice plugin: livequery that does that. On 21 jan, 06:02, Matt Quackenbush [EMAIL PROTECTED] wrote: Karl, Thank you, thank you, thank you, thank you, thank you, and

[jQuery] Re: Manipulate Element After Being Added to DOM

2008-01-21 Thread George
Don't forget you could also just bind a click event to a parent object. That way any click in a child element, old or new, will bubble up and trigger the click event. In the event handler, just inspect event.target to see which child was clicked. George

[jQuery] Re: Plugin updated: FCKEditor, Codepress, Multiple File Upload Star Rating

2008-01-21 Thread Miguelito
HI, demo not working: FCKLang is not defined http://www.fyneworks.com/fwx/inc/fck/editor/js/fckeditorcode_gecko.js Line 99 IE7 Spanish and FF Spanish. Thanks. Diego A. wrote: Hey everyone, Quick note to all those using any of my plugins, they've all been updated this week and had a

[jQuery] Re: Plugin updated: FCKEditor, Codepress, Multiple File Upload Star Rating

2008-01-21 Thread Diego A.
Hi, I only keep the English language files on my website. But the jQuery Plugin will still work fine with your installation of FCK (and your language files). Thanks, Diego A. On 21/01/2008, Miguelito [EMAIL PROTECTED] wrote: HI, demo not working: FCKLang is not defined

[jQuery] Re: .click()

2008-01-21 Thread Steffan A. Cline
on 1/6/08 11:55 PM, chrismarx at [EMAIL PROTECTED] wrote: best to see the live page- On Jan 6, 9:32 pm, Steffan A. Cline [EMAIL PROTECTED] wrote: on 1/6/08 5:29 PM, chrismarx at [EMAIL PROTECTED] wrote: first, it would be better jquery technique to bind your img outside of

[jQuery] Is there a way to hide the script

2008-01-21 Thread DeaR
If I make a long jQuery script, and when the webpage is loaded, when we look at the source code, then everyone will be able to see the jQuery script. Are there any ways to get this hidden. I wanna hide these scripts for SEO reason as well... Thank you very much -- View this message in context:

[jQuery] ie7 document not ready for namespace addition

2008-01-21 Thread chrismarx
id like to run this code if ( this.vml_capable ) { document.namespaces.add(v,urn:schemas-microsoft-com:vml); document.createStyleSheet().addRule(v\\:*, behavior:url(#default#VML); position:absolute ); ...etc but i get an error even when running

[jQuery] this.parentNode has no properties

2008-01-21 Thread Goldielocks
Hi, I am creating a number of divs dynamically which are all draggable. The divs can be dropped in two different areas (#editDiv and #deleteDiv). On drop on #deleteDiv I get this.parentNode has no properties straight away. On drop on #editDiv it works fine when I drop the first div. If I

[jQuery] Re: XML Processing

2008-01-21 Thread Shawn
I did it in this way // jquery version: 1.2.1 packed if($.browser.msie){// in ie6 $xml=xml+$response+/xml;// xml .. /xml is needed for ie6 }else{ $xml=$xml.replace(]],).replace(![CDATA[,);// jquery maybe not not support this in firefox.. } // Then this code works fine. // and no Object

[jQuery] Re: Post-load images? Tips?

2008-01-21 Thread Micky Hulse
A bit more info: The hardest part for me to figure-out is the best approach for knowing when all of the needed images are loaded... I think I can handle all the other aspects of the coding. Is there a good technique for knowing when a group of images has fully loaded? Thanks! I really

[jQuery] Re: Help with draggable / droppable

2008-01-21 Thread Kevin Thorpe
The problem is, I think, that the draggable plugin if used without a helper modifies the dragged element to position: absolute. At that point moving it in the DOM doesn't have any visible effect, it simply sits where I let go of it instead of 'snapping' into the destination cell. I've got it

[jQuery] Tabs and Hide/Show Divs

2008-01-21 Thread MikeP
Hello. I'm using tabs to display lists of data. http://stilbuero.de/jquery/tabs_3/ http://dev.jquery.com/view/trunk/ui/current/ui.tabs.js When you click on an item in the list, I display a div. $('#problempanel').show(); If you click on another tab, I would like the div to hide. How can I

[jQuery] Re: flicker problem with slide

2008-01-21 Thread tashfeen.ekram
here is an example of the problem i am getting it. oddly enough, it work fine on ie7 but not on FF 2.0. http://www-personal.umich.edu/~tekram/flicker/ Thanks! On Jan 20, 1:18 pm, tashfeen.ekram [EMAIL PROTECTED] wrote: So, I have noticed if I put a padding bewteen the bottom of my div layer

[jQuery] datepicker

2008-01-21 Thread Lionel Martelly
Hello, I am facing an issue with interface where only version 1.02 of jquery works. I managed to make all other scripts work with that, except datepicker. The problem I am having with date picker and 1.02, once it opens, all functions are available, it inserts dates, you can navigate the months

[jQuery] Re: Manipulate Element After Being Added to DOM

2008-01-21 Thread Kenneth Ko
From what you described, you are adding the element after you have bound an event. So your code is really doing: 1. bind function to click event of some element 2. add some element to the dom you can clearly see the event wont get attached to the element. you'll either have to call the code

[jQuery] Re: Is there a way to hide the script

2008-01-21 Thread Fabien Meghazi
If I make a long jQuery script, and when the webpage is loaded, when we look at the source code, then everyone will be able to see the jQuery script. Are there any ways to get this hidden. I wanna hide these scripts for SEO reason as well... Why don't you put your code in a .js file that you

[jQuery] Post-load images? Tips?

2008-01-21 Thread Micky Hulse
Hi, I am trying to load a group of images at the $(window).load(...) event, and then once the group is fully loaded, I want to swap the CSS background of specific divs with said loaded images. I am wondering what you all would suggest for an approach? Any pseudo- code suggestions? I am just

[jQuery] Re: Post-load images? Tips?

2008-01-21 Thread Mika Tuupola
On Jan 21, 2008, at 10:02 AM, Micky Hulse wrote: A bit more info: The hardest part for me to figure-out is the best approach for knowing when all of the needed images are loaded... I think I can handle all the other aspects of the coding. Is there a good technique for knowing when a

[jQuery] Re: Author of UI-Tabs Plug-in?

2008-01-21 Thread Klaus Hartl
On 21 Jan., 00:36, Rick Faircloth [EMAIL PROTECTED] wrote: Hi, Klaus...and thanks for the response. What I want to do is create a tabs setup that will operate as follows and the UI/Tabs settings that will cause this functionality: - Initially, the tab details don't show at all - When a

[jQuery] Re: Problem with tablesorter

2008-01-21 Thread Christian Bach
Hi Guys, I will see to it that i incorporate this into the next bug fix version of tablesorter. Thanks for spotting it! /Christian 2008/1/17, Cesar [EMAIL PROTECTED]: I encountered this bug the alternate fix, if you want to use version 2.0 of the metadata plugin, is to open up tablesorter,

[jQuery] Re: Tabs and Hide/Show Divs

2008-01-21 Thread Klaus Hartl
On Jan 21, 1:22 am, MikeP [EMAIL PROTECTED] wrote: Hello. I'm using tabs to display lists of data.http://stilbuero.de/jquery/tabs_3/http://dev.jquery.com/view/trunk/ui/current/ui.tabs.js  When you click on an item in the list, I display a div. $('#problempanel').show(); If you click on

[jQuery] reset cloned

2008-01-21 Thread rayfidelity
Hi, Is there an easy way to reset the cloned input fields (text and select) after they're cloned (preserving the parents value)? Thanks

[jQuery] xml parsing - what am i doing wrong?

2008-01-21 Thread Alexandre Plennevaux
Hello, i'm loading a bit of xml and i'm trying to use the loaded data, but i 'm unsuccessful traversing it so far. Can you tell me what i'm doing wrong? here is the loading code: datascape.getAllAnchors = function(){ $.get(projects/datascapes.xml,function(data){ return $(data);

[jQuery] jFrame :)

2008-01-21 Thread Piere
Hi all, iam using the jFrame Plugin but somehow i need to accsess the jFrames per Flash :/ I couldnt figure out how i should call the API to load a Frame per javascript. maybe someone can possible help me there? =) thanks

[jQuery] Re: Jeditable + if error

2008-01-21 Thread frizzle
Please, anyone? On Jan 14, 6:59 pm, frizzle [EMAIL PROTECTED] wrote: Hi there, I've recently discovered jQuery and especially Jeditable. It's very good, only i wonder how on earth can i add an error message if PHP has validated the input and doesn't agree. (E.g. invalid chars). In the

[jQuery] Re: clone() problem in IE7

2008-01-21 Thread Jason Davies
On Jan 16, 6:16 pm, John M Lauck [EMAIL PROTECTED] wrote: Is there an issue using clone() in IE7? I'm not having trouble in Firefox 2 but IE7 seems to ignore this method. I'm having a problem with this too: calling row.clone(true) causes a 'nodeType' is null or not an object error in IE7.

[jQuery] effects reduce frames

2008-01-21 Thread nik.mda
There is a way to reduce frames of jquery effects? I mean something like setting for animate a parameter - numberOfFrames per second. This I want for optimizing the way in that effects are displaying on slow machines. In firebug i see that opacity is changing from 1 to 0.99, 0.9997 etc..

[jQuery] Re: jquery 1.2.2 and animate()

2008-01-21 Thread chrismarx
yeah, the color plugin, its sweet. http://plugins.jquery.com/project/color On Jan 21, 7:21 am, Stefan Kilp [sk-software] [EMAIL PROTECTED] wrote: hi, what is the best way to animate background-color with jquery. i tried $j(this).animate({backgroundColor:#ff}, 2000) to get a red

[jQuery] Help with FORM plugin

2008-01-21 Thread carvingcode
Hi Group - The FORM plugin .js file shows up in FireBug, so I know it is being loaded. I've attempted to use both .ajaxForm and binding .ajaxSubmit to my form, but for some reason the FORM plugin .js is not being called. (NOTE: I've even used sample code from the FORM plugin docs (and was

[jQuery] Re: xml parsing - what am i doing wrong?

2008-01-21 Thread David Decraene
the get is asynchronous, meaning that datascape.getAllAnchors is returned (nothing/undefined) before the ajaxall (get) returns success. On Jan 21, 3:41 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Hello, i'm loading a bit of xml and i'm trying to use the loaded data, but i 'm

[jQuery] Re: jquery 1.2.2 and animate()

2008-01-21 Thread Cloudream
try official color plugin http://plugins.jquery.com/project/color On Jan 21, 8:21 pm, Stefan Kilp [sk-software] [EMAIL PROTECTED] wrote: hi, what is the best way to animate background-color with jquery. i tried $j(this).animate({backgroundColor:#ff}, 2000) to get a red background,

[jQuery] validate

2008-01-21 Thread Mileto
How with you to add rules and messages in the Plugin Validate in fields that they are added by the user? In my form, the user clicks on a button and to add a block of fields. I need that these blocks are validated also.

[jQuery] Re: jquery 1.2.2 and animate()

2008-01-21 Thread besh
Hi Stefan, try this one: http://plugins.jquery.com/project/color -- Bohdan Ganicky On Jan 21, 1:21 pm, Stefan Kilp [sk-software] [EMAIL PROTECTED] wrote: hi, what is the best way to animate background-color with jquery. i tried $j(this).animate({backgroundColor:#ff}, 2000) to get

[jQuery] Re: xml parsing - what am i doing wrong?

2008-01-21 Thread Alexandre Plennevaux
thanks for that. i tried setting async to false, but still, no luck. i can't make it work the way i need it to, so let me rephrase my question: how can i store the content of an external xml file as a jquery object ? thanks for your help, alexandre

[jQuery] Masked input plugin for hour

2008-01-21 Thread brunoefa
How accept only the minutes 00, 15, 30, 45 using the masked input plugin for hour? thanks -- View this message in context: http://www.nabble.com/Masked-input-plugin-for-hour-tp14997181s27240p14997181.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Problem with Ajax and Firefox - request status is 0

2008-01-21 Thread Mario Villar
Hi everyone. I'm having trouble using the $ajax() jQuery function. The same happens to me in three diferent Ajax calls in two different projects. I'll post sample code of one of them, since I can't really find a pattern common to all three (but different than the other Ajax calls in my code that

[jQuery] Re: Author of UI-Tabs Plug-in?

2008-01-21 Thread Rick Faircloth
Thanks, Klaus... I suspected that I might need to do some coding for the mouseout function or mouseleave as the new binding feature in jQuery 1.2 is calling it, I believe. Thanks for the code, too. I'll a look and see what I can do. Rick -Original Message- From:

[jQuery] help with jframe plugin :)

2008-01-21 Thread Piere
http://members.chello.at/stickray/ajax i need to call this jframe per javascript, ive wrote my own function but isnt working :/

[jQuery] Re: Help with FORM plugin

2008-01-21 Thread carvingcode
I solved the problem by placing a $(document).ready(function(){ call in the file being loaded into the tab (using UI.TABS). Once I did this, and of course added th other necessary FORM plugin goodies) all worked fine. I had thought that the file being loaded into the tab was included in the

[jQuery] Re: clone() problem in IE7

2008-01-21 Thread Leu
Yes there seems to be a problem. Here is an example what doesn't work in IE7 (don't know about IE6) but works in FF. row = $('#protoRow'); ... clonedObject = row.clone(true); After the clone() call, working with the object clonedObject doesn't work anymore, for example:

[jQuery] UI library loader

2008-01-21 Thread Sergei
Hey everybody, I've made a little tool for jQuery UI library to help developers to load all needed libraries with one line of code. More: http://uniqueculture.net/blog/archives/3 Thanks

[jQuery] Re: Is there a way to hide the script

2008-01-21 Thread DeaR
I've tried already putting all the scripts in a file, and imported it into the html file like script src=... type=.../script and it didn't work as supposed to.. Fabien Meghazi-2 wrote: If I make a long jQuery script, and when the webpage is loaded, when we look at the source code, then

[jQuery] Re: xml parsing - what am i doing wrong?

2008-01-21 Thread David Decraene
and even if it would return on time (synchronous call) you wouldn't really return it with datascape.getAllAnchors (return is wrapped inside the get object). This might or might not work depending on the timing: datascape.getAllAnchors = function(anchors){

[jQuery] Re: xml parsing - what am i doing wrong?

2008-01-21 Thread Alexandre Plennevaux
-- Original Message -- To: jQuery (English) (jquery-en@googlegroups.com) From: David Decraene ([EMAIL PROTECTED]) Subject: [jQuery] Re: xml parsing - what am i doing wrong? Date: 21/1/2008 16:38:20 and even if it would return on time (synchronous call) you wouldn't really return

[jQuery] Re: help with jframe plugin :)

2008-01-21 Thread rolfsf
I don't know jFrame, and haven't spent much time looking, but according to the jFrame documentation: The following JavaScript files must be included in the head section of your HTML page : jquery.js : http://docs.jquery.com/Downloading_jQuery jquery.form.js :

[jQuery] Re: xml parsing - what am i doing wrong?

2008-01-21 Thread Alexandre Plennevaux
ok this beats me, i' m about to smatch the PC can you let me know what i'm missing ? i 've got my xml search function working: function findAnchor(projectName, xml){ var myscape = $(scape[title=' + UI.sortBy + '], xml.responseText); var myItem = myscape.find('item[title=' +

[jQuery] [plugin] Facebox

2008-01-21 Thread Mika Tuupola
Maybe old news, but found from the intterwebs: http://famspam.com/facebox/ -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: $(window).scrollLeft is not a function ... help! :o(

2008-01-21 Thread Chris Jordan
Problem solved. I feel stupid. It was a typo in my path to the .js source for the dimensions plug-in. Duh. :o/ Chris On Jan 21, 2008 10:25 AM, Chris Jordan [EMAIL PROTECTED] wrote: Hi folks, I'm trying to use jdMenu for jQuery (which I have successfully used before), but I'm getting the

[jQuery] Another jdMenu problem... IE specific...

2008-01-21 Thread Chris Jordan
Hi folks. I'm having another problem with the jdMenu plug-in. In IE when I hover over the top-level menu the sub-menu appears in the absolute top left of the view-port! Bah! I don't know what I've done wrong. I've used jdMenu at another client of mine, and it works great in both FF and IE. This

[jQuery] Re: Poor Firefox performance (animations) - with link

2008-01-21 Thread Feed
Really, really sorry I sent the wrong link! This is the right one: http://www.mz-ir.com/mzdesign/portfolio/portfolio.asp

[jQuery] Re: Another jdMenu problem... IE specific...

2008-01-21 Thread Karl Swedberg
It looked to me like it was being positioned correctly. Also looks like you have a broken link to a rollover image for the top-level nav items. I'm guessing that the sub-menus are using position:absolute for their positioning, so you'll need to have a parent element given position:relative

[jQuery] Re: validate

2008-01-21 Thread Jörn Zaefferer
Mileto schrieb: How with you to add rules and messages in the Plugin Validate in fields that they are added by the user? In my form, the user clicks on a button and to add a block of fields. I need that these blocks are validated also. Check out this example:

[jQuery] Re: Another jdMenu problem... IE specific...

2008-01-21 Thread Chris Jordan
going to lunch. I'd like to exchange emails with you about this. I'll be back in about an hour or so. Thanks so much Karl. Chris On Jan 21, 2008 12:52 PM, Karl Swedberg [EMAIL PROTECTED] wrote: It looked to me like it was being positioned correctly. Also looks like you have a broken link to a

[jQuery] Poor Firefox performance (animations) - with link

2008-01-21 Thread Feed
Hello all, For the past weeks I've been working on a project which I think now is ready to show. Bear in mind that I'm no programmer whatsoever... I learnt ASP and jQuery for this project and I'm sure this project could be done much more effectively than I did. From what I've tested it seems

[jQuery] suckerfish menu delay?

2008-01-21 Thread Marty Vance
Hi all, I've got a slightly modified suckerfish menu where I would like to add a delay before the submenus drop down. The top level ul is oriented horizontally, and crossing it with the mouse causes the submenus to 'bounce'. The modification is that each child ul is wrapped in a div for layout

[jQuery] Re: Another jdMenu problem... IE specific...

2008-01-21 Thread Chris Jordan
You said it was positioning correctly for you? What version of IE was that in? For me, in IE6 it shows up in the top left (0,0) of the view port... it's supposed to show just below the top-level menu choice. Also, I know there are broken images. Ignore those and look mostly at the ones that do

[jQuery] Re: suckerfish menu delay?

2008-01-21 Thread sozzi
The easiest solution around is to use the suckerfish plugin Superfish at:http://users.tpg.com.au/j_birch/plugins/superfish/ it incorporates delay and hoverIntent if you so wish. On Jan 21, 12:17 pm, Marty Vance [EMAIL PROTECTED] wrote: Hi all, I've got a slightly modified suckerfish menu

[jQuery] Re: Another jdMenu problem... IE specific...

2008-01-21 Thread Jack Killpatrick
Chris, I don't have time to dig into looking at your code right now, but I had a similar problem with jdMenu when the top level menu item did not have an A tag inside of it, due to how jdMenu handled either event binding or event bubbling. If I remember correctly, IE threw because a property

[jQuery] traversing xml

2008-01-21 Thread Alexandre Plennevaux
Hello again, i'm banging my head on this issue: I'm using a function to search through a small bit xml. It works more or less except that the returned value is not correct. Here is my function: function findAnchor(projectName,scape, xml){ var myscape = $(scape[title=' + scape +

[jQuery] Re: Another jdMenu problem... IE specific...

2008-01-21 Thread Chris Jordan
Thanks Jack! I'm trying to fit troubleshooting this IE problem in with working on other parts of this particular menu project, and I may not get a chance to try out your suggestion tonight, but I appreciate your effort, and would love to know if you find anything. Also, when I get a chance to try

[jQuery] filter selects and get value...how?

2008-01-21 Thread rayfidelity
Hi, I have array of selects, and i filter them with: $inputs.filter([name='qty[]']). I want to get selected value. But i don't know how... I tried with: $inputs.filter([name='qty[]']).filter(select option:selected).val(); $inputs.filter(function(){[name='qty[]'] select

[jQuery] Re: filter selects and get value...how?

2008-01-21 Thread Glen Lipka
I had whipped up this demo a while back. It shows how to get the selected option. http://commadot.com/jquery/selectBoxNav.php Glen On Jan 21, 2008 2:43 PM, rayfidelity [EMAIL PROTECTED] wrote: Hi, I have array of selects, and i filter them with: $inputs.filter([name='qty[]']). I want to

[jQuery] [jqValidate] - Client Side Validation with jQuery

2008-01-21 Thread Brice Burgess
While refactoring all the Javascripts in poMMo I decided to rewrite my old client side validation library into something more jQuery like. The result could prove as a useful form validation plugin to someone. A rudimentary demo has been posted to; http://dev.iceburg.net/jquery/jqValidate/

[jQuery] Re: Another jdMenu problem... IE specific...

2008-01-21 Thread Karl Swedberg
Hi Chris, Sorry, I was looking in Firefox. I see now that the problem exists in IE only. It might have something to do with the fact that the page is running in quirks mode and that the markup is invalid. Try running it through an HTML validator (e.g. http://validator.w3.org/). In

[jQuery] Re: suckerfish menu delay?

2008-01-21 Thread Joel Birch
Superfish requires the menu HTML to be nested unordered lists. If you want to avoid changing your current HTML, the easiest thing to do would be to just add hoverIntent to your existing menu. Get it from here: http://cherne.net/brian/resources/jquery.hoverIntent.html ...then link to the plugin

[jQuery] Re: Problem With jquery form plugin and tinymce

2008-01-21 Thread [EMAIL PROTECTED]
Thanks for the reply Mike! Everyone else who's interested, feel free to take a look as well... I setup some test pages. http://www.jlhweb.org/mytest/index.php?fnc=test and http://www.jlhweb.org/mytest/index.php?fnc=test2 Each has a link to a business card. On the biz card you'll need to click

[jQuery] Plugin Validate

2008-01-21 Thread Tales Augusto
I am using the plugin validate. After validating the form, I need to call a function only if the form contains mistake. I looked in the documentation of the plugin was not them anything similar. thanks

[jQuery] Re: Selectors with this keyword

2008-01-21 Thread Philboi
Thanks Josh, I'll give that one a go. I also found I could do it using 'find', but your solution looks a little bit tighter. Phil On Jan 19, 1:09 am, Josh Nathanson [EMAIL PROTECTED] wrote: Try $(li, this) - it says look in the context of this for all li elements. -- Josh - Original

[jQuery] BlockUI DisplayBox Close on image click

2008-01-21 Thread alivemedia
I want to use blockui to show a product enlargement but I want it to close when the user clicks on the image. Here is the blockui sample page: http://www.malsup.com/jquery/block/#displaybox Anyone done this before?

[jQuery] Re: Form Plugin and Thickbox

2008-01-21 Thread Ken Gregg
I ran into a similar problem loading a flot chart in an iframe using thickbox. Worked fine in i.e. but jquery would not work in a thickbox on FF. Here is what I did to fix: http://groups.google.com/group/jquery-en/browse_thread/thread/39b126236d6781df Hope this helps Ken On Jan 20, 10:14 am,

[jQuery] Re: Problem With jquery form plugin and tinymce

2008-01-21 Thread [EMAIL PROTECTED]
Thanks for the reply Mike! Everyone else who's interested, feel free to take a look as well... I setup some test pages. http://www.jlhweb.org/mytest/index.php?fnc=test and http://www.jlhweb.org/mytest/index.php?fnc=test2 Each has a link to a business card. On the biz card you'll need to click

[jQuery] Form Helper Popups

2008-01-21 Thread Gautam Lad
Not sure what the correct name is but I am trying to achieve something like this: Anyone have a plugin already out there that I can easily attach to any form element? Here's a screenshot: http://www.gonrad.com/200801/helperbox.jpg Thanks, Gautam

[jQuery] Re: .click()

2008-01-21 Thread chrismarx
i believe this is expected behavior, it would be a security risk to allow script access to file inputs- On Jan 20, 7:32 pm, Steffan A. Cline [EMAIL PROTECTED] wrote: on 1/6/08 11:55 PM, chrismarx at [EMAIL PROTECTED] wrote: best to see the live page- On Jan 6, 9:32 pm, Steffan A.

[jQuery] this.parentNode has no properties

2008-01-21 Thread Goldielocks
Hi, I am creating a number of divs dynamically which are all draggable. The divs can be dropped in two different areas (#editDiv and #deleteDiv). On drop on #deleteDiv I get this.parentNode has no properties straight away. On drop on #editDiv it works fine when I drop the first div. If I

[jQuery] load array to js

2008-01-21 Thread Bober
Hello! I have several inputs input name=a[1][someone] / input name=a[1][somthing] / .. input name=a[1][someday] / Can quick set one walue for all elements a[1]? How can I do?

[jQuery] Add a callback to any method

2008-01-21 Thread chrismarx
I'd like to be able to do something like this //Extend Function for easy callbacks Function.prototype.andThen=function(g) { var f=this; return function() { f();g(); } }; $('div[class=rating]').livequery(function(){ var $this = $(this); var opts = function(){

[jQuery] FixedTable Plugin - testing help requested

2008-01-21 Thread Shawn
Hi all. I've been plugging away on a plugin that would convert a table to have fixed rows and columns. I've finally come up with some success at this. But need some help testing/debugging this under the various browsers. http://grover.open2space.com/files/dev/fixedTable/index.htm (the

[jQuery] Re: traversing xml

2008-01-21 Thread chrismarx
this returned a myVal of 2007: $(document).ready(function(){ $.ajax({ type: GET, url:jquery_test.xml, //your xml data: , dataType: xml, success: function(data,textStatus) {

[jQuery] Re: Problem With jquery form plugin and tinymce

2008-01-21 Thread [EMAIL PROTECTED]
Thanks Mike! I setup two test pages: http://www.jlhweb.org/mytest/index.php?fnc=test http://www.jlhweb.org/mytest/index.php?fnc=test2 A copy of the jQuery code is at: http://www.jlhweb.org/mytest/jquery.txt test has tinyMCE on the textarea. test2 does not. test can only be edited one time on

[jQuery] Re: filter selects and get value...how?

2008-01-21 Thread Hamish Campbell
Can you show the source of the selects, because the description is a little confusing. You have array of selects? So multiple selects, but only one has a value at any one time? Or do you have a multi-selection select and hence you're trying to find the _options_ that are selected? On Jan 22,

[jQuery] Re: Help- looking for motion/animation help (specifically, hovering)

2008-01-21 Thread withinreach
Sorry, I was away... No mouse behavior (walk away from the 'hover' as mouseover - think 'hover' like spaceship over a house). My orig post: Or more specifically, a swami/guru/magic person hovering in place with slight up/down/left/right motion. I want my logo (robot) to hover in a bounded box

[jQuery] Re: Tabs and Hide/Show Divs

2008-01-21 Thread MikeP
I see the click method with the tab. It takes 3 arguments: clicked tab, tab container to show, tab container to hide I do want to hide and show a tab's contents. This it's doing automatically. However, I also have ANOTHER panel/div that I would like to hide. How would I do this? Thanks! Mike

[jQuery] Re: BlockUI DisplayBox Close on image click

2008-01-21 Thread Mike Alsup
The code in that example looks like this: $('#displayExample a').click(function() { $('img width=500 height=500') .attr('src', $(this).attr('href')) .appendTo('#main') .displayBox(); return false; }); You can close the displayBox the way you want by changing that

[jQuery] Re: .click()

2008-01-21 Thread Steffan A. Cline
on 1/21/08 10:31 AM, chrismarx at [EMAIL PROTECTED] wrote: i believe this is expected behavior, it would be a security risk to allow script access to file inputs- On Jan 20, 7:32 pm, Steffan A. Cline [EMAIL PROTECTED] wrote: on 1/6/08 11:55 PM, chrismarx at [EMAIL PROTECTED] wrote:

[jQuery] Re: traversing xml

2008-01-21 Thread Alexandre Plennevaux
thanks, the only difference i spot is that you call the function when the ajax loading is successful. but i need to call that function many time afterwards, and i was logging a message to the console when the loading is finished and it always occured before i was actually calling the function,

[jQuery] Re: [jqValidate] - Client Side Validation with jQuery

2008-01-21 Thread Alexandre Plennevaux
The source *may* even be readable! Now, Brice you really fought against your nature on this one :) Nice to see another plugin from you! Will you continue working on jqmodal? 2 requests: - an iframe example - a autoresize image thanks and have a good one, Alexandre On Jan 22, 2008 1:26 AM,

[jQuery] Re: filter selects and get value...how?

2008-01-21 Thread rayfidelity
Glen Thank you, but i know how to get value from a single selecti need to get the value from the filtered select, because there will be many of them. The filtered part is working for me...but not the get value part...your code isn't working... yes i have multiple selects and more of them can