[jQuery] Can I use external domain with jQuery media plugin ?

2010-02-15 Thread Sourabh
Hello it is about jQuery media plugin (http://malsup.com/jquery/media/ misc.html) Can I use a id=mike class=media {type: 'html'} href=http:// www.google.co.in This to load EXTERNAL DOMAIN html page in an iframe that media plugin I create. When I tried above code it did not work.Do I need

[jQuery] Site

2010-02-13 Thread sourabh sharma
://.avideogame.com Twitter: http://www.twitter.com/avideogame Thanks Sourabh Sharma

Re: [jQuery] Site

2010-02-13 Thread sourabh sharma
* If you are unable to load any pages, check your computer's network connection. * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web. fail. On Sat, Feb 13, 2010 at 10:48 AM, sourabh

Re: [jQuery] My first clip

2010-01-27 Thread sourabh sharma
great sourabh www.avideogame.com On Thu, Jan 28, 2010 at 9:41 AM, Nathan Klatt n8kl...@gmail.com wrote: On Wed, Jan 27, 2010 at 7:54 PM, Tiffany scallionlisena...@gmail.com wrote: Hi to all. I'm Tiffa , and I have create my small first erotic movie. Is it looks fun? Beginning of the end?

Re: [jQuery] multiple file upload

2010-01-26 Thread sourabh sharma
thats good news Thanks Sourabh Sharma www.avideogame.com On Tue, Jan 26, 2010 at 5:02 PM, andreea oschanitzky andreea.oschanit...@gmail.com wrote: Hei! Thanks for your swift answer. In java to get the entire local path, i found out there is a deprecated method request.getRealPath

Re: [jQuery] Re: Internet Explorer line 1 char 1 code 0

2010-01-25 Thread sourabh sharma
You are right Thanks Sourabh http://www.avideogame.com On Mon, Jan 25, 2010 at 8:36 PM, Toktik toktik...@gmail.com wrote: No error which can call this type error. On Jan 25, 6:56 pm, MorningZ morni...@gmail.com wrote: Typically bad HTML leads to that take your URL or the view

Re: [jQuery] Combine jquery.jeditable.js with jquery.autocomplete.js

2010-01-25 Thread sourabh sharma
Hi Antonio, Please try autocomplete from below URL. If you are not able to do that then please let me know http://www.pengoworks.com/workshop/jquery/autocomplete.htm Thanks Sourabh Sharma www.avideogame.com On Mon, Jan 25, 2010 at 8:51 PM, Antonio antonio.pie...@gmail.com wrote: Hi

Re: [jQuery] multiple file upload

2010-01-25 Thread sourabh sharma
Actually when we uploading the file at that time we are getting the name of the file as well as tmp name of the file. So as per my knowledge we can only get the name of the file. I am not sure we will get the exact path of the file Thanks Sourabh Sharma www.avideogame.com On Mon, Jan 25, 2010

Re: [jQuery] Block UI Don't Send Error Message

2010-01-25 Thread sourabh sharma
Hi, I think you have to define all the variable which you are using in the script. Please define the variable as var a; var b; Don't use directly variable and also share the code for more cleareance. Thanks Sourabh Sharma www.avideogame.com On Mon, Jan 25, 2010 at 9:12 PM, OneSysIns onesys

[jQuery] find() not working in Firefox

2009-07-24 Thread Sourabh
).find(p:contains('When the day is short find that which matters to you or stop believing')).replaceWith( 'spanchota/ span' ); }); /script /head body p When the day is spanshort/span find that which bmatters/b to you or stop believing /p /body /html Thanks in advance Sourabh

[jQuery] Re: find() not working in Firefox

2009-07-24 Thread Sourabh
recommend it. Anyway, why would you want to do this, and how would you manage to get the exact text that's going to be in the paragraph into the JavaScript ? If you have to edit the page to do that, why not just edit the paragraph itself ? L Sourabh wrote: Hello all, Below code works

[jQuery] Re: traverse complete DOM of a webpage

2009-06-03 Thread Sourabh
Thanks this solved my problem :) On May 21, 6:57 am, RobG rg...@iinet.net.au wrote: On May 20, 8:35 pm, Sourabh sourabhmkulka...@gmail.com wrote: Hi I am new to jQuery.I have a problem where I want to traverse through DOM.For example a complete webpage.Is there any jQuery way

[jQuery] traverse complete DOM of a webpage

2009-05-20 Thread Sourabh
Hi I am new to jQuery.I have a problem where I want to traverse through DOM.For example a complete webpage.Is there any jQuery way to traverse complete DOM of the current page where the jQuery script resides ? Thanks in advance. - Sourabh