[jQuery] Re: "Feed" history/remote

2008-02-13 Thread frizzle
Ok, too bad. Maybe it can lead me into the right direction, by digging into your script... It seems to be the best support for history in Ajax yet... Thanks, Frizzle. On Feb 12, 11:22 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Hi Frizzle, I'm sorry to say that stuff like that is

[jQuery] "Feed" history/remote

2008-02-12 Thread frizzle
e to look for a certain ID or title in the document. I'm trying to find a decent way to keep history intact, but not reload the entire page.. Hope it's kinda clear. Thanks, Frizzle.

[jQuery] Re: Hash as URL

2008-02-12 Thread frizzle
Anyone? Could it maybe be possible to adjust History/Remote to do this? Thanks, Frizzle. On Feb 11, 1:26 pm, frizzle <[EMAIL PROTECTED]> wrote: > Thanks for your reply oliver. > No offence, but i kinda was heading this way, until i realized that it > wouldn't solve my

[jQuery] Re: Hash as URL

2008-02-11 Thread frizzle
Thanks for your reply oliver. No offence, but i kinda was heading this way, until i realized that it wouldn't solve my back/forward buttons problem, since the event would only be called by a click on a link... (Though your approach looks a lot better then mine...) Thanks, Frizzle. On Feb

[jQuery] Hash as URL

2008-02-10 Thread frizzle
)); }); It works when someone goes to the page with a defined hash, or if you refresh the page with a certain hash, but just by clicking the links and back/forward in the browser it won't work. The script doesn't get fired again.. I hope this is clear. Thanks, Frizzle.

[jQuery] Re: Grabbing hash mark

2008-02-10 Thread frizzle
Thanks a lot. I needed your first solution, my bad for not being clear enough. In the meanwhile i found location.hash.substring(1) elsewhere... Thanks again for your answers... Frizzle. On Feb 10, 4:39 pm, Ryura <[EMAIL PROTECTED]> wrote: > Oh, it occurred to me you might have

[jQuery] Grabbing hash mark

2008-02-10 Thread frizzle
Hi there, I was wondering how to grab the contents of everything behind the hash mark ( # ) in a URL. I could not find it on the Jquery site... Thanks, Frizzle.

[jQuery] Re: Fire history/remote from actual DIV

2008-02-06 Thread frizzle
ages... Thanks again Klaus, Frizzle. On Feb 6, 4:01 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On Feb 6, 1:59 pm, frizzle <[EMAIL PROTECTED]> wrote: > > > Hi Klaus, > > > Thanks for your reply, the links are "re-indexed", > > too bad the back/fo

[jQuery] Re: Fire history/remote from actual DIV

2008-02-06 Thread frizzle
Hi Klaus, Thanks for your reply, the links are "re-indexed", too bad the back/forward of the browser is broken now... Could this be, because the links with the appropriate title that's requested in the URL isn't actually on the page anymore... ? Thanks, Frizzle. On Feb 6, 1

[jQuery] Fire history/remote from actual DIV

2008-02-05 Thread frizzle
don't work anymore. I reckon that has something to do with the links not being "indexed"already, but my knowledge in JS is very little, so please bear with me How could I solve this? Thanks, Frizzle.

[jQuery] Re: Jeditable across td's

2008-02-01 Thread frizzle
Ok, thank you for your tip! I'll look at it. I'm very new to JQuery, and lack a programming background, that's why i appreaciate the groups so much! On Feb 1, 10:23 am, Mika Tuupola <[EMAIL PROTECTED]> wrote: > On Jan 31, 2008, at 3:01 PM, frizzle wrote: > > > I

[jQuery] Jeditable across td's

2008-01-31 Thread frizzle
owing code doesn't work anymore: $(".edit").editable("file.php", { event : "edit" }); $(".edit_trigger").bind("click", function() { $(this).prev().trigger("edit"); }); My table roughly looks like this: test_in_testdir Edit me!! Thanks, Frizzle.

[jQuery] Re: Change Jeditable trigger

2008-01-29 Thread frizzle
I noticed that if the trigger is in a different TD than the DIV itself, Mika's method won't work, am i correct? On Jan 24, 1:58 pm, frizzle <[EMAIL PROTECTED]> wrote: > On Jan 24, 12:39 pm, frizzle <[EMAIL PROTECTED]> wrote: > > > > > On Jan 24, 11:59 am

[jQuery] Validation for Jeditable

2008-01-29 Thread frizzle
Hi all, I wonder how i could add validation to a normal textarea-Jeditable field. I want to have the validation server-side, so if invalid data is entered the server sends back some kind of message. I hope this kind of makes sense, and that someone can get me started on this... Thanks, Frizzle.

[jQuery] Re: Back Button Clears Form

2008-01-27 Thread frizzle
Maybe slightly off-topic, but do you know a way to succesfully use History/Remote while firing the events with links that are actually inside the DIV which content's gets replaced? Haven't been able sofar to find the answer... Thanks, Frizzle. On 25 jan, 20:57, cfdvlpr <[EM

[jQuery] Re: Change Jeditable trigger

2008-01-24 Thread frizzle
On Jan 24, 12:39 pm, frizzle <[EMAIL PROTECTED]> wrote: > On Jan 24, 11:59 am, Mika Tuupola <[EMAIL PROTECTED]> wrote: > > > > > On Jan 23, 2008, at 11:50 PM, frizzle wrote: > > > > Hi there, > > > > Imagine i have a DIV with editable cont

[jQuery] Re: Change Jeditable trigger

2008-01-24 Thread frizzle
On Jan 24, 11:59 am, Mika Tuupola <[EMAIL PROTECTED]> wrote: > On Jan 23, 2008, at 11:50 PM, frizzle wrote: > > > > > Hi there, > > > Imagine i have a DIV with editable content (with Jeditable), but i > > want the trigger for that to be a link behind the di

[jQuery] Change Jeditable trigger

2008-01-23 Thread frizzle
help will be greatly appreciated! Frizzle.

[jQuery] Fire Remote/History from div

2008-01-23 Thread frizzle
rectly call the hash - like - it works to load new-page.html in Firefox, but in IE7 the navigation is broken. I hope this kind of makes sense, and that someone can help me. Thanks, frizzle.

[jQuery] Re: Jeditable + if error

2008-01-21 Thread frizzle
Please, anyone? On Jan 14, 6:59 pm, frizzle <[EMAIL PROTECTED]> wrote: > Hi there, > > I've recently discovered jQuery and especially Jeditable. It's very > good, only i wonder how on earth can i add an error message if PHP has > validated the input and doesn

[jQuery] Jeditable + if error

2008-01-14 Thread frizzle
t field or change the CSS of the text field with some explanation of the error. I hope it's kinda clear... Thanks, Frizzle.

[jQuery] Load external content

2008-01-13 Thread frizzle
lled from an external page. I hope this sounds as if it makes sense. Thanks in advance! Frizzle.