[jQuery] getJSON data problem for getting youtube json data

2008-03-07 Thread Saidur
t=json&callback=?"; $.getJSON(url,fucntion (data){ // parse json data alert ('json data get'); }); This time i do not get error . But i do not get the call back So how can i get the json data problem Thanks Saidur Rahman

[jQuery] Re: Why is removeAttr necessary? (Instead of overwriting with attr)

2007-12-09 Thread Saidur
Hi Karl , I am also think that kim may be change the subject topic. Also my intention is to get your comments about the jquery youtube plugin and make it more powerful. However i think this thread create confuse for new come so agin i post the message . Thanks Saidur On Dec 10, 5:12 am, Karl

[jQuery] youtube jquery plugin

2007-12-09 Thread Saidur
Hi, I repost the "jquery plugin youtube" .As because some conflict with post message in the previous thread. I just want to announce you about the jquery youtube plugin.You can check it out here : http://saidur.wordpress.com/2007/12/03/jquery-youtube-beta-plugin/. Or if you want to see the deta

[jQuery] Re: Why is removeAttr necessary? (Instead of overwriting with attr)

2007-12-09 Thread Saidur
Hi I just give a sample html example for the jquery youtube plugin . http://www.w3.org/1999/xhtml"; > jQuery Youtube plugin $(function(){ $('#video').youtube({ type: 'search', keyword: 'fun' }); }); On Dec 9, 8:41 pm

[jQuery] Re: Why is removeAttr necessary? (Instead of overwriting with attr)

2007-12-09 Thread Saidur
Hi kim why you change the discusson subject. On Dec 9, 3:30 pm, Kim Johnson <[EMAIL PROTECTED]> wrote: > Hi folks, > > I just spent the last hour trying to figure out why a > piece of jquery wasn't working, and finally tracked it > down to inaccurately assuming you could overwrite an > attribute

[jQuery] jquery youtube plugin

2007-12-09 Thread Saidur
s.com/2007/12/03/jquery-youtube-beta-plugin/. Or if you want to see the details then you can look at : http://bijon.rightbrainsolution.com/youtube/tube.html Thanks Saidur

[jQuery] Re: jquery youtube plugin

2007-12-09 Thread Saidur
On Dec 9, 10:41 am, Saidur <[EMAIL PROTECTED]> wrote: > Hi, > > I have done a project where i have to do work with youtube. I just > play with some jquery plugin and finally i write a youtube plugin for > jquery. It's just alpha version. I will update after getting y

[jQuery] Re: Why is removeAttr necessary? (Instead of overwriting with attr)

2007-12-09 Thread Saidur
Hi kim , I think may be you post the message in wrong place. On Dec 9, 3:30 pm, Kim Johnson <[EMAIL PROTECTED]> wrote: > Hi folks, > > I just spent the last hour trying to figure out why a > piece of jquery wasn't working, and finally tracked it > down to inaccurately assuming you could overwrite

[jQuery] jquery youtube plugin

2007-12-08 Thread Saidur
s.com/2007/12/03/jquery-youtube-beta-plugin/. Or if you want to see the details then you can look at : http://bijon.rightbrainsolution.com/youtube/video.html Thanks Saidur

[jQuery] Re: My jquery-Project

2007-11-20 Thread Saidur
Hi, This is a very cool project. Well is tube search is a plugin? Is it open source or can i get your code. I want to do same application for my project. So if you give help me then i will use the jquery plugin . Thanks Saidur Rahman Web application developer Right Brain Solution Limited On

[jQuery] Dynamically Highlighted table rows

2007-10-05 Thread Saidur
for doing this ? Thanks Saidur Rahman

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread Saidur
highlted price which are greater than 1000. Then how can i do it in your grid. Can you explain me ? Thanks Saidur Rahman reconstrukt wrote: > Hey all, > > I just released Just finished the initial release of my datagrid > plugin. I named her Ingrid. :) > > Features in this

[jQuery] Re: Help for super dummy newbie

2007-09-13 Thread Saidur
Hi , i am also a new bie. I am also looking for the tutorial. This is a very good tutorial . Can you add some ajax application here. And can you make a zip file to download all the example. Thanks Saidur On Sep 13, 8:14 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > I h

[jQuery] Re: jquery autocomplete plugin with php

2007-09-09 Thread Saidur
Thanks for the help. On Sep 8, 12:33 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Giovanni Battista Lenoci schrieb: > > > Saidur ha scritto: > >> Hello , > > >> I am a new bie in jquey. I need tutorial to work on jquery auto > >> complete plug

[jQuery] jquery autocomplete plugin with php

2007-09-07 Thread Saidur
Hello , I am a new bie in jquey. I need tutorial to work on jquery auto complete plugin with php . I need code. That i will test . Thanks