[jQuery] Combining other plugins with Intercept

2008-06-17 Thread Lion29
Hello! I have recently discovered the beauty of event delegation and the best option for me was Intercept plugin. It is cool to bind only once certain events and then you are care- free. But now I have more needs. I would like to "permanently" set some other behaviours to some kind of elements:

[jQuery] Re: Author of UI-Tabs Plug-in?

2008-02-04 Thread Lion29
@Klaus: On Feb 3, 7:42 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On Feb 2, 2:58 pm, Lion29 <[EMAIL PROTECTED]> wrote: > > > 1. Right now thetabsfunction that upon every ajax load the new > > content is ADDED to the DOM (even if the new loaded content is in &g

[jQuery] Re: Author of UI-Tabs Plug-in?

2008-02-02 Thread Lion29
@Klaus firstly I would like to say... GOOD work. Your tabs plugin is one of the best out there. But I would need (I am sure there are a lot out there like me) two more functionalities for the plugin to be perfect... 1. Right now the tabs function that upon every ajax load the new content is ADDE

[jQuery] Re: $.load() not working as it should after submitting a form

2007-05-12 Thread Lion29
Actually I figured it out :) it was a problem with a js script on my form (farbtastic) I am now using getScript and it all works great ;) htnaks for your time!

[jQuery] $.load() not working as it should after submitting a form

2007-05-12 Thread Lion29
Hello! I have a problem with dynamically loaded pages. If I load a page into a div like this: $('#my_content').load(page, null, function(){ top.console.debug('LOADED ADD FORM'); $('#OrderAddForm').submit(function(){ formSubmit(this.id, 'Shranjujem naročilo');