Re: [jQuery] utf-8 and jquery

2007-03-27 Thread amircx
-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive 300 Connection keep-alive Cookie PHPSESSID=0ci5og0f6u6s2al7gup0te9bt2 Cache-Control max-age=0 is that helps? amircx wrote: hey. when im trying to send data to mysql or anything else in forgin language such hebrew its retruns

[jQuery] utf-8 and jquery

2007-03-26 Thread amircx
hey. when im trying to send data to mysql or anything else in forgin language such hebrew its retruns me gibbrish... its a known bug? how can i fix it? i need to use php htmlentitles() ? -- View this message in context: http://www.nabble.com/utf-8-and-jquery-tf3466629.html#a9671989 Sent from

Re: [jQuery] google takes over my error div!!!

2007-03-26 Thread amircx
umm... there is no other tag for replacement? im using it for somthing em*/em Jörn Zaefferer wrote: Klaus Hartl schrieb: Dan G. Switzer, II schrieb: Jörn, Thanks for investigating. It would be easy to make the element used for error messages customizable. What would you

Re: [jQuery] utf-8 and jquery

2007-03-26 Thread amircx
. :-) --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 26, 2007, at 8:34 AM, amircx wrote: my db and the page saved as utf-8... its returns me in textfield values of : ××× and wierd chars instad of hebrew letters Michael Fuerst wrote: hey

[jQuery] !!!MY FALUT!!!! Correction:

2007-03-26 Thread amircx
i meant Sortable to the drag and drop sortable lists like that: http://interface.eyecon.ro/demos/sort.html so what do u say? Matt Kruse-2 wrote: What is the jQuery interface going to look like? It will simply expose methods like .autosort() .autofilter() .autopage()

Re: [jQuery] jqupload tweak + forms plugin

2007-03-25 Thread amircx
and a notification event called form.submit.notify after the form has been submitted. Perhaps you could use these to drive the desired external behavior. These aren't currently documented so check the source code for details. Mike On 3/22/07, amircx [EMAIL PROTECTED] wrote: hey... my brother

[jQuery] google takes over my error div!!!

2007-03-22 Thread amircx
hey. when google toolbar is activate and im using form validation, when i have some error div, its instad of writing my own message its writes : your google toolbar can fill this in for you select autofill e anyone knows how to fix it? -- View this message in context:

[jQuery] jqupload tweak + forms plugin

2007-03-22 Thread amircx
hey... my brother did some tweak to the jqupload script : http://tal.tl/javascript/my-jquploader-upload-images-php-ajax-flash.html is it possible to integrate it with the forms plugin? cause i saw that there is no support for it.. -- View this message in context:

[jQuery] json status returns ajax

2007-03-21 Thread amircx
why when i get error (status 0) its print out : done ? http://pastebin.ca/404952 i want to make if status = 0 then show errors on div, if its 1 then redirect to diffrent page, and if its 0 then alert somthing and stop script from execute... idaes how to do it? -- View this message in

Re: [jQuery] NOTICE: Moving to Google Groups

2007-03-21 Thread amircx
its ok but how can i write ? its tells me its for members only and i need invite for that John Resig wrote: Hi Everyone - As you've probably noticed, the mailing list has been very very flaky the past couple days. Primarily, this is due to the fact that the amount of traffic coming to

[jQuery] anyone success to inegrate sortable with mysql/php?

2007-03-20 Thread amircx
im trying to see some working online examples of sortable plugin and its seems there is no such thing execept the offical website.. .why pepole dont use it? i see the scriptaculs thing that rule on the web... maybe its because there are working examples of scriptacouls with php/mysql

[jQuery] blockui question

2007-03-19 Thread amircx
hey. is there a way to block only the form part, with loading message, and change the message once ajax got json parameter? like : load if php returns status {'status': 0, 'data': {'nickname': 'field is too short '}}; then... return else - write success and redirect or somthing? also, is

[jQuery] im join to his question... need it too...

2007-03-19 Thread amircx
anyone knows the answer?:) talkz wrote: you may also look at : http://www.tal.tl/ajax talkz wrote: hey i have this code, how can i get the visible / hidden from the uls? when i change the sort, i know what id i have on the div, but i want to know what is the ul my moved

[jQuery] halt script running

2007-03-19 Thread amircx
i got this code and i want that if : result.status == 0 - show the error div (its works) if its 1 then redirect to another page if its 2 (critical / unknown error) - stop exectue of this script and return alert right now its keep runing if i got status 2 ideas how to solve it? script

[jQuery] blockui crushes IE6

2007-03-19 Thread amircx
hey. i got this code: http://pastebin.ca/401900 when im submit the form in ie6 its about 85% times crushes... just let you know -- View this message in context: http://www.nabble.com/blockui-crushes-IE6-tf3428165.html#a9555454 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] looking for sortable plugin that serialized on mouse release

2007-03-15 Thread amircx
THANKSS :) works Mika Tuupola wrote: On Mar 15, 2007, at 12:42 PM, amircx wrote: i saw many sortables around including protoype, its seems that the interface plugin is the most simple , but i dont have a clue how can i serialize the data after the user release

[jQuery] looking for overlay loading window script

2007-03-14 Thread amircx
hey. i tried blockui and serval scripts, they are great, the problem that i want to able to do somthing like on user click on submit its open window like blockui has with loading... then its checks the json parameters that given back and if status is 0 then close the modal window and open new one

[jQuery] display message below / above div that include FORM

2007-03-14 Thread amircx
hey. i have a div that inside contains FORM elements im trying to suppress that window and put a div that will be below it with message. i tried this: span id='statusmsg'fgfdgfBRsdfdsfdsfdfBR/span $(function(){ $('#FormContainer1').block(); $(#statusmsg).below(#FormContainer1, {adjustRight:

Re: [jQuery] forms validation error divs - help

2007-03-13 Thread amircx
is that handle all form elements? if i got dropdown/checkboxes then what? Rick Faircloth wrote: Hi, amircx... I think what you're missing is the last part of the code below: $(#Result).empty().append(data); I believe the purpose of that line is to remove the previous error message

Re: [jQuery] forms validation error divs - help

2007-03-13 Thread amircx
of inputs, I just don't know how to code for it. Anybody else want to help out here? Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of amircx Sent: Tuesday, March 13, 2007 2:31 PM To: discuss@jquery.com Subject: Re: [jQuery] forms validation error

[jQuery] Combining Jquery and prototype /scriptaculous

2007-03-13 Thread amircx
is that possible/recommended to use both scripts on same page? they can integrate nicely? anyone tried ? -- View this message in context: http://www.nabble.com/Combining-Jquery-and-prototype--scriptaculous-tf3398974.html#a9464591 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] looking for popup messenger style

2007-03-13 Thread amircx
hey im looking for popup window that will open like msn messenger when user has going online or sending a message... and will disappear after 5 secounds or somthing, anyone knows about somthing like that? -- View this message in context:

[jQuery] forms validation error divs - help

2007-03-12 Thread amircx
hey. ive tried to change the error div instad of label class=error/label to span class=error/span last time i got an answer that saies to put label for=atitle/label input id=a label for=aerror/label its doesnt make sense ... here is the code: label

Re: [jQuery] need help with tabs

2007-03-12 Thread amircx
ok and how do i disable cache? Klaus Hartl wrote: amircx schrieb: hey. for some reason i cant make this page to show loading gif/message while i click on tab... i did what you told me and its still not working can any1 take a look? http://www.oranuse.com/myhome/down.php I can't see

Re: [jQuery] forms validation error divs - help

2007-03-12 Thread amircx
can you give me example please? i tried today 6 hours :P Jörn Zaefferer wrote: amircx schrieb: i saw the api, but i dont get it, there are some duplicate label with diffrent error messages. i need one div to echo one error per field , and if the field got 2 errors then show the first

[jQuery] Form validator plug - checking valid date 3 dropdowns ... help

2007-03-11 Thread amircx
hey. i got this code, its 3 dropdown with a date to select i dont success to do a validation to them in order to check if the date is correct (ie. not 04/31/2004) i want onsubmit to check if the date is vaild before sending it to php anyone can help? divlabel

[jQuery] validation plugin not working in ie6... here is the js link...

2007-03-11 Thread amircx
hey its writes me in ie6 $.validator is not an object ive downloaded the zip file from your site jorn, here is the files im using that cuases me that error: http://www.amir.cx/test1/used.zip can you please check if my version is ok? -- View this message in context:

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-03-10 Thread amircx
i have some sites but all in development .. ill submit once they will be online Rey Bango-2 wrote: Hey all, I just wanted to let you know that I've been compiling the list of sites and definitely noting all of the ones submitted. Thank you for providing the info. Please keep sending

[jQuery] need help with tabs

2007-03-10 Thread amircx
hey. for some reason i cant make this page to show loading gif/message while i click on tab... i did what you told me and its still not working can any1 take a look? http://www.oranuse.com/myhome/down.php -- View this message in context:

Re: [jQuery] jquery tabs and loader div

2007-03-09 Thread amircx
hey thanks for the help.. its doesnt work , but im sure that im the idiot and i did worng can you please look at that url and check whats worng in my code? http://www.oranuse.com/myhome/down.php thanks !:) amircx wrote: hey... i want to load content inside tab, and whille that to show

Re: [jQuery] jquery tabs and loader div

2007-03-09 Thread amircx
hey thanks for the help.. its doesnt work , but im sure that im the idiot and i did worng can you please look at that url and check whats worng in my code? http://www.oranuse.com/myhome/down.php thanks !:) Klaus Hartl wrote: amircx schrieb: hey... i want to load content inside

Re: [jQuery] release: Validation plugin beta 1

2007-03-08 Thread amircx
can you just upload the correct files with the correct versions so ill can test if its my problem? zip it to somewhere and ill be happy to report you and i didnt realise how to fix the known issues of ie6 bugs... great work! Jörn Zaefferer wrote: amircx schrieb: is anyone here tried

[jQuery] jquery tabs and loader div

2007-03-08 Thread amircx
hey... i want to load content inside tab, and whille that to show loading image... i saw the api and i dont success to do it what i did worng in here? ?link rel=stylesheet href=?=$rooturljs?/tabs2/tabs.css type=text/css media=print, projection, screen / !-- Additional IE/Win specific

Re: [jQuery] release: Validation plugin beta 1

2007-03-07 Thread amircx
try to using it with ie6 the sources are worng i think you have zipped the version that is not working with ie6. its writes $.vaildiator is not an object Jörn Zaefferer wrote: Hi folks, just released beta 1 of my validation plugin. The list of problem was reduced quite a lot, and

Re: [jQuery] release: Validation plugin beta 1

2007-03-07 Thread amircx
is anyone here tried to run this code on ie6 ? i wonder if its just my browser or the versions of the files are incorrect fil-4 wrote: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ Oh it's great. I wonder though if your choice of writing class={x:y;z:t} is not

[jQuery] Form validator 0.2 - onblur instad of onsubmit

2007-03-06 Thread amircx
hey.. i got this code http://pastebin.ca/383367 now its validate on submit, i want to modify it to onblur... how do i do that? -- View this message in context: http://www.nabble.com/Form-validator-0.2---onblur-instad-of-onsubmit-tf3354347.html#a9328706 Sent from the JQuery mailing list archive

[jQuery] dynamic put post data Jquery Forms plugin

2007-03-06 Thread amircx
hey i got this script: http://pastebin.ca/383636 what im trying to achive is that i got a form that user go to page and fill it, while its loading its generate him id in hidden field, and i need to pass the id in the hidden field to the next page... how can i do that? my demo isnt working

Re: [jQuery] How Do i Assign error div to JQuery Validator Plugin Alpha 2 ?

2007-03-05 Thread amircx
how ok :) but when you think its gonna happen? Jörn Zaefferer wrote: amircx schrieb: hey, i got the following code (i fixed the ie6 bugs and stuff) now i need to figure out how can i assign the div the shows errors in each input? i saw the demos but the problem is that i want to control

Re: [jQuery] How Do i Assign error div to JQuery Validator Plugin Alpha 2 ?

2007-03-05 Thread amircx
to do it is that possible? ill be glad if you tell me how to do it thanks btw: your pluigin rocks! Jörn Zaefferer wrote: amircx schrieb: hey, i got the following code (i fixed the ie6 bugs and stuff) now i need to figure out how can i assign the div the shows errors in each input? i saw

[jQuery] IE6 + Form Validator bug object dosent support this property or method

2007-03-04 Thread amircx
no one answered me, guess i wrote the subject worng ... please help ... when i run form validator from http://bassistance.de/jquery-plugins/jquery-plugin-validation/ , after putting the uncompressed version, its working fine in ie 7 but in ie 6 its returns me error: (here is the code:

[jQuery] How Do i Assign error div to JQuery Validator Plugin Alpha 2 ?

2007-03-04 Thread amircx
hey, i got the following code (i fixed the ie6 bugs and stuff) now i need to figure out how can i assign the div the shows errors in each input? i saw the demos but the problem is that i want to control on each div position with my css.. .is that possible ? or anyone can shows me how to do it

Re: [jQuery] how to make the function in forms + ajax?

2007-03-01 Thread amircx
guess no one knows ? :( amircx wrote: hey. im using the ajax form plugin of jroes, http://www.amir.cx/ajax/test3/stable.php till now i success to do the rules inside the tag, but where i can put inside that code a properties like rules: { firstname: { required: true }, age

Re: [jQuery] Form validator 0.2 causes problems in IE6

2007-03-01 Thread amircx
the link is now working... not sure if it was before ;) try now amircx wrote: hey, when i run form validator from http://bassistance.de/jquery-plugins/jquery-plugin-validation/ , after putting the uncompressed version, its working fine in ie 7 but in ie 6 its returns me error: (here

[jQuery] Form validator 0.2 causes problems in IE6

2007-02-28 Thread amircx
hey, when i run form validator from http://bassistance.de/jquery-plugins/jquery-plugin-validation/ , after putting the uncompressed version, its working fine in ie 7 but in ie 6 its returns me error: (here is the code: http://pastebin.ca/374655 ) object dosent support this property or method

[jQuery] how to make the function in forms + ajax?

2007-02-28 Thread amircx
hey. im using the ajax form plugin of jroes, http://www.amir.cx/ajax/test3/stable.php till now i success to do the rules inside the tag, but where i can put inside that code a properties like rules: { firstname: { required: true }, age: { number: true }, password: { min: 5, max:

[jQuery] jquery upload... what are you using?

2007-02-28 Thread amircx
hey. i wonder what is the most used or what u are using for uploading files with ajax and jquery... i found serval but i really dont know what to pick... suggestions? -- View this message in context: http://www.nabble.com/jquery-upload...-what-are-you-using--tf3308624.html#a9203250 Sent from

Re: [jQuery] Integrate Form plugin with jQuery plugin Validation

2007-02-27 Thread amircx
hey... still not working ... its writes that he expects : on line 35 the online files are on: http://www.amir.cx/ajax/test1/test3.php please if you can take a look and see whats worng... thanks ;) Jörn Zaefferer wrote: amircx schrieb: hey. ive built a form thats sends data

[jQuery] Strange bug in jquery forms 1.0

2007-02-27 Thread amircx
ive downloaded the zip and exctract it without any changes and upload it into: http://www.amir.cx/ajax/test2/demo-test/ajaxSubmit-intergration-demo.html take a look, there is a error on line 31 , and also ive dropped the $.validator.debug line witch also caused error (somthing undefined) hope

Re: [jQuery] Validation plugin 1.0 alpha 2

2007-02-27 Thread amircx
i dont have the old version can you give me link for it or send me trough messenger / icq / email? icq: 8669159 email : [EMAIL PROTECTED] msn : [EMAIL PROTECTED] thanks! Jörn Zaefferer wrote: amircx schrieb: ive downloaded the version you linked and for somereason its not working i

Re: [jQuery] Validation plugin 1.0 alpha 2

2007-02-27 Thread amircx
ummm can you tell me what exact files i should put there ? i just kinda confuised cause i saw too mutch of versions of these in the past day... ;) Jörn Zaefferer wrote: amircx schrieb: i dont have the old version Just use jquery.validate.js in your code. It's included in the download

[jQuery] Integrate Form plugin with jQuery plugin Validation

2007-02-26 Thread amircx
hey. ive built a form thats sends data Asynchronously... im trying to integrate it with the Validation plugin (http://bassistance.de/jquery-plugins/jquery-plugin-validation/) seems not work anyone can take a look or just paste here a code that he success to do ? i want that the user will not

Re: [jQuery] Validation plugin 1.0 alpha 2

2007-02-26 Thread amircx
ive downloaded the version you linked and for somereason its not working i copied it AS IS to my server , just changed the directory http://www.amir.cx/ajaxtest/test.html i think you have bug there... in ff its works... ie returns errors Jörn Zaefferer wrote: Stefan Kilp [sk-software]