[jQuery] Re: cluetip events

2007-11-14 Thread amircx
s following to do that the tooltip will appear near textfield but the user will be able to click on elements in the tooltip so it will function like edit in place , user wants to edit textfield and once he on the textfield he gets menu of options that pops up hope you got me right amircx wrote:

[jQuery] cluetip events

2007-11-11 Thread amircx
hey im trying to do a input's that once they are get mouseover it will open a tooltip with options like edit and stuff (icons) my question is in cluetip how can i hide/show a tip via javascript command instad of the "close " button? and also, is there a flag that i can check is the tooltip is cur

[jQuery] thickbox & interface z-index

2007-10-28 Thread amircx
hey. im using interface Sortable plugin and thickbox 3. the problem is happeninig when im trying to drag a item inside thickbox item its just putting the sortable item in the back and hides it , because the z-index or somthing how do i slove it? -- View this message in context: http://www.

[jQuery] rikrik's pager - 10 per page?

2007-10-22 Thread amircx
hey , i found this cool plugin that paging records. the problem is that its only one per page.. http://rikrikrik.com/jquery/pager/ any idea how to make 10 per page? like for guestbook, i need 10 records per page, now its only one THANKS ALOT :) -- View this message in context: http://www.na

[jQuery] radio button help... script is worng... :(

2007-09-23 Thread amircx
hey. i got this : http://pastebin.ca/708004 , i want to run a script once radio button is clicked... its not working... anyone can help tell me why? -- View this message in context: http://www.nabble.com/radio-button-help...-script-is-worng...-%3A%28-tf4504714s15494.html#a12847154 Sent from the

[jQuery] datepicker and mark a day

2007-09-17 Thread amircx
hey. i using datepicker and i want somehow to define to this script that he will add diffrent background to some block of a day all the days are "RED " background 07/07/2007 - "GREEN BACKGROUND" like to mark a specipic date for hollyday or somthing else... i did $('.date-pick2').dpSetSelected(

[jQuery] replace inside an attribute

2007-09-16 Thread amircx
hey, how can i replace a text inside an "onclick"? but only a part of it.. for example: onclick="tb_show('vendornotes',VendorInfoID('3000'))"; will be like onclick="tb_show('vendornotes',VendorInfoID('12345'))"; thanks -- View this message in context: http://www.nabble.com/replace-inside-an-

[jQuery] thickbox fix position on scroll

2007-09-05 Thread amircx
hey. is there a hack or patch or some way i can make the TbWindow of thickbox to reposition when im scroll the page down? now when i do it its just remain in the same position so if its long page i can scroll down and in some cases not to see the dialog box please help... -- View this messag

[jQuery] tooltip with arrow , delay and fixed positions - help

2007-08-30 Thread amircx
hey. i got the following problem: i have a link and i want that once user hover it it will wait 4 secs and then shows the tooltip while he is in stays in the element text once he moves out its fade out in MY script the problem is that i stay in the element 4 secs, and then i have to move the mou

[jQuery] get _GET paramers from parent window in thickbox

2007-08-06 Thread amircx
hey im using thickbox and the problem is that once i open a modal window i cannot access to the GET parameters that i typed cause its diffrent url lets say the main page has www.bla.com/?blah=1&b=2 then i open a thickbox -> if i use $_GET i can get only &backtodiv=allevent and stuff i want to

[jQuery] Sortable , serialize and disable item

2007-07-30 Thread amircx
hey. i need help i got here a sortable list, and i want to make couple of things: 1. once the order is changes, serialize the new list so i can get array to work with php (ie. navigation_menu[1]=homepage&navigation_menu[2]=homepage&navigation_menu[1]=our story&navigation_menu[1]=party ... etc. )

[jQuery] PHP Serialize for Checkbox

2007-07-25 Thread amircx
hey. i got this : the problem is that once i serialize that form i get blah=1&blah=43 ... i want to get it as array and able to pass it to php in that way?: blah[0]=1&blah[1]=43 (so ill be able to be do foreach ($_POST[blah] as...) anyone can help? -- View this message in context:

[jQuery] Re: Thickbox 3 + esc to close window

2007-07-25 Thread amircx
yeah but i want to bind this event only when the window is open, so if user press esc in the side it will not disable this key when no need to got me? Gilles (Webunity) wrote: > > > jQuery(document).keypress(function(ev) { > if (ev.which == 27) { .. action .. }; > }); > > Which = jQuery a

[jQuery] Thickbox 3 + esc to close window

2007-07-25 Thread amircx
hey.. anyone know how to do that once the thickbox window is shown , when user press ESC key it will close the modal window? im looking for hack like that... anyone did somthing / know how to mess with this long code? -- View this message in context: http://www.nabble.com/Thickbox-3-%2B-esc-to

[jQuery] looking for jquery planing calendar

2007-07-11 Thread amircx
hey. im looking for somthing similar to outlook calendar that display the week/month and i able to click and put a event/event(s) in the desiered day i found serval php based things but most of them are not in jquery / ajax at all anyone know somthing cool? -- View this message in context: htt

[jQuery] 2 thickbox in one page...

2007-07-09 Thread amircx
hey. i have a problem. i got 2 thickbox in one page, and one of them is not open in the thickbox, its just redirect it to the desierd url... this is WORK: http://www.domaicsn.com/en/usen/sks/events-modals/?height=425&width=610&modal=true&window_id=2&backtodiv=alltasks"; id="blue-button" value="

[jQuery] Thickbox and AjaxSubmit() problem.... help please ;)

2007-07-04 Thread amircx
hey im trying to integrate thickbox with submit, im trying to do that once user is click on a button , its opens a thickbox with form, when user fill out the form its vaildate it (with jquery vaildiaton plugin) and then submit it to other page and check if everything is ok (server side php) ive

[jQuery] thickbox and other plugins z-index

2007-07-03 Thread amircx
hey, is im having a problem, im using tickbox to show diffrent page (ajax remote file), when im trying to use inside the page that ive got inside the thickbox, some plugins like jquery-calander or whatever its hides me the items so once i click on "show dates" ... is there a way to bring to f

[jQuery] Re: need hellp with .get and json

2007-06-21 Thread amircx
gt; being returned? If that's the case then you'll need to eval what comes > back. So lets say that: > > var myReturnString = > {"statusmsg":"1","errmsg":"0","desiredurl":"dsfandsdfdsf-ds"} > > then you&#x

[jQuery] Errors on page??

2007-06-20 Thread amircx
hey, i done firebug on my site ( www.xpogames.com www.xpogames.com ) and i noticed that all the error (atlast, what the firebug says) comes from the jquery.js, i removed the old version that i had (i tought mabye this is the problem) and replaced it with the lasted jquery pack.. still errors, any

[jQuery] need hellp with .get and json

2007-06-20 Thread amircx
hey. i cannot return the parameters from json , im using .get and also in the same page i got the validation of jorn 's form (maybe its conflicts ?) herer is the code hope some1 will help json returns : {"statusmsg":"1","errmsg":"0","desiredurl":"dsfandsdfdsf-ds"}

[jQuery] Lame fix but working - google toolbar takes over the div

2007-06-18 Thread amircx
hey, in jorn's plugin and in serval more, if you put a div named "email" or "firstname" or whatever its writes ANNOYING message such as "Google can fill this field for you" (and i say : no thanks ;)) anyway i slove it with in that way lets say you have email just stick a comment within it: emai

[jQuery] onbeforeload and css manipluation... help!

2007-05-06 Thread amircx
hey... i do some manipluation to div with css by moving the position to left by 30px... the problem is that the jquery applies it after the page is loaded and as a result the div shown and then bounce to the desiered location... is there a way i can fix it? somting like onbeforeload to apply thi

[jQuery] retrive how bytes are loaded...possible?

2007-05-06 Thread amircx
hey. can i return in jquery how mutch bytes are loaded ? in that way i can do instad of "Loading." message i can calculate precents is that possible somehow to do somthing like: "loading...33%" -- View this message in context: http://www.nabble.com/retrive-how-bytes-are-loaded...p

[jQuery] problems with swf focus

2007-05-03 Thread amircx
hey. i got a swf game that i put inside iframe, the problem is that once the user clicks on somewhere in the screen outside the swf file its losing focus, and the result is that if he press on keys like space, down, and up its scrolls the page instad of tirgger the "fire" button on a game etc

[jQuery] TreeMenu plugin and i frame

2007-04-29 Thread amircx
i need somehow to make that onclick on a tree item it will open iframe and able to close it once action inside the frame is fired and return success flag i tried to mess with it and i think that is not possible anyone has success to do it? -- View this message in context: http://www.nabble.com

[jQuery] manipulate div inside iframe

2007-04-29 Thread amircx
hey i got a script that seats inside iframe how its is possible to get the id of the iframe and then hide it ? till now i have a script that knows inisde the Iframe what is the div name of the iframe . but i dont success to hide it var IfrmDiv=jQuery(frameElement.parentNode).attr('id'); i trie

[jQuery] tickbox close window

2007-04-29 Thread amircx
hey. im using thickbox and i want that after some proceeses its will close the window without user needs to click ive tried to print out somthing like parent.TB_remove(); its not working... how its can be done right? -- View this message in context: http://www.nabble.com/tickbox-close-win

[jQuery] fire script on return values.. how?

2007-04-26 Thread amircx
hey i got a script that returns me on submit ajax json data... somthing like {status:1,data: loading secound script} how can i do a script that waits to data to be back and then execute another script? user submit>proccessing data from another php page>return results (if its status 1 - then run

[jQuery] Re: blockui message centered to the form element

2007-04-26 Thread amircx
how do i assign it to some submit button inside of it? im usign jorn's plugin malsup wrote: > > > Instead of using $.blockUI you can do this: > > $('#myForm').block('Please Wait...'); > > and then > > $('#myForm').unblock(); > > when you want to remove the block. > > Mike > >> hey... is

[jQuery] blockui message centered to the form element

2007-04-26 Thread amircx
hey... is there a way to display a loading message using blockui or somthing similar that only shows the "loading message" inside the form element and align it to center of the form instad of putting all the screen black ? its looks bad if i got a website of news papaer and i got 4 fields of inp

[jQuery] ajax not working with form validation... help please...

2007-04-19 Thread amircx
i got this error on firebug data is not defined submitHandler(form#MyForm1 proccessajax.php)login.php (line 167) valid()jquery.validate.j... (line 511) form()jquery.validate.j... (line 374) (no name)(submit )jquery.validate.j... (line 233) handle(submit )jquery.js (line 1302) [Break on this

[jQuery] flash losing focus

2007-04-18 Thread amircx
hey, i got a swf with a game inside, the problem that some times when user plays in the game and press "space" or f12 or whatever... its scrolls down and stuff like that is there a way to make sure that allways the game will listen to the keys ? -- View this message in context: http://www.nabb

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread amircx
found a problem: when im typing and select the matched value, and using form vaildiation plugin, if i set the MinLen in the validation plugin, its not accept the new value and change the state ie if i got field the min len required is 3 chars, and i typed "abrah" and selected it (it was in the

[jQuery] need help with validation plugin and putting two input fields in 1 row...

2007-04-16 Thread amircx
hey. im trying to achive somthing like that: http://www.amir.cx/test10.php explain: what i have till now is that page: http://www.amir.cx/test5.php (try to submit) its prints out per row 1 error each time, for example: if telephone field having two errors its shows one at time, i.e: if the t

[jQuery] Re: Autocomplete plugin status2

2007-04-15 Thread amircx
will it support mysql fetching db values? when it will release aprox? Dylan Verheul wrote: > > > I love the fact that you still use my birds example :-) > > (I wrote autocomplete for the form on www.waarneming.nl, a Dutch site > for nature sightings, and I used a dump of our English and Lati

[jQuery] "move listbox elements" : looking for somthing similar

2007-04-11 Thread amircx
im looking somthing similar to this: http://javascript.internet.com/forms/form-swapper-2.html with ajax and forms plugin support, anyone has somthing like that? -- View this message in context: http://www.nabble.com/%22move-listbox-elements%22-%3A-looking-for-somthing-similar-tf3557927s15494

[jQuery] [Mod Release] Vaildiaton Plugin hack for allowing dropdown dates

2007-04-11 Thread amircx
hey. after a day of work i did a mod for the vaildiation plugin that allows to create drop down date list (ie [dd] - [mm] - [] ) http://www.pastebin.ca/434119 what its does? its acctually puts the dropdown values in hidden field of text, and onclick call to javascript that checks if the dat

[jQuery] Re: jquery validation and error div...help

2007-04-10 Thread amircx
se enter a value of at least 3 characters. ) and i want to do somthing like Please enter a value of at least 3 characters. or whatever so i can control the text properties inside the class div idea? Jörn Zaefferer wrote: > > > amircx schrieb: >> hey. is there a way to manipulate o

[jQuery] jquery validation and error div...help

2007-04-08 Thread amircx
hey. is there a way to manipulate only error div of specipic field? like if i got: uaboutme222 the error div that its generates its : Please enter a value of at least 2 characters. so i want to do somthing like label #'MyForm1uaboutmeInputfield { postion : left 1px... color:red } go

[jQuery] Re: Encoding forgin languages Jquery+Validation plugin - help!

2007-04-05 Thread amircx
the problem is not with mb_substr or whatever cause the problem also happens once i change somthing (onkeypress) malsup wrote: > > > jQuery.param encodes to UTF-8 using encodeURIComponent. > > >> i think the problem is in malsup script >> return jQuery.param(this.formToArray(semantic)); >>

[jQuery] Re: Encoding forgin languages Jquery+Validation plugin - help!

2007-04-05 Thread amircx
uh, maybe. but its still sends gibrish (try to see in firefox the headers that sends) and im using php, some of the answers here pepole sent ill be happy if can translate the code language to php Jan Sorgalla wrote: > > Hi, > > amircx wrote: >> >> hey all,

[jQuery] Re: Encoding forgin languages Jquery+Validation plugin - help!

2007-04-05 Thread amircx
ontroller that affects all other > controllers >in you application. > > Hope you can fix it and make it work. > > Abel. > > On 4/5/07, amircx <[EMAIL PROTECTED]> wrote: >> >> >> >> hey all, i need a bit help. i got this form (its in devel

[jQuery] Encoding forgin languages Jquery+Validation plugin - help!

2007-04-05 Thread amircx
hey all, i need a bit help. i got this form (its in development) : http://www.amir.cx/test5.php , the problem is that once i hit submit and paste a non english letter its makes a problem and dont accept it, or think that is long letter , try to write there "שלוםלכם" and see whats happend, anyone

[jQuery] Re: cant get remote file / set post/get parameters with TABS plugin - help!

2007-04-01 Thread amircx
and then its should work? Klaus Hartl wrote: > > > amircx schrieb: >> >> hey. im trying somehow to get in tabs a remote url , or atleast to set a >> get >> paramter to the tab >> i got this following code and its writes me error "access de

[jQuery] cant get remote file / set post/get parameters with TABS plugin - help!

2007-04-01 Thread amircx
hey. im trying somehow to get in tabs a remote url , or atleast to set a get paramter to the tab i got this following code and its writes me error "access denied" how can i skip it or tweak the code ?? http://www.w3.org/TR/html4/strict.dtd";> Tabs - j