[jQuery] Re: Please help me..Its Urgent

2009-10-23 Thread sreehari ojili
why don't u include jquery.js in the project it self.. dowload from Jquery and include it in project. -Sreehari Ojili. On Fri, Oct 23, 2009 at 10:37 AM, jishnu123 wrote: > > > > > Hai friends, > >In my project i have implement jQuery using auto complete > and some other UI

[jQuery] Re: Please help me

2009-03-17 Thread Karl Swedberg
This should get you started: http://www.learningjquery.com/ http://www.jqueryfordesigners.com/ http://docs.jquery.com/Tutorials http://net.tutsplus.com/category/tutorials/javascript-ajax/ --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 17, 2009, at 3:30

[jQuery] Re: Please help me SPEED UP my dev. MySQL => PHP => JSON => AJAX => jQueryUI

2009-03-14 Thread dani
Big thanks to both of you!

[jQuery] Re: Please help me SPEED UP my dev. MySQL => PHP => JSON => AJAX => jQueryUI

2009-03-14 Thread Mat Schaffer
On Mar 14, 2009, at 4:38 AM, dani wrote: > Before taking on a challenging task, please give me some ideas to > speed up my development! > > Just as the topic is saying, I will primarily be doing: MySQL => PHP > => JSON => AJAX => jQueryUI > > I used to work with CakePHP but I have little experienc

[jQuery] Re: Please help me SPEED UP my dev. MySQL => PHP => JSON => AJAX => jQueryUI

2009-03-14 Thread Josh Powell
No, JSON is the correct route. If you are using ajax to retrieve json, then you can pull the json into a javascript object immediately. If you are using PHP to generate pages, then you can print out the JSON object as a string directly into javascript and create javascript objects that way. jQu

[jQuery] Re: Please, help me convert this flash menu into a jQuery menu?

2009-02-28 Thread 123gotoandplay
hi ricardo, tx, for the example and the code. the thing i have a problem with is the submenu part. Please click on second or third button to see what i mean - i need to dropdown the button beneath - slide the submenu in regards On 27 feb, 20:52, ricardobeat wrote: > You can do that with pur

[jQuery] Re: Please, help me convert this flash menu into a jQuery menu?

2009-02-27 Thread ricardobeat
You can do that with pure CSS: http://jsbin.com/eyivu http://jsbin.com/eyivu/edit with jQuery: $('#menu li a').hover(function(){ $(this).stop() .css({ backgroundColor: '#C66' }) .animate({ marginLeft: '+=5px' }, 200); }, function(){ $(this).stop() .css({ backgroundColor:

[jQuery] Re: please help me for the performance

2009-02-09 Thread Stephan Veigl
Hi David, use a reasonable speed e.g. 50ms = 20fps (instead of 1ms) should make the animation smoother and reduce computation time. you could also try to use background images instead of , but that may be not suitable for your application. by(e) Stephan 2009/2/8 David .Wu : > > I think so, bu

[jQuery] Re: please help me for the performance

2009-02-08 Thread David .Wu
I think so, but it's the requirement, so maybe there is another way to achieve it, I still figure on it. On 2月7日, 下午3時23分, jQuery Lover wrote: > Removing image reflection might improve performance... > > > Read jQuery HowTo Resource - http://jquery-howto.blogspot.com > > On Sat, Feb 7, 20

[jQuery] Re: please help me for the performance

2009-02-06 Thread jQuery Lover
Removing image reflection might improve performance... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Feb 7, 2009 at 2:58 AM, David .Wu wrote: > > url: http://chan.idv.tw:90/test/marquee/marquee.html > rar: http://chan.idv.tw:90/test/marquee/marquee.rar > > Hi, t

[jQuery] Re: Please help me on a .lt method

2008-12-30 Thread Samuel
Thanks all the same。 I've got it solved. Actually the problem is that .lt and .gt were removed from the newly released jquery. Thanks. On Wed, Dec 31, 2008 at 1:10 PM, Kean wrote: > > Make a demo page or a html page. > > Some common mistakes > > 1. Did you include jQuery? > 2. Did you write som

[jQuery] Re: Please help me on a .lt method

2008-12-30 Thread Samuel
Hi Karl, Thanks very much for your quick helps. Feel very nice to hear from you. You write a very nice book. I can write some simple codes after reading your books for only a week. I'm reading the seventh chapter now. Actually I'm going to release a website for our Chinese learning English Vocab

[jQuery] Re: Please help me on a .lt method

2008-12-30 Thread Karl Swedberg
Hi Samuel, Sorry about the problems you're having with the code. The .lt() and .gt() methods were removed from jQuery shortly after the book was published. In their place, you can use the :lt() and :gt() selectors or the .slice() method. The .slice() method is quite versatile, and takes e

[jQuery] Re: Please help me on a .lt method

2008-12-30 Thread Kean
Make a demo page or a html page. Some common mistakes 1. Did you include jQuery? 2. Did you write something like var $table =$('table') before using $table.find() ? On Dec 30, 7:30 pm, Samuel Wu wrote: > Hi, everyone > > I started writing jquery from last week with the help from a very good

[jQuery] Re: Please help me to find my mistakes on below code

2008-12-23 Thread bookme
Hi, I have solve this issue by replacing ajaxStart by onclick event and ajaxStart by complete: ajax request but can not solve using ajaxStart and ajaxStop On Dec 22, 8:03 pm, bookme wrote: > Hi, > > I am trying to solve ajaxStart and ajaxStop issue from last 3 days but > can not solve...can som

[jQuery] Re: Please help me improve my glassbox plugin

2008-12-13 Thread ShiwawaRaider
ok I have load my example to geocities, please take a look there also I found problem with the top-padding of top right icons that I don't found on my machine.. -_-' http://www.geocities.com/blackzabaha/ sorry for very big blackground image, it may take so long time to load, but I like it :) On

[jQuery] Re: Please help me improve my glassbox plugin

2008-12-13 Thread Mike Alsup
> Please a look at simple example > herehttp://www.2shared.com/file/4448827/d6437194/web.html > if it cool enough to be qualified as a plugin, I will contributed the > finished source. You'll have better luck with feedback if you post a link to a demo page.

[jQuery] Re: Please help me correct this

2008-01-11 Thread Lionel Martelly
"" . $error . ""; } exit; } - Original Message - From: "Mike Alsup" <[EMAIL PROTECTED]> To: Sent: Friday, January 11, 2008 1:31 PM Subject: [jQuery] Re: Please help me correct this > >> I am new to jquery. After a lot of trial and err

[jQuery] Re: Please help me correct this

2008-01-11 Thread Mike Alsup
> I am new to jquery. After a lot of trial and errors, I managed to > accomplish what I wanted: beforesubmitting to a form, I check for php > errors and then I display them in a div above the submit button. Works > great. But the problem that I am having, if there are no errors, the > form submits