[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 denied how can i skip it or tweak the code ?? Tabs requires

[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)); its

[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: label uaboutme222 /label input name='uaboutme' type='text' id='MyForm1uaboutmeInputfield' value='dsadsad' maxlength='45' / /div the error div that its generates its : label for='MyForm1uaboutmeInputfield

[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:

[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 Latin

[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

[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:

[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] 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('h1Please Wait.../h1'); and then $('#myForm').unblock(); when you want to remove the block. Mike hey... is there a

[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 script parent.TB_remove(); /script its not working... how its can be done right? -- View this message in context:

[jQuery] manipulate div inside iframe

2007-04-29 Thread amircx
hey i got a script that seats inside iframe iframe src=page.php id=hideme1 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

[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:

[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:

[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 labelemail/labelinput type=text

[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,

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

2007-06-21 Thread amircx
to turn that into a JavaScript Object which you could then access like this: var myObj = eval(myReturnString); alert(myObj.statusmsg); alert(myObj.errmsg); etc. Does that help? Chris amircx wrote: hey. i cannot return the parameters from json , im using .get and also

[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

[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:

[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:

[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

[jQuery] PHP Serialize for Checkbox

2007-07-25 Thread amircx
hey. i got this : code form id=SenddataForm name=SenddataForm method=POSTinput type=checkbox name=blah value=1input type=checkbox name=blah value=43 /code the problem is that once i serialize that form i get blah=1blah=43 ... i want to get it as array and able to pass it to php in that way?:

[jQuery] Sortable , serialize and disable item

2007-07-31 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]=homepagenavigation_menu[2]=homepagenavigation_menu[1]=our storynavigation_menu[1]=party ... etc. )

[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=1b=2 then i open a thickbox - // a href=#

[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

[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

[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:

[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

[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

[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:

[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:

[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

[jQuery] Re: cluetip events

2007-11-14 Thread amircx
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: hey im trying to do a input's that once they are get mouseover