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
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
Big thanks to both of you!
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
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
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
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:
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
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
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
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
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
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
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
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
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
> 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.
"" . $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
> 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
19 matches
Mail list logo