[jQuery] Re: How can I make jquery work with Konquerer?

2008-06-19 Thread Michael Geary
Maybe put it this way instead?... Konqueror isn't *currently* supported by jQuery. But we're always interested in improving browser support, especially if it can be done without much increase in code size. Would you [the OP] be able to help troubleshoot why jQuery isn't working in Konqueror, and

[jQuery] Naivgate with lightbox / thickbox etc.?

2008-06-19 Thread Michael Price
Hi all, Working on a site for a client at the moment and they would like to do the following: Given a list of search results, when a result is clicked a widget opens - currently in a new window. Our client would instead like this widget to open over the top of the current page, thickbox

[jQuery] Re: xml parsing error

2008-06-19 Thread David Decraene
Are you loading that xml file locally? That may be the problem: try something like this for local xml file access: if($.browser.msie location.toString().indexOf('file') == 0) { // stupid IE won't load local xml files with XMLHttpRequest var xml =

[jQuery] What is the best way to send data betwen JS - PHP

2008-06-19 Thread Aaron
Hi, I use POST for send all data to a PHP scrip, for ex: data:script.php?id=+id+text=+text, but sometimes text contains \ or another istrange characters and not like to be correct send data in this way. ¿what is the best way? PHP - JS I use json, but for JS-PHP? -- Asterisk ext: 13502

[jQuery] What is the best way to send data betwen JS - PHP

2008-06-19 Thread Harlok
Hi, I use POST for send all data to a PHP scrip, for ex: data:script.php?id=+id+text=+text, but sometimes text contains \ or another strange char and I think that is not the better way for send data. ¿what is the best way? PHP - JS I use json, but for JS-PHP? Thanks

[jQuery] find table row not containg another table

2008-06-19 Thread Lampa
Hello, i have table with few rows and last row contains in some cases another table. I need to find last row which not contains table. Thank you for you help.

[jQuery] Re: Get some text and replace it

2008-06-19 Thread Isaak Malik
You could do it with: $('span.email').html().replace('[monkeytail]', '@'); And you probably also need: $('span.email').html().replace('[dot]', '.'); On Thu, Jun 19, 2008 at 12:26 AM, IschaGast [EMAIL PROTECTED] wrote: I have this: span class=emailcontact [monkeytail] yabadabadoo [dot]

[jQuery] Re: imageAreaSelect bug

2008-06-19 Thread webmotionuk
Try this instead: $(document).ready(function(){ $('#asdf').slideDown('slow'); $('#asdf img').imgAreaSelect({ maxWidth: 20, maxHeight: 20 }); }); The imageareaselect will be called after the image is loaded, You could even put this into a click function as

[jQuery] WordPress plugin to submit form?

2008-06-19 Thread TazaTek
Hello, I was wondering if anyone could point me in the direction of a jQuery plugin for WP that pops up a form. Something like a tell-a-friend form is what I'm ultimately looking for. If there is some way to integrate cforms into popup, that would be even better. Thanks Matt

[jQuery] find table row not containg another table

2008-06-19 Thread Lampa
Hello, i have table with few rows and last row contains in some cases another table. I need to find last row which not contains table. Thank you for you help.

[jQuery] Re: jQuery best practices

2008-06-19 Thread Isaak Malik
Did you already check out the documentation section? It's quite comprehensive. On Wed, Jun 18, 2008 at 4:28 PM, Estevão Lucas [EMAIL PROTECTED] wrote: Hi, I'd like to know if is there a document, article, or anything that a can show for the JavaScripts developers here in the company

[jQuery] jquery and collapsor

2008-06-19 Thread vneal
I've just downloaded the jQuery Collapsor demo (http:// plugins.jquery.com/project/collapsor) for use on a navigation system and was wondering whether anyone knew how to achieve the following. I'm a newbie at js so i really have no idea. Ideally what i want it to do, is when i click on a link

[jQuery] contains(text) - is there a contains(html) method?

2008-06-19 Thread F1LT3R
PROBLEM: I am trying to remove the comment mark-up around an IMG element !-- img src=pic / --. I tried using the :contains(text) selector but as a !-- comment - is mark-up, I need to do something like :contains(html). CODE: $('element':contains(!--).each( function() { var $this =

[jQuery] find table row not containg another table

2008-06-19 Thread Lampa
Hello, i have table with few rows and last row contains in some cases another table. I need to find last row which not contains table. Thank you for you help.

[jQuery] Form set to display:none isn't updating on page load

2008-06-19 Thread functionasform
I'm using the following code to plug empty input fields' alt attributes in as their values as soon as the page is ready: $(:text[alt][value=''],textarea[alt][value='']).each(function(){ $(this).attr(value,$(this).attr(alt)); }); The problem is, it's not working on the input fields

[jQuery] Safari 2.0.4 not passing the jQuery test

2008-06-19 Thread Jeff Kenny
I'm working on a site and the js is crashing Safari 2.0.4, so I went back to check the compatibility page and it says it's supported. I ran the test page ( http://jquery.com/test/ ) in Safari 2.0.4 multiple times and it crashed EVERY time BUT at different places. So...my question is, is jQuery

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Isaak Malik
I've just tested the plugin demo available at: http://www.givainc.com/labs/mcdropdown_jquery_plugin.htm in Opera 9.27 and 9.5 and it's completely compatible, which is great news! I can also confirm the following bug in Firefox 3 on Windows: On Wed, Jun 18, 2008 at 11:18 PM, Adam [EMAIL

[jQuery] find table row not containg another table

2008-06-19 Thread Lampa
Hello, i have table with few rows and last row contains in some cases another table. I need to find last row which not contains table. Thank you for you help.

[jQuery] Re: jEditable and .load

2008-06-19 Thread Mika Tuupola
On Jun 18, 2008, at 10:01 PM, Philip Brown wrote: last entry to allow for more data to be entered. Here is the issue: I need to refresh the div that this information is contained in. If I use .load, the content is not editable. I have even created some static HTML in a separate file, used

[jQuery] 32-bit PNG, Internet Explorer jQuery's Animate Opacity

2008-06-19 Thread Y.N.T.
Hello! I discovered two problems in jQuery work with IE 7: 1. When I try to apply animate-opacity to div element no effect comes in IE 7 or 8 (but in 6 version it works!). 2. When I try to apply animate-opacity to img (particularly, I'm about a 32-bit PNG with transparency) Internet Explorer

[jQuery] Re: firefox 3 RC1 : tremendous slow down

2008-06-19 Thread Aldo
Hi I'm experiencing the same slow dows in animations and fades with FF3 Final as well. Someone any idea? Thanks Aldo On 21 Mai, 21:52, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hi friends, i just checked my jquery application using Firefox 3 Release Candidate 1 and whatever animations

[jQuery] Can't post in this forum

2008-06-19 Thread shapper
Hello, Most of my posts in this forum are not published. Why? Thanks, Miguel

[jQuery] Re: Validation + Mask + Regex. Please, help me out. Thank You.

2008-06-19 Thread shapper
Please, anyone? Thank You, Miguel On Jun 18, 11:18 pm, shapper [EMAIL PROTECTED] wrote: Hello, I am using masking and client validation in a form using: Validator Plugin -http://bassistance.de/jquery-plugins/jquery-plugin-validation/ Masked Input Plugin

[jQuery] Re: find table row not containg another table

2008-06-19 Thread RobG
On Jun 19, 7:31 pm, Lampa [EMAIL PROTECTED] wrote: Hello, i have table with few rows and last row contains in some cases another table. I need to find last row which not contains table. Cycle over the table rows to find the one where: row.getElementsByTagName('table').length 0 --

[jQuery] Re: SproutCore vs jQuery? Are there any comparisons out there?

2008-06-19 Thread Andy Matthews
I felt the same way. All of the samples are solely based on Rails. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ed Finkler Sent: Wednesday, June 18, 2008 3:34 PM To: jQuery (English) Subject: [jQuery] Re: SproutCore vs jQuery? Are there any

[jQuery] Re: How can I make jquery work with Konquerer?

2008-06-19 Thread Klaus Hartl
I posted already once on the dev list a fix that didn't even costed a new line (e.g. not much of increase in file size) but fixed show/hide and related stuff in Konqueror. The feedback wasn't too good though (e.g. zero).

[jQuery] Re: Reversing slideDown/slideUp behavior

2008-06-19 Thread Scott González
If you position your elements using bottom instead of top, they'll slide in the opposite direction. On Jun 15, 2:45 pm, fallingandlaughing [EMAIL PROTECTED] wrote: Hello, I have what seems like a pretty basic question about the slideDown/ slideUp effects, but I'm new-ish to jquery and

[jQuery] Re: Safari 2.0.4 not passing the jQuery test

2008-06-19 Thread John Resig
Jeff - Safari 2 has serious memory issues that are impossible to work around - simply loading and executing too much JavaScript will cause it to crash (as you see with the test suite). We do run the test suite against Safari 2 but in pieces to verify that it works as intended. Yes, we still

[jQuery] Security Error: Content may not load data from

2008-06-19 Thread AsymF
When I execute the following code: -- $.getJSON('/apps/sendnote.php?a=1id=5', function (id, status_text) { / *func code here*/ }); -- I get the error: -- uncaught exception: Security Error: Content at https://www.mysite.com/ may not load data from

[jQuery] Re: Validation + Mask + Regex. Please, help me out. Thank You.

2008-06-19 Thread shapper
Hi, I just solved it using: $.validator.addMethod('sqldatetime', function (value) { return /^([0-9]{4})-([0-1][0-9])-([0-3][0-9])\s([0-1][0-9]|[2][0-3]): ([0-5][0-9]):([0-5][0-9])$/.test(value); }, 'Check your date and time. Use the format -mm-dd hh:mm:ss'); I am not sure if this is the

[jQuery] Re: [validate] success, failure?

2008-06-19 Thread Jörn Zaefferer
You can use the showErrors-option for complete control over showing errors. All options, including success and errorPlacement, are documented here: http://docs.jquery.com/Plugins/Validation/validate#toptions Jörn On Mon, Jun 16, 2008 at 8:07 PM, Dorian [EMAIL PROTECTED] wrote: Hi! I want to

[jQuery] Re: Autocomplete: Custom output, multi-dim JSON array

2008-06-19 Thread Jörn Zaefferer
Here is an example for a remote JSON autocomplete: http://dev.jquery.com/view/trunk/plugins/autocomplete/demo/json.html The result list is limited to an unordered list, you need to embed any further formatting into it. Jörn On Tue, Jun 17, 2008 at 4:26 PM, Adam [EMAIL PROTECTED] wrote: Hi

[jQuery] Re: [validate] dynamic form question

2008-06-19 Thread Jörn Zaefferer
Your best bet are inline rules, using the class and other attributes. All demos make heavy use of that: http://docs.jquery.com/Plugins/Validate#Demos As long as you keep rules inline, you can make your form as dynamic as you like, the validation plugin handles that. Just the form itself must be

[jQuery] Re: Validation plugin help please

2008-06-19 Thread Jörn Zaefferer
Please post a testpage. Jörn On Wed, Jun 18, 2008 at 1:53 AM, Lossed [EMAIL PROTECTED] wrote: Hi. I tried posting this to the plugin group days ago but it's not showing and I'm not sure if it's every going to show. My form disappears when the focus changes between form fields. Here's an

[jQuery] Re: Resetting validation rules dynamically

2008-06-19 Thread Jörn Zaefferer
You need to make sure that your custom method checks for optional elements. Check those additional methods for examples: http://dev.jquery.com/view/trunk/plugins/validate/additional-methods.js Jörn On Wed, Jun 18, 2008 at 2:20 PM, kapowaz [EMAIL PROTECTED] wrote: Alright, I've found the bug

[jQuery] Re: credit card validation UK

2008-06-19 Thread Jörn Zaefferer
Could you create a ticket for this? http://dev.jquery.com/newticket Jörn On Wed, Jun 18, 2008 at 6:04 PM, spenoir [EMAIL PROTECTED] wrote: I'm using the validation plugin for jquery on our e-commerce site. I was told that a large percentage of users were dropping out on our payment page. In

[jQuery] Re: Remote validation of a telephone number using validate.js

2008-06-19 Thread Jörn Zaefferer
I couldn't replicate the issue you describe, so I assume the problem is on your serverside - nothing I could fix in the validation plugin. Jörn On Wed, Jun 18, 2008 at 8:21 PM, cryptid [EMAIL PROTECTED] wrote: I am using Jörn's validation plugin to validate a form and I want to validate a

[jQuery] cluetip and FF3

2008-06-19 Thread Alexandre Plennevaux
hello, i'm having issues implementing a simple cluetip in Firefox 3, it blocks the browser with a script is running slowly message. i use the default (rel=url) ajax call. The error message points to line 503 anyone has the issue ? thanks, Alex Alexandre Plennevaux

[jQuery] Re: [validate] How to integrate validation with masking?

2008-06-19 Thread Jörn Zaefferer
Here is an example using both plugins: http://dev.jquery.com/view/trunk/plugins/validate/demo/marketo/ The second step changes the creditcard mask based on another field: http://dev.jquery.com/view/trunk/plugins/validate/demo/marketo/step2.htm Jörn On Wed, Jun 18, 2008 at 7:11 PM, shapper

[jQuery] Re: two forms with plugins validator

2008-06-19 Thread Jörn Zaefferer
submitHandler is just an option like rules and messages, you can put them to the others. Looking at what your one does, just remove it - it submits the form and nothing else, so you don't need it anyway. Jörn On Thu, Jun 19, 2008 at 4:06 AM, k8 [EMAIL PROTECTED] wrote: Hi guys :) I have this

[jQuery] Firefox is taking a long time to load an external script

2008-06-19 Thread cfdvlpr
For some reason, Firefox consistently takes about 30-40 seconds to load an external script. IE loads the script right away. The javascript is actually a JSP script that returns Javascript code for a live chat script. Has anyone noticed something like this before? Why might this delay occur

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Dan G. Switzer, II
Adam, Great plugin, Dan. Quick bug report: if I go down three levels (by using the first option) and the mouse off of the third out to the left, the 3rd level stays while I attempt to navigate to another option. I'm in FF3 on a Mac. This behavior should be fixed now. -Dan

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Dan G. Switzer, II
Isaak, I've just tested the plugin demo available at: http://www.givainc.com/labs/mcdropdown_jquery_plugin.htm in Opera 9.27 and 9.5 and it's completely compatible, which is great news! I can also confirm the following bug in Firefox 3 on Windows: I just fixed the code to fix the mouse

[jQuery] Re: [validate] How to integrate validation with masking?

2008-06-19 Thread shapper
Hi, I know those examples and I kind of solved it using: $.validator.addMethod('sqldatetime', function (value) { return /^([0-9]{4})-([0-1][0-9])-([0-3][0-9])\s([0-1][0-9]|[2] [0-3]): ([0-5][0-9]):([0-5][0-9])$/.test(value); }, 'Check your date and time. Use the format -mm-dd hh:mm:ss');

[jQuery] Re: [validate] How to integrate validation with masking?

2008-06-19 Thread shapper
Hi, I know those examples and I kind of solved it using: $.validator.addMethod('sqldatetime', function (value) { return /^([0-9]{4})-([0-1][0-9])-([0-3][0-9])\s([0-1][0-9]|[2] [0-3]): ([0-5][0-9]):([0-5][0-9])$/.test(value); }, 'Check your date and time. Use the format -mm-dd hh:mm:ss');

[jQuery] Re: [validate] How to integrate validation with masking?

2008-06-19 Thread Asif R Naqvi
how to un-subscribe from this email group ?? - Original Message From: shapper [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Thursday, 19 June, 2008 5:18:03 PM Subject: [jQuery] Re: [validate] How to integrate validation with masking? Hi, I know those

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Graeme B. Davis
This plugin looks really cool! I found a small issue: If you load the page for the first time (in ff3) and just click on the blank area in the dropdown (instead of the down arrow) there is no animation when it expands down and the hierarchy arrows don't work when you use the mouse. If you then

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Dan G. Switzer, II
Graeme, This plugin looks really cool! I found a small issue: If you load the page for the first time (in ff3) and just click on the blank area in the dropdown (instead of the down arrow) there is no animation when it expands down and the hierarchy arrows don't work when you use the mouse. If

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Jörn Zaefferer
Hey Dan, great plugin, the interface is both innovative and familiar, and works well - as long as I use either mouse or keyboard, but not both. The inconsistent behaviour was already mentioned by so many others in this thread, I hope it gives you an idea how to merge both controls into one. If

[jQuery] Re: firefox 3 RC1 : tremendous slow down

2008-06-19 Thread Isaak Malik
I'm having the same problems with Firefox 3, the animations get stuck while it wansn't happening for me in Firefox 2. On Thu, Jun 19, 2008 at 1:48 PM, Aldo [EMAIL PROTECTED] wrote: Hi I'm experiencing the same slow dows in animations and fades with FF3 Final as well. Someone any idea?

[jQuery] [tooltip] allowing tooltips on table rows?

2008-06-19 Thread dfiller
I'm utilizing the jQuery tooltip plugin and was wondering if it were possible to set it up to provide a tooltip on hover for each row in a table. Currently, I've set it up to read: tr class=hover title=Modified by Doe, John on April 15th, 2008 and it's working fine in Firefox. However, Internet

[jQuery] .load() post issues

2008-06-19 Thread ferric84
I'm having a problem getting my server side script to see the variables posted by a .load(). Consider this code snippet: $('#modal_editphotos').load('/includes/members/ajax_edit_album.cfm', { albumID: 3 }); Given that it is coldfusion, I should be able to access the variable albumID with

[jQuery] Trouble referencing an element's id after binding a click event to a set of elements

2008-06-19 Thread Dannster
Hello chaps and chapesses I have hit a bit of a snag and wondered if you could help me out. I am using the jHelperTip plugin and am trying to apply a tooltip to multiple info icons in one hit rather than code each one up individually. Here is my code $(.tooltipContainer

[jQuery] Checkboxes, difference in browsers

2008-06-19 Thread [EMAIL PROTECTED]
Hello. I have this JQuery code which works absolutely fine in Firefox: if ($(#createNewAccount).is(:checked)){ // do stuff } The variable 'createNewAccount' is defined as follows: input type=checkbox name=createNewAccount id=createNewAccount But this simply will not work in IE. What am

[jQuery] stepcarousel (using jquery.scrollTo) issue.

2008-06-19 Thread stephenmc
Having a bit of trouble with the step carousel script from the dynamic drive site (http://www.dynamicdrive.com/dynamicindex4/ stepcarousel.htm) Its all working fine and dandy for me, but I wanted to have the panels automatically move after a set period of time. Id also like to save this timeout

[jQuery] Re: firefox 3 RC1 : tremendous slow down

2008-06-19 Thread F1LT3R
Remember FF3 is RC1, so their code is probably bloated with debug routines. I think when the final release is available things will run much faster. ( I hope! ) On Jun 19, 12:48 pm, Aldo [EMAIL PROTECTED] wrote: Hi I'm experiencing the same slow dows in animations and fades with FF3 Final

[jQuery] Re: Form set to display:none isn't updating on page load

2008-06-19 Thread functionasform
Nevermind, I found conflicting code elsewhere in my doc that was causing this. On Jun 18, 10:09 pm, functionasform [EMAIL PROTECTED] wrote: I'm using the following code to plug empty input fields' alt attributes in as their values as soon as the page is ready:

[jQuery] Re: Passing scope to a nested anonymous function

2008-06-19 Thread Henry
On Jun 19, 4:04 am, Ariel Flesler wrote: On 18 jun, 17:45, meppum wrote: }).call(this.foo2); --- }).call(this); While that answer would be superficially effective (in the sense of resulting in code that would behave as specified) it is a stupidly inefficient approach, and so not something that

[jQuery] Modify ID attribute

2008-06-19 Thread Daniel A.
Hi!, I'm new with jQuery, and I tried to modify the id attribute of a div without success. I need to do that because I want to change some CSS properties of that div, and I already have the code. So, how can I change something like this: div id=header-blue class=span-24 into this: div

[jQuery] Re: 32-bit PNG, Internet Explorer jQuery's Animate Opacity

2008-06-19 Thread kuralj
2. When I try to apply animate-opacity to img (particularly, I'm about a 32-bit PNG with transparency) Internet Explorer (any ver.) makes its edges ugly. This is not related to jQuery - unfortunately, it is the way IE7 works (breaks) when applying Alpha filters to any 32 bit PNG. For example:

[jQuery] JQuery variables

2008-06-19 Thread [EMAIL PROTECTED]
Hi all. I've done some searching, but being new to this am struggling to find what I'm after even though I'm sure the answer is simple. I'm in at the deep end working with a webapp that uses JQuery, I presume with various plugins for form validation. I have some code as follows:

[jQuery] $.waitFor: Calling a function only when another has completed

2008-06-19 Thread Nicolas R
I've put together a simple jQuery method that puts functions 'on hold' so that they are called at the right time and with the right arguments. I thought that some of you may find it useful so here it is. In my case, I used this in creating editable areas with FCK text editor. Instead of using

[jQuery] thickbox onload doesn't work on all systems

2008-06-19 Thread manilodisan
That's right! I'm using the following code to show a modal box on document ready: jQuery(document).ready(function(){ tb_show('Age verification','age_verification.php? KeepThis=trueheight=140width=550modal=true', null); }); The problem is that it works on vista but not on xp or ubuntu linux.

[jQuery] Re: prevent more than one submit in ajaxsubmit

2008-06-19 Thread Isaak Malik
Well, I don't think the BlockUI plugin would be the best solution as it's not very user-friendly and personally I would find it very annoying if a whole web page is blocked. I rather suggest you just disable the submit button, which PayPal also does with the last pay now button to prevent multiple

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread aldomatic
This is swt! On Jun 18, 10:31 am, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Awhile back I blogged about a plug-in that my company was planning on releasing called mcDropdown (multicolumn dropdown.) Well, the plug-in was officially released

[jQuery] Modify ID attribute

2008-06-19 Thread Daniel Amselem
Hi!, I'm new with jQuery, and I tried to modify the id attribute of a div without success. I need to do that because I want to change some CSS properties of that div, and I already have the code. So, how can I change something like this: div id=header-blue class=span-24 into this: div

[jQuery] jQuery Tooltip Problem - Hover on tr

2008-06-19 Thread dfiller
I'm using the tooltip plugin by Mr. Zaefferer and trying to get it to appear on the hover event of a table row. It works absolutely fine in Firefox, but of course IE won't display the tooltip. I know the plugin is setup correctly because when I move it to another element, it works fine in both

[jQuery] Re: Does jquery's ajax method's identify requests as being ajaxed

2008-06-19 Thread fambi
Excellent. Thanks. On Jun 18, 9:18 pm, Aaron Heimlich [EMAIL PROTECTED] wrote: jQuery (and many other libraries) adds a custom header to the HTTP request: X-Requested-With: XMLHttpRequest Your server-side scripts can look for this header to determine if the request was sent via Ajax or not.

[jQuery] Re: Can't post in this forum

2008-06-19 Thread Isaak Malik
They are, I can see two or more subjects from you without replies. Remember that the sender does not receive a copy from his message. On Thu, Jun 19, 2008 at 2:37 AM, shapper [EMAIL PROTECTED] wrote: Hello, Most of my posts in this forum are not published. Why? Thanks, Miguel --

[jQuery] Re: Tablesorter plugin and zebra striping

2008-06-19 Thread Ken
This is exactly what I needed. Thank you to all you responded. The information was perfect! On Jun 18, 11:35 am, Alex [EMAIL PROTECTED] wrote: Hi Ken, luckily for us the brilliant Christian Bach created a widget system for Tablesorter so when you initialize your table use this instead

[jQuery] Re: What is the best way to send data betwen JS - PHP

2008-06-19 Thread mmw
Use a Json serialization script.php?request=s:e:r:i:a:l:i:z:a:t:i:o:n only one parameter by script, then you parse the request it's called RPC, as well as the question the answer (if needed) should have the same shape it's also called IPC at kernel level, you can also use url_encode... Cheers!

[jQuery] Re: Resetting validation rules dynamically

2008-06-19 Thread kapowaz
I'm trying to modify my custom method, as follows: $.validator.addMethod('expiryDate', function(element){ var presentDate = new Date(); var selectedDateHash = parseInt($('#select-cardpayment- expirymonth').val(), 10) + parseInt(($('#select-cardpayment-

[jQuery] Re: Is there a way to use the css function with $(document) directly?

2008-06-19 Thread Brian J. Fink
Then why doesn't this statement work: $.rule('p{border: 1px solid green}').appendTo('style').rule('a','style').append('color: red'); Whereas these do? $.rule('p{border: 1px solid green}').appendTo('style'); $.rule('a','style').append('color: red'); On Jun 18, 4:32 pm, Ariel Flesler [EMAIL

[jQuery] Re: Can't post in this forum

2008-06-19 Thread Micky Hulse
shapper wrote: Most of my posts in this forum are not published. Why? Miguel Hi Miguel, Give it time... The jQuery list does not update supper fast. I usually post, and check back later the next day. :) Good luck! Cheers, Micky

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Stan Lemon
Very nice plugin! I second Jorn's thought on the usage of both modes. I found myself slightly confused at first when I went into keyboard mode and couldn't click on anything. Seems to be an issue too when you click on the arrow, the menu is expanded and then you proceed to click on the white

[jQuery] jQuery cannot select !-- COMMENT -- element?

2008-06-19 Thread F1LT3R
Am I right in thinking jQuery can not selected the ! COMMENT -- element?

[jQuery] Re: Get some text and replace it

2008-06-19 Thread IschaGast
$('span.email').html().replace('[monkeytail]', '@'); I was also thinking it should be something like this, but this doesn't work... This should be possible some way I hope. And you probably also need: $('span.email').html().replace('[dot]', '.'); On Thu, Jun 19, 2008 at 12:26 AM,

[jQuery] Re: firefox 3 RC1 : tremendous slow down

2008-06-19 Thread Seth - TA
I am not sure how fast the animations were in FF2, but it seems to me that your site is pretty smooth, animation wise. I'm running FF3 on XP w/ Core Duo 2. Seth On Jun 19, 6:48 am, Aldo [EMAIL PROTECTED] wrote: Hi I'm experiencing the same slow dows in animations and fades with FF3 Final as

[jQuery] Re: What is the best way to send data betwen JS - PHP

2008-06-19 Thread Isaak Malik
There isn't really a best method, but if you're using GET then you should always convert your special characters to URI safe characters using: encodeURIComponent(). For sensitive data it's better to use POST. On Thu, Jun 19, 2008 at 12:51 PM, Aaron [EMAIL PROTECTED] wrote: Hi, I use POST for

[jQuery] Re: .load() post issues

2008-06-19 Thread Josh Nathanson
Ferric - I believe (though I'm not totally sure) that .load uses a get rather than a post. Try doing url.albumID rather than form.albumID in your ColdFusion code and see how that works. -- Josh - Original Message - From: ferric84 [EMAIL PROTECTED] To: jQuery (English)

[jQuery] Re: Passing scope to a nested anonymous function

2008-06-19 Thread Ariel Flesler
He is probably showing a dummy example to represent a more complex, real situation. So there's no sense in judging the exact code he posted. That was the solution to his problem, that he should be able to adapt. If you want to suggest a whole new approach to, what you suppose, he needs.. then

[jQuery] Re: Is there a way to use the css function with $(document) directly?

2008-06-19 Thread Ariel Flesler
Because .rule is property of jQuery, not a method of Rule objects. On 6/19/08, Brian J. Fink [EMAIL PROTECTED] wrote: Then why doesn't this statement work: $.rule('p{border: 1px solid green}').appendTo('style').rule('a','style').append('color: red'); Whereas these do? $.rule('p{border:

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Dan G. Switzer, II
Stan, Very nice plugin! I second Jorn's thought on the usage of both modes. I found myself slightly confused at first when I went into keyboard mode and couldn't click on anything. Seems to be an issue too when you click on the arrow, the menu is expanded and then you proceed to click on the

[jQuery] How do i display a tooltip from a hidden div?

2008-06-19 Thread Mark
Hey, I've spend the last few hours very trying to find a tooltip plugin that can just show a hidden div when i move my mouse over a link. I've looked at clueTip and that has nearly what i need. The clueTip sticky example is darn close but i simply can't get it to work. What i want is a link

[jQuery] Re: Security Error: Content may not load data from

2008-06-19 Thread AsymF
BTW, I know this security error is supposed to hold true for different domains but these are on the same domain and to top it off I used a relative link instead of even putting in the domain name so I would have thought jQuery would use the current protocol (https OR http) depending on which page

[jQuery] Re: JQuery variables

2008-06-19 Thread Hamish Campbell
Hi there. Best (or fastest) way to find out if something is in the DOM is to check: if ( $(#createNewAccount).length ) If .length is greater than 0 it will exist. So your script can read: $(document).ready(function() { if ( $('#createNewAccount:checked').length || !$

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Joe
Absolutely wicked! Dugg! Joe www.subprint.com On Jun 19, 3:05 pm, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Stan, Very nice plugin! I second Jorn's thought on the usage of both modes.  I found myself slightly confused at first when I went into keyboard mode and couldn't click on

[jQuery] Why do i keep getting: test is not defined!

2008-06-19 Thread Mark
hey, function removeItem(name, obj) { var answer = confirm(Are you sure you want to delete: + name + ?) var test = obj; if (answer) { $(test.parentNode.parentNode).fadeOut(slow); } } the code is simple and still not working.. the issue is that i try to call a

[jQuery] Re: Why do i keep getting: test is not defined!

2008-06-19 Thread Josh Nathanson
Your function is fine, however when you *call* the function removeItem, you'll need to pass in two arguments -- otherwise obj will be undefined: removeItem('myitem'); // obj is undefined removeItem('myitem', myobject); // obj is defined -- Josh - Original Message - From: Mark

[jQuery] Re: Why do i keep getting: test is not defined!

2008-06-19 Thread Mark
Thanx for the fast reply! I just now found why it was not working.. With this it works: a onclick=removeItem('something', this.parentNode);click/a with this not (will give the freaking error): a href=javascript:removeItem('something', this.parentNode);click/a Now why is this not working with a

[jQuery] Can't make a .click to work

2008-06-19 Thread Marcelo Wolfgang
Hi list I'm having a problem with a simple .click function, can anyone hint me on what I'm doing wrong? Here's the code I'm using: //this works $(#aboutIs).load(?php bloginfo('template_directory'); ?/ zerocincoe.php); //to get the first quote //this works $(span#reload img).hover(function ()

[jQuery] Re: cluetip and FF3

2008-06-19 Thread Isaak Malik
This might be caused by a slow computer, or see if you can run the demo of cluetip smoothly. If so then you should modify your own code. On Thu, Jun 19, 2008 at 5:26 PM, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hello, i'm having issues implementing a simple cluetip in Firefox 3, it

[jQuery] select all divs with the same name

2008-06-19 Thread ontguy
Hello, How would I select all divs with a certain name? In mootools I could use: $$('#mydelete'). That would return an array of the divs named mydelete. What would the JQuery equivalent be? Thank you.

[jQuery] Valuable Information

2008-06-19 Thread Brandon Christian
www.BrandonsCastle.com

[jQuery] [Jörn Zaefferer] treeview, what propose of treeview edit?

2008-06-19 Thread Alexsandro_xpt
Hi Zaefferer and bassistance's plugins fan, I am look for treeview, and can't see any example for treeview edit, but I found that here, http://dev.jquery.com/browser/trunk/plugins/treeview/jquery.treeview.edit.js How can do it work? Thz..

[jQuery] Interesting list - Javascript framework usage among top websites

2008-06-19 Thread Penner, Matthew
http://royal.pingdom.com/?p=305 Matt Penner

[jQuery] Re: Modify ID attribute

2008-06-19 Thread Isaak Malik
It would be much easier if you just create a sub class with the CSS style of #header-yellow and add it to your DIV element. And to be honest I doubt that you can change the ID attribute Like this: $(#header).addClass('span-24-2'); On Thu, Jun 19, 2008 at 6:34 PM, Daniel Amselem [EMAIL PROTECTED]

[jQuery] Re: two forms with plugins validator

2008-06-19 Thread k8
uhm, i have try with submithandler on .validate({}) but don't work great the validation this is my code $().ready(function() { $(#FormRegister).validate({ submitHandler: function() { alert(Submitted!); }, rules: { username: {

[jQuery] Re: Is there a way to use the css function with $(document) directly?

2008-06-19 Thread Brian J. Fink
Hence the word unchainable. Also, your plugin does not work on IE7. On Jun 19, 3:27 pm, Ariel Flesler [EMAIL PROTECTED] wrote: Because .rule is property of jQuery, not a method of Rule objects. On 6/19/08, Brian J. Fink [EMAIL PROTECTED] wrote: Then why doesn't this statement work:

[jQuery] lightbox with form

2008-06-19 Thread Angel Marquez
Anyone know of a j.box? http://particletree.com/features/lightbox-gone-wild/ I need to place a link that triggers a lightbox that holds a form. Any ideas, people? Thank you in advance. -A

  1   2   >