[jQuery] Re: select data in a ignoring the

2008-09-30 Thread pedramphp
If I do this with CLone then all my prossesing is with the clone but I need to have a selector in the Original one not in the Clone so changing and modifying the clone is not necessary ,the only way is get a Clone of THe Span Then Remove the Span and then get the content of the P do some changes o

[jQuery] Re: select data in a ignoring the

2008-09-29 Thread pedramphp
Dear sir my solution was wrong I could not work with the CLone of a ... so it's a dead case in your solution I will lose the content of the SPan !!! unless We store the content of the Span in a temp variable and then replace it again with it !! On Sep 28, 11:17 pm, "Mauricio \(Maujor\) Samy Silv

[jQuery] Re: select data in a ignoring the

2008-09-28 Thread pedramphp
Mike Alsup or karl I think you guys could help me on this !! thanks On Sep 28, 11:51 pm, [EMAIL PROTECTED] wrote: > I think You have an God Idea But I don't know how to do this with > Contents() > > On Sep 28, 11:31 pm, BB <[EMAIL PROTECTED]> wrote: > > > Have you read this? > > >http://groups.go

[jQuery] Re: select data in a ignoring the

2008-09-28 Thread pedramphp
I think You have an God Idea But I don't know how to do this with Contents() On Sep 28, 11:31 pm, BB <[EMAIL PROTECTED]> wrote: > Have you read this? > > http://groups.google.com/group/jquery-en/browse_thread/thread/f10ca88... > > On 28 Sep., 22:28, [EMAIL PROTECTED] wrote: > > > Dear sir my sol

[jQuery] Re: select data in a ignoring the

2008-09-28 Thread pedramphp
I think You have an God Idea But I don't know how to do this with Contents() On Sep 28, 11:31 pm, BB <[EMAIL PROTECTED]> wrote: > Have you read this? > > http://groups.google.com/group/jquery-en/browse_thread/thread/f10ca88... > > On 28 Sep., 22:28, [EMAIL PROTECTED] wrote: > > > Dear sir my sol

[jQuery] Re: select data in a ignoring the

2008-09-28 Thread pedramphp
I tested but it had two Problems 1- It Removes the Span so the solution us Make A CLONE from it 2- it Result is the Text in the Span which we don't need that so we have to put and End(). to return to the code in below works : I change the Code to this : var newP=$("p").clone();

[jQuery] Re: select data in a ignoring the

2008-09-28 Thread pedramphp
Dear MorningZ , I don't want to remove the Span I just want to filter the text before the Span ... Pedram On Sep 28, 10:22 pm, MorningZ <[EMAIL PROTECTED]> wrote: > this is TOTALLY untested, but should work > $("p").click(function() { >       var txt =$(this).html(); >       txt = $(txt).find("sp

[jQuery] select data in a ignoring the

2008-09-28 Thread pedramphp
Hi Guys, this is the Code which I am working on Data which I need to select and it hasn't an attribute Data in a Span Data which I need to select and it hasn't an attribute Data in a Span Data which I need to select and it hasn't an attribute Data in a Span How could F

[jQuery] Sortable treeview

2008-09-24 Thread pedramphp
Dear folks, does any one know how could we have a nested sortable treeview , as what jorn has did !! Regards Pedram

[jQuery] tree Sortable

2008-09-04 Thread pedramphp
Dear folk , how could we do some sortable jobs with tree s or is there any sortable which is developed and worked properly , I need a sortable which have some Branchs in it ... thanks and regards Pedram

[jQuery] Meta tag Keyword Upgrade with jQuery

2008-09-04 Thread pedramphp
Dear Folk, I've developed a website with ajax capabilities and bookmarkable supports history, I would like to give a specefic Meta tag to each page ... what is the solution ? there is two thing in my mind 1- upgrade the meta tag with jQuery when each pages loads ... for example $("meta[name=keyw

[jQuery] Re: form plugin and a progress bar

2008-09-04 Thread pedramphp
Dear andrea I have the same Problem If you found what to do please let me know On Thu, Sep 4, 2008 at 2:45 PM, andrea varnier <[EMAIL PROTECTED]>wrote: > > Hi :) > what I am trying to do is a file-upload form that uses ajax (and so > I'm using the form plugin) and that shows a progress bar while

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread pedramphp
fore more information on TranceMonkey pleasecheck http://ejohn.org/blog/tracemonkey/ On Thu, Sep 4, 2008 at 3:29 AM, <[EMAIL PROTECTED]> wrote: > I realized from this ParagraphJOhn said : "We already see TraceMonkey > (under development for about 2 months) performing better than V8 (under > deve

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread pedramphp
I realized from this ParagraphJOhn said : "We already see TraceMonkey (under development for about 2 months) performing better than V8 (under development for about 2 years)." maybe TranceMonkey it is going to be better that V8 but as you all know it has it's own problems right now john Said : "T

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread pedramphp
Yup John believes TraceMonkey is much better than v8 On Thu, Sep 4, 2008 at 2:11 AM, Dana Woodman <[EMAIL PROTECTED]> wrote: > So you're saying that since Jon "thinks" TraceMonkey is better than V8 > (despite the actual tests), than it must be? Or am I reading what you wrote > wrong? > > > On Sep

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread pedramphp
Dear folk ,for more information please check this Article which John Resig performed http://ejohn.org/blog/javascript-performance-rundown/ it says Chrome has been powered by V8 javascript engine , and JOhn and his partners are working with TraceMonkey and developing it , he believe it is much bette

[jQuery] Re: jquery ui demo site

2008-09-03 Thread pedramphp
Dear sir please search on google ImageFlow you could find some Plugin I'm afraid to say there is no JQery Plugin on this matter On Thu, Sep 4, 2008 at 12:36 AM, Bhaarat Sharma <[EMAIL PROTECTED]> wrote: > > Hi, > > I am wondering whether jquery ui demo site is written in jquery (would > be ironic

[jQuery] Re: New Google Browser announced

2008-09-03 Thread pedramphp
Dear folk ,for more information please check this Article which John Resig performed http://ejohn.org/blog/javascript-performance-rundown/ it says Chrome has been powered by V8 javascript engine , and JOhn and his partners are working with TraceMonkey and developing it , he believe it is much bette

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread pedramphp
I wonder how come google load pages half the time that firefox 3.0 does ... thats so interesting..right now I use firefox for its firebug and plugins and I use safari 3 because it takes small memory... it is amazing that CHrone has 3% of hits in the internet

[jQuery] Re: Transfer effect in UI

2008-08-28 Thread pedramphp
ok thank then I'll use it ... thanks for your Idea On Thu, Aug 28, 2008 at 6:15 PM, Richard D. Worth <[EMAIL PROTECTED]> wrote: > Please note that there is a dedicated mailing list for jQuery UI: > > http://groups.google.com/group/jquery-ui > > Thanks for pointing out the issue. It looks like an

[jQuery] Firfox 3 and Firefox 2

2008-08-28 Thread pedramphp
Dear folk , how could I run firefox 2 and firefox 3 at the same time ... is there any installation for both . or any trick.. or is there anything like IE Tester

[jQuery] Re: Transfer effect in UI

2008-08-28 Thread pedramphp
Dear Karl we need your help... On Aug 28, 4:12 pm, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > I can confirm this. The Transfer effect doesn't work in Safari 3 for the PC. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of [EMAIL PROTECTE

[jQuery] Re: Transfer effect in UI

2008-08-28 Thread pedramphp
Dear Karl we need your help... On Aug 28, 4:12 pm, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > I can confirm this. The Transfer effect doesn't work in Safari 3 for the PC. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of [EMAIL PROTECTE

[jQuery] Re: moving Div to a Div

2008-08-28 Thread pedramphp
Dear Richard , I think Transfer is good for me . but the sample in UI http://ui.jquery.com/repository/latest/demos/functional/#ui.effects.general it seems not to work on safari 3

[jQuery] Transfer effect in UI

2008-08-28 Thread pedramphp
Dear folk , I tested the Transfer effect in http://ui.jquery.com/repository/latest/demos/functional/#ui.effects.general on Safari 3 , it doesn't work what is the problem ... I would like to use Transfer Effect Regards Pedram

[jQuery] moving Div to a Div

2008-08-28 Thread pedramphp
Dear FOlk , I have a shopping cart when I click on the ( Buy this ) Button the product will be added to the Basket , the think is I would like to move the Image into the shopping automatically without any dragging ... so I need to move one Div to another DIv with jQuery animation could we let the

[jQuery] Re: Drag and Drop for Shopping cart

2008-08-20 Thread pedramphp
Dear folk, Is any Draggable plugin avalable which is not related to The UI I need minified Draggable ... thanks Regards On Aug 7, 11:25 am, [EMAIL PROTECTED] wrote: > Dear sir, > Could You recommand another > linkhttp://dmxzone.com/showDetail.asp?TypeId=28&NewsId=14612 > for the use of the Credi

[jQuery] Re: Lighbox not working

2008-07-20 Thread pedramphp
You have sent me the old version of Lighbox I have used it in my current project without any problem .But I was fascinated that how could they upload a Plugin which doesn't support safar!!! On Jul 18, 10:58 pm, asle <[EMAIL PROTECTED]> wrote: > I can confirm this. The large image opens in the

[jQuery] Re: Lighbox not working

2008-07-18 Thread pedramphp
Yup I just test it , it works with other browsers but in safar 3.1.1 it doesn't work but the old version worked I'm talking about the Direct LInk http://www.balupton.com/sandbox/jquery_lightbox/ On Jul 18, 1:57 pm, Michael W <[EMAIL PROTECTED]> wrote: > I've actually used this lightbox an

[jQuery] Re: Cookie problem in Safari 3.1.1

2008-07-18 Thread pedramphp
Dear folk, I checked it , I ahve a serious problem with IE7 and 6 ... when I over load the Cookie some times ($.cookie('SortSize',PagingData.SortSize); ) I receive an Javascript error Invalid Argument and eventCache Error but I don't have any problem in the Other Browsers On Jul 18, 10:35 

[jQuery] Lighbox not working

2008-07-18 Thread pedramphp
Dear all , I've test the lastest release of Lighbox it doesn't seem to work .. has any body any idea about whats wrong with the Plugin by the way I've test it by Safari this is the Link http://www.balupton.com/sandbox/jquery_lightbox/ Regards Pedram

[jQuery] Progress bar related to Server

2008-07-18 Thread pedramphp
Dear all, I am using Progress Bar Plugin in jQuery , I was Wondering How could we relate this Static Progress bar to our Php server pages and it recognizes how much of the php file has been loaded as the same as gmail has done it for 3 month i think thanks Pedram

[jQuery] Re: Cookie problem in Safari 3.1.1

2008-07-18 Thread pedramphp
WOw you were right Modified my code setcookie("SortSize","0", time()+3600); to setcookie("SortSize","0"); Right now there is no problem but SOmetimes IE6 have some Runtime Error .. . by the Wat my windows is vista so I am Using IE Tester Instead of IE 6 it has IE5,6,7,8 built in but I am not

[jQuery] Cookie problem in Safari 3.1.1

2008-07-17 Thread pedramphp
Dear folks, My system is working with AJax and I need to save some of my data with Cookies as you all know I have to handle this with javascript cookie and Server Cookie both when I call the AJAX I change the Value of the Cookie then when the AJAX loads the Server PHP file it recognizes the Co

[jQuery] ClientSide Cookie or ServerSide Cookie

2008-07-15 Thread pedramphp
Dear Folks , I have to save some of the settings of my Users with the cookies , I've done this before with PHP Cookie Header .. right now I was Wondering If I could that with jQuery instead of PHP ... which one is Practical ... is there any Example for the jQUery cookie ... thanks Pedram

[jQuery] Re: Plugin better than Lighbox or Thickbox

2008-07-07 Thread pedramphp
it is much better than LightBox it has a nice Effect when it starts to get large and then shrink ... we don't have such a thing in Lightbox On Jul 7, 12:25 am, "Kevin Pepperman" <[EMAIL PROTECTED]> wrote: > That majicthumb script looks a lot like this one. > > http://vikjavev.no/highslide/

[jQuery] Re: jQuery History Plugin

2008-07-06 Thread pedramphp
Dear Ray , I'm patient about it ... On Jul 6, 4:09 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > Demanding that someone "do something about it" isn't the way to go about > asking for assistance, especially on the jQuery mailing list. If you're > in that urgent of a need, please feel free to try a

[jQuery] Plugin better than Lighbox or Thickbox

2008-07-06 Thread pedramphp
Dear folk, do we have such a plugin like below ... I have test the Demo version it is much more better from our Lightbox Plugin, the only problem it has is with AJAX , it can not support it please let me know if there is such an ability in our jQuery http://www.magictoolbox.com/magicthumb/

[jQuery] Re: jQuery History Plugin

2008-07-06 Thread pedramphp
But this is a serious Problem we all know that Gmail has this ability since 2 years ago and still we are stick in it ... this is very bad for some Programmers like us o something about it On Jul 6, 1:54 am, timothytoe <[EMAIL PROTECTED]> wrote: > I'm still waiting to find something reasonable. >

[jQuery] History Plugin Compatible with jQuery 1.2.6

2008-07-05 Thread pedramphp
Hi folks, I'm using JQuery in my project to handle AJAX events. Obviously I want my website to be bookmarkable. This Jquery plugin seems nice, however, upon further examination, some problems have been revealed. For instance if I manually enter the URL with hash value, then any AJAX link I click

[jQuery] Re: jQuery History Plugin

2008-07-05 Thread pedramphp
Did you find the History Plugin which You need I have the same Problem with Bookmarking On May 30, 6:11 pm, timothytoe <[EMAIL PROTECTED]> wrote: > Great. I'll keep my eyes peeled. > > On May 30, 7:55 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > > > On May 30, 1:35 am, timothytoe <[EMAIL PROTECTE

[jQuery] History Plugin Problem

2008-07-05 Thread pedramphp
Dear all JQuery Programmers , I am Stuck with this History Plugin ... I need to have the History ability ... my Website has alot of Links so we need to have the control of them by the History so I searched in google And I found this Plugin] http://www.stilbuero.de/jquery/ui_history/ and http://ww

[jQuery] History Plugin Problem

2008-07-05 Thread pedramphp
Dear all JQuery Programmers , I am Stuck with this History Plugin ... I need to have the History ability ... my Website has alot of Links so we need to have the control of them by the History so I searched in google And I found this Plugin] http://www.stilbuero.de/jquery/ui_history/ and http://ww

[jQuery] Innerfade +UI 1.5 problem

2008-06-12 Thread pedramphp
In would like to use some of the UI effects in my Innerfade Plugin I did as below ... but how could I manually Edit the Innerfade Plugin to add an Effect to it... I've checked it with slideLeft effect please help me on this < !-- SOME dATA --> // EXAMPLE ONE WORKS effect("#slideRi

[jQuery] innerfade uses the UI 1.5 with Jq 1.2.6 problem

2008-06-11 Thread pedramphp
In would like to use some of the UI effects in my Innerfade Plugin I did as below ... but how could I manually Edit the Innerfade Plugin to add an Effect to it... I've checked it with slideLeft effect please help me on this < !-- SOME dATA --> // EXAMPLE ONE WORKS effect("#slideR

[jQuery] Accordion Problem

2008-06-07 Thread pedramphp
I have Problem this Accordion ... te Pack or Min version of Accordion Doesn't work with 1.2.6 if some one has the right Min or Pack Code ,please send me the Link...

[jQuery] InnerFade Height Problem

2008-06-07 Thread pedramphp
In my Innerfade Plugin I have the Height problem it couldn't find the Height Automaically ... we should set the height manually if we don't it could not use it another Question is how Could we Import the Core.effect in UI 1.5 to the innerFade Plugin I did it and it couldn't recognize it

[jQuery] Re: Gmail Progress Bar

2008-06-07 Thread pedramphp
We need to do this progressBar just as google did what is inside their Codes what is the mystery On 6/6/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I checked this Progress Bar Long ago but this is a sample use of it > there is no Server LINK and Fetching data In it and there

[jQuery] getScript Problem

2008-06-07 Thread pedramphp
we need some triple javascript files to load with $.getScript in jQuery .. how could I do this if all the js files was loaded the A function get activated I need something like this $.getScript("test1.js,test2.js,test3.js,function(){ alert("Some thing Activate") }); but there isn't capabil

[jQuery] Re: Shadow jQUery

2008-06-06 Thread pedramphp
is there any Simple Example of the Shadow that we can Download it and Compatible with 1.2.6 On May 28, 8:21 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > The demo doesn't seem to work. Not sure. > > Glen > > On Wed, May 28, 2008 at 9:35 AM, owen <[EMAIL PROTECTED]> wrote: > > > Is this obsolete?

[jQuery] Re: Gmail Progress Bar

2008-06-06 Thread pedramphp
I checked this Progress Bar Long ago but this is a sample use of it there is no Server LINK and Fetching data In it and there is no Process To figure how much data has been download so what should we do how did the google Guys did this On Jun 6, 8:18 pm, P-Do <[EMAIL PROTECTED]> wrote:

[jQuery] Validation Plugin Doesn't work with jQuery 1.2.5

2008-05-25 Thread pedramphp
My system it's working with jQuery 1.2.3 and has the validation Plugin with the latest version , but When I changed the jquery to 1.2.5 it doesn't work What is the Problem

[jQuery] Gmail Progress Bar

2008-05-24 Thread pedramphp
Recently Google Added a Progress bar in gmail .. without any SWF uploader and any Flashes ... And it works in IE and FIrefox ... how could we do the same in jquery and How did they do this...?

[jQuery] Shadow jQUery

2008-05-02 Thread pedramphp
I need Image Shadow with jQuery I think it is a the main jQuery. 1.2.3.js If there is an Example for the Code please let me know Regards Pedram

[jQuery] Horirzonal Accordion

2008-05-02 Thread pedramphp
I need a Horizonal Accordion code for Download .. if there is a link for Download Please let me know !!! Regards Pedram

[jQuery] jQuery Effect Problem In Firefox 2

2008-05-02 Thread pedramphp
Recently I faced A little Problem with my jQuery at my FireFox Browser I check My codes with 2 browsers which are Standard and Suitable for testing 1-IE7 2- Firefox 2 I used some jQUery Effects such as toggle ,slideDown, slideUp and etc… There was no problem in my IE7 but in one situation there

[jQuery] Problem wih jQery Effect i FireFox

2008-05-02 Thread pedramphp
Hi everyone , currently I am using jQUery in my Projectwhich is a CMS and some kind of Portal , Recently I faced A little Problem with my jQuery at my FireFox Browser I check My codes with 2 browsers which are Standard and Suitable for testing 1-IE7 2- Firefox 2 I used some jQUery Effects such

[jQuery] jQuery SlideDown and SlideUp Problem

2008-04-28 Thread pedramphp
int my Firefox Browser which is versian 2.1.14 the latest versian of the 2 ... if the content Scrolls down in the page to the Bottom of the page then if we do some slideDown or slideUp Effect the page starts to Flash for a second ... but I don't have this Problem IN the IE 7 ... so what is the sol

[jQuery] jQuery SlideDown and SlideUp Problem

2008-04-28 Thread pedramphp
int my Firefox Browser which is versian 2.1.14 the latest versian of the 2 ... if the content Scrolls down in the page to the Bottom of the page then if we do some slideDown or slideUp Effect the page starts to Flash for a second ... but I don't have this Problem IN the IE 7 ... so what is the sol

[jQuery] nested Sortable Bug

2008-03-24 Thread pedramphp
Dear sir , I'm working with nested sortable Plugin http://plugins.jquery.com/project/NestedSortable the ploblem is this plugin only works with jQuery 1.1.3 and if I change the jQuery source file to 1.2.3 it only Drags the Items Once this Ploblem Accured in IE7 , I need this plugin badly in m

[jQuery] nested Sortable Bug

2008-03-24 Thread pedramphp
Dear sir , I'm working with nested sortable Plugin http://plugins.jquery.com/project/NestedSortable the ploblem is this plugin only works with jQuery 1.1.3 and if I change the jQuery source file to 1.2.3 it only Drags the Items Once this Ploblem Accured in IE7 , I need this plugin badly in m

[jQuery] nested Sortable Bug

2008-03-24 Thread pedramphp
Dear sir , I'm working with nested sortable Plugin http://plugins.jquery.com/project/NestedSortable the ploblem is this plugin only works with jQuery 1.1.3 and if I change the jQuery source file to 1.2.3 it only Drags the Items Once this Ploblem Accured in IE7 , I need this plugin badly in my

[jQuery] nested Sortable Bug!!!

2008-03-24 Thread pedramphp
Dear sir , I'm working with nested sortable Plugin http://plugins.jquery.com/project/NestedSortable the ploblem is this plugin only works with jQuery 1.1.3 and if I change the jQuery source file to 1.2.3 it only Drags the Items Once this Ploblem Accured in IE7 , I need this plugin badly in m

[jQuery] Re: formatting/defining variable values

2008-02-21 Thread pedramphp
HI there , Please send me the HTML form On Thu, Feb 21, 2008 at 2:02 AM, Robert Hill <[EMAIL PROTECTED]> wrote: > > Hello > > I'm collecting a number of values from various form elements: > textfield, radio, checkbox. > > since some of the fields aren't require on my form, when I POST their > val