21, 5:50 pm, bingo <[EMAIL PROTECTED]> wrote:
> hi,
>
> I have collected some common reasons which causes JS to crash in
> IE7.http://groups.google.com/group/jquery-en/browse_thread/thread/f1eab9b...
>
> Generally, I try to make sure my JS is working fine in FF and once
>
and check for any mistake
(reported in my blog). I would say 95% of the time, these are the five
mistake that make my JS to break in IE
Regards,
bingo
On Dec 21, 1:25 pm, Shawn <[EMAIL PROTECTED]> wrote:
> When I run into these "works in FF but not IE" issues, I plop my code
hi Giovanni,
have you tried $a = $('a').appendTo($element).
I guess this should also work perfectly in both IE and FF
On Dec 10, 9:49 am, Giovanni Battista Lenoci <[EMAIL PROTECTED]>
wrote:
> It seems that on certain elements, this syntax is preferred by IE
>
> $a = $('').appendTo($element);
>
hi
you can do it this way
$document({
$("div#mydiv").html("No of Users: " + "");
})
On Nov 30, 12:55 am, Action <[EMAIL PROTECTED]> wrote:
> On Nov 29, 8:02 pm, Wizzud <[EMAIL PROTECTED]> wrote:
>
>
>
> > For example ... ?
>
> > On Nov 29, 9:34 pm, Action <[EMAIL PROTECTED]> wrote:
>
> > >
hi Austin,
I am not sure what's the problem..but make sure you are not making any
of these mistakes (listed in the blog)
http://ragrawal.wordpress.com/2007/10/25/top-5-reasons-why-ie7-is-complaining-about-your-javascript/
Regards
On Nov 24, 3:52 pm, Austin Pickett <[EMAIL PROTECTED]> wrote:
> A
hi Chris,
sometimes IE7 fails to load javascript if your webpage contains
"
hi
This problem comes and go...but I haven't found a good solution to
solve it..checkout this page
http://findnwrite.com/memento/reports/view/report:71
see the bottom section that list articles..what's happing is I first
render the top section of the page and then using ajax call in
document.re
hi,
this is first I am starting to use json and wondering how I can check
whether a field is defined or not
I am using form plugin to submit my form though ajax. On the server,
depending on result, I set either success or failed field and pass the
json data to client..now I want to which field is
Glen sent me a link, separately in an email..and it does exactly what
I needed...checkout example with option of sticky.
http://examples.learningjquery.com/62/demo/index.html#features
Great work ( i wasn't able to find the name of the developer of
clueTip)
Ritesh
On Jun 28, 1:14 pm,
?)
>10. Babysit my kids
>
> Are the the kinds of ideas you mean?
>
> Glen
>
> On 6/28/07, bingo <[EMAIL PROTECTED]> wrote:
>
>
>
> > hi,
>
> > I am trying to develop a plugin that extends jtip. So you see a new
> > floating div on mous
hi,
I am trying to develop a plugin that extends jtip. So you see a new
floating div on mouse over but you can also click on links and buttons
available in the new floating box. But if you are mouse is neither on
the original link or within the floating box, then hide the floating
box. I think t
Hi brandags,
I eventually ended up check for browsers and initializing scripts only
if it IE. For me, IE7 works well and as desired and the problem is
with firefox.
bingo
On May 30, 3:47 pm, brandags <[EMAIL PROTECTED]> wrote:
> I'm having the exact same problem.
> I secti
hi..
I tried some debugging and found that IE7 is not having any problem
with it..the problem is with firefoxthis definitely shows that
there is some bug in Jquery itself
Regards,
bingo
On May 27, 8:25 pm, bingo <[EMAIL PROTECTED]> wrote:
> hi,
>
> I have a webpage (say
a way to avoid calling a function twice
I want to keep $(document).ready in both the pages as, sometime the
webpage2 can be directly called..
Please help me with this
Regards,
bingo
r approach seems cleaner and without bug..I think I will go with
yours..
Thanks
On May 20, 9:50 pm, "Richard Worth" <[EMAIL PROTECTED]> wrote:
> On 5/20/07, bingo <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > jQuery.fn.customLoad = func
with a bit of work, you may
> be able to use it.
> Check out the code athttp://www.reach1to1.com/sandbox/jquery/jqchart/
> The base library that the chart uses could be used to create what you want.
> Regards
> Ashutosh
>
> On 5/18/07, bingo <[EMAIL PROTECTED]> wrote:
hi
there are some other star ratings that provide option to for half
star. You might want to look into that code and modify this star
plugin. Personally, I want to do that but that's currently low on my
priority
regards,
Ritesh
On May 17, 10:35 am, Kim Johnson <[EMAIL PROTECTED]> wrote:
> I per
Hi,
I am wondering has any ever tried building a canvas library based on
jQuery. I don't mean to say line/bar graph but canvas graph like yahoo
pipes where you can create new boxes and link them through lines.
Please let me know if there is one that I can easily integrate with my
project
Regards
Hi Scott,
I think this will work...but the problem is some of the libraries that
I am using do not provide callback functionality..but definitely for
most ajax stuff this will work..
Regards,
bingo
On May 3, 7:40 am, Scott Sauyet <[EMAIL PROTECTED]> wrote:
> bingo wrote:
> >
do this. I know you can use ajaxStart and ajaxStop,
but not sure how to make efficient use of them.
Looking forward for some ideas and suggestions.
Regards,
bingo
> > loaded, but to a common ancestor element:
> > $(document).ready(function() {
> >$('body').click(function(e) {
> > if ($(e.target).is('h3')) {
> > $(e.target).toggleClass('highlighted');
> > }
> >});
> >
ument).ready(function(){
$("span.loadContent").loadContent();
});
It was important to remove loadContent class to avoid attaching double
click event to span tag..
Can some evaluate my code and give me suggestions.
Regards,
Ritesh
On Apr 1, 8:19 am, "bingo" <[EMAIL PROTECTE
get the url from in:
> url = $(this).attr('href');
>
> as the span doesn't have a href attrib.
>
> On 4/1/07, bingo <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Hi,
>
> > I am having some trouble with ajax and jquery...
>
> >
hi,
I am using jquery and CakePHP for my bibliography management
website..you can access it here..www.geovista.psu.edu/memento..
you can try username/password as demo/demo
Regards,
Ritesh
On Feb 9, 10:42 am, [EMAIL PROTECTED] (Andy Matthews) wrote:
> Just curious...how are you guys finding out
Hi,
I am having some trouble with ajax and jquery...
I have my default webpage template and in that I have defined my
javascript as shown below
$(document).ready(function(){
$('.loadContent').click(function(){
url = $(this).attr('href');
$("div#content").
25 matches
Mail list logo