[jQuery] Plugin Best practices?

2009-05-21 Thread Donkeybob
I use three or four jquery plugins for a site. What's the best practice in loading all of these files and how much does it slow down an app? Do you reference them from another file to keep the page code clean? Just a couple of questions to find out about . . . . Thanks, Rich

[jQuery] Re: how to include JQuery from a page loaded by AJAX?

2009-02-11 Thread Donkeybob
and also . . .do you have the jquery.js file linked in the new page? On Feb 11, 1:22 pm, Donkeybob rip...@gmail.com wrote: when you say loaded by AJAX . . . .are you using another javascript framework to call this other page? if you have any other functions could something be conflicting

[jQuery] Re: how to include JQuery from a page loaded by AJAX?

2009-02-11 Thread Donkeybob
when you say loaded by AJAX . . . .are you using another javascript framework to call this other page? if you have any other functions could something be conflicting with the jquery? . . .could you post your code that calls the page? On Feb 11, 12:04 pm, Davis ywk...@gmail.com wrote: Hello, I

[jQuery] Re: wanna implement some of facebook feature

2008-10-09 Thread Donkeybob
just by using the ole' google, i found these links: http://www.appelsiini.net/projects/jeditable http://davehauenstein.com/code/jquery-edit-in-place/ I haven't tried these but they should help a little. On Oct 9, 9:49 am, Davis [EMAIL PROTECTED] wrote: hi, just would like to know if any

[jQuery] Re: dealing with multiple forms having same id

2008-10-01 Thread Donkeybob
to an element. The value of this attribute must be unique within a document. http://www.w3.org/TR/xhtml2/mod-core.html#adef_core_id - On Sep 29, 3:03 pm, Amardeep [EMAIL PROTECTED] wrote: HI Donkeybob can u please

[jQuery] Re: dealing with multiple forms having same id

2008-09-29 Thread Donkeybob
as far as I know . . multiple id's is not allowed and would make your page invalid. On Sep 29, 11:40 am, ♫ cheskonov [EMAIL PROTECTED] wrote: Hi, i am a new customer in jQuery so the following may sound stupid .. the problem i am facing is as bellow: I am working in a site where i am dealing