[jQuery] jqModal, Ajax onLoad Problem On Jquery 1.2.3

2008-02-24 Thread Yılmaz Uğurlu
cked that, jquery 1.1.4 and jquery 1.2.3 have very diffrerent "load" functions. I guess 1.2.3 does not evaulate inline scripts. So, how can i solve this problem? I have to use jquery 1.2.3. -- Yılmaz Uğurlu ~ jabber : [EMAIL PROTECTED] ~ http://www.2nci.com ~ İzmir

[jQuery] Re: $.ajaxFileUpload into an ajax form

2008-02-24 Thread Yılmaz Uğurlu
pload into my form > 3- all my data are sent to the php script > > and that's perfect but..using jquery apparently i cannot specify that > i have a $_FILES['myInputFile'] into the data option (If i get as > $_POST it's ok). > I specified processData as false between

[jQuery] Re: $.ajaxFileUpload into an ajax form

2008-02-21 Thread Yılmaz Uğurlu
ction: > > $.ajaxFileUpload({ > url:'curriculumInvio.php', > secureuri:false, > fileElementId:'fileToUpload', > dataType: 'json', > success: function (data, status){ > plugin stuff, > } > }); > -- Yılmaz Uğurlu ~ jabber : [EMAIL PROTECTED] ~ http://www.2nci.com ~ İzmir

[jQuery] Re: ajax file uploads: getting strange error

2008-02-14 Thread Yılmaz Uğurlu
ax error: Invalid label" is displayed. My file does get > > uploaded to the proper directory, but the error is troubling me. What > > does it mean and any ideas how to resolve it? > > > > Thanks, - Dave > > > -- Yılmaz Uğurlu ~ jabber : [EMAIL PROTECTED] ~ http://www.2nci.com ~ İzmir

[jQuery] Re: get value of checked checkboxes into a list

2008-01-12 Thread Yılmaz Uğurlu
dit > > > > I would like to have the value of alll checked checkboxes put into a > list > > for use in a variable. > > > > how would I go about this? > > > > $().ready(function() { > > $('#editOptions').click(function(){ >

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Yılmaz Uğurlu
e in context: > http://www.nabble.com/Using-JQuery-with-PHP-Frameworks-tp14664189s27240p14665274.html > Sent from the jQuery General Discussion mailing list archive at Nabble.com > . > > -- Yılmaz Uğurlu ~ jabber : [EMAIL PROTECTED] ~ http://www.2nci.com ~ İzmir

[jQuery] Re: label fires click function twice

2007-12-27 Thread Yılmaz Uğurlu
function() { > > window.console.log("hello"); > > }); > > > > Clicking the div or the radio button gets one call to the click > function. > > Clicking the label element results in the click function being called > twice. > > Known? Unknown? Workaround? > > Using jquery 1.2.1 > > > > --Mike N. > -- Yılmaz Uğurlu ~ jabber : [EMAIL PROTECTED] ~ http://www.2nci.com ~ İzmir

[jQuery] Re: calling ajax with url parameter

2007-12-18 Thread Yılmaz Uğurlu
e passed in format: {'a' : > > > value, 'b': value} > > > > > My question, can I get the href part or specifically only the > > > parameter (only 'a=1&b=2') and passing it and in my process.php I can > > > access it just like $_POST variables ( $_POST['a'] and > > > $_POST['b'] ) ? what jQuery function do I need to do that? what I'm > > > thinking is something like $('#result').load('process.php', > > > extract(getparameter(url))); > > > > > I hope my question is clear enough :) any help is appreciated. > > > > > Thanks. > > > Dimm > -- Yılmaz Uğurlu ~ jabber : [EMAIL PROTECTED] ~ http://www.2nci.com ~ İzmir

[jQuery] Re: Escape HTML Entities

2007-12-12 Thread Yılmaz Uğurlu
ties.php but when i apply such html > > entity converter my results turn into: > > > > * vällkommen > > > > which is near what i want it to be, but still no caps and i want it > > just to be > > > > * Vällkommen > > > > > >

[jQuery] Re: Performance of jquery

2007-12-12 Thread Yılmaz Uğurlu
want you to trust my judgment that when I say it's spam/link bait > > it truly is. I would never censor any thread and would only request this > > if I truly felt that it was someone trolling the list. > > > > Rey... > > > > Rick Faircloth wrote: > > > Sorry,

[jQuery] Re: jqModal: how to get the attribute of the trigger link?

2007-12-08 Thread Yılmaz Uğurlu
rigger: > 'a.jqModal'}); > > does not make the ajax call work. > > > Any idea how i can make it work? jqModal is a wonderful plugin i would > hate to have to use thickbox again. > > thanks, > > Alexandre > > -- Yılmaz Uğurlu ~ jabber : [EMAIL PROTECTED] ~ http://www.2nci.com ~ İzmir

[jQuery] Re: calling ajax with url parameter

2007-12-04 Thread Yılmaz Uğurlu
> $_POST['b'] ) ? what jQuery function do I need to do that? what I'm > thinking is something like $('#result').load('process.php', > extract(getparameter(url))); > > I hope my question is clear enough :) any help is appreciated. > > Thanks. > Dimm > -- Yılmaz Uğurlu ~ jabber : [EMAIL PROTECTED] ~ http://www.2nci.com ~ İzmir