[jQuery] Re: rows highlite issue..need help

2009-01-05 Thread Isaak Malik
,,can i add condition that if table tr is th then background is #ee..i want to do without class pls perdon my english. -- Isaak Malik Web Developer

[jQuery] Re: How to enable intellisence for Jquery in zend studio for eclipse

2009-01-04 Thread Isaak Malik
. thanks for support. regards. -- Isaak Malik Web Developer

[jQuery] Re: [TUTORIAL] Create an amazing music player using mouse gestures hotkeys in jQuery

2008-12-05 Thread Isaak Malik
in OSX? -- Mika Tuupola http://www.appelsiini.net/ -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com -- Isaak Malik Web Developer

[jQuery] Re: [TUTORIAL] Create an amazing music player using mouse gestures hotkeys in jQuery

2008-12-05 Thread Isaak Malik
you'll notice* On Fri, Dec 5, 2008 at 5:24 PM, Isaak Malik [EMAIL PROTECTED] wrote: If you read the entire tutorial you'll noticed that he mentions it's just an interface and he has plans to integrate it with plusmusicahttp://www.plusmusica.com/(request for an invitation) On Fri, Dec 5

[jQuery] Selector bug?

2008-11-30 Thread Isaak Malik
then the first one contains a bug. -- Isaak Malik Web Developer

[jQuery] Re: window close

2008-11-24 Thread Isaak Malik
this popup. But not able to hide this. I tried this, but not working $(this).parent('.popup_window_wrapper').css({'display':'none'}); popup_window_wrapper: Is the class of popup div. Please help me. -- Isaak Malik Web Developer

[jQuery] Re: Previous TD

2008-11-18 Thread Isaak Malik
on the td that surrounds it. I cannot seem to get it right. Here is the latest thing I tried: $(#r+id).prev(td).attr(rowSpan,1); I also tried: $(#r+id).prev(.rsp2 td).attr(rowSpan,1); Thanks! Randy $('#r2').prevAll('rsp2').attr(rowspan,1); -- Isaak Malik Web Developer

[jQuery] Re: Previous TD

2008-11-18 Thread Isaak Malik
it. I cannot seem to get it right. try this: $('#r2').parent().parent().attr('rowspan', '1'); -- Isaak Malik Web Developer

[jQuery] Re: non-programmer

2008-11-16 Thread Isaak Malik
the not-so-brightest think it's simple. Leave MySQL for last, learn the PHP basics first then take the next step. I also suggest you use an IDE (Eclipse, NetBeans, Komodo, etc.) that supports calltips for the built-in functions, this can save you a lot of time at the beginning. -- Isaak Malik Web

[jQuery] Re: pirobox plugin released

2008-11-11 Thread Isaak Malik
, by studying the docs.jquery, it's amazing what you can do with this library. Tnx to all the jquery developers. Diego Valobra -- Isaak Malik Web Developer

[jQuery] Re: $.post with an array of variables

2008-11-11 Thread Isaak Malik
it. Can anyone help? -- Isaak Malik Web Developer

[jQuery] Re: pirobox plugin released

2008-11-11 Thread Isaak Malik
is obviously in firefox, then chrome, safari, opera, IE6, and last ie7. Diego On 12 Nov, 00:59, Isaak Malik [EMAIL PROTECTED] wrote: Very interesting piece of work :), have you performed cross-browser tests? On Wed, Nov 12, 2008 at 12:55 AM, diego [EMAIL PROTECTED] wrote: Hi all, i've

[jQuery] Re: pirobox plugin released

2008-11-11 Thread Isaak Malik
explorer i'm really scared of what can happen.. sure that is open source, you can download both version, packed and unpacked,just click the anchor 'download' on the nav. Diego On 12 Nov, 01:27, Isaak Malik [EMAIL PROTECTED] wrote: It doesn't sound strange at all, we can expect

[jQuery] Re: pirobox plugin released

2008-11-11 Thread Isaak Malik
there in the js, and if you want, a link back to my page :) Diego On 12 Nov, 01:38, Isaak Malik [EMAIL PROTECTED] wrote: Oh, I didn't see the unpacked version and it was right under it... Thanks :) I may use this in a current project after some testing :) On Wed, Nov 12, 2008 at 1:34 AM

[jQuery] Re: pirobox plugin released

2008-11-11 Thread Isaak Malik
/pirobox/js/pirobox.js ?? unreadable? I changed all the original variables and removed all the spaces to get the script more lightweight. Just this :) On 12 Nov, 01:47, Isaak Malik [EMAIL PROTECTED] wrote: I just peeked at the source code and I'm wondering if this is the original version? It's

[jQuery] Re: AJAX Callbacks - How to show Ajax request status using a loading image?

2008-11-10 Thread Isaak Malik
will work if you change it into this: $('#content1').ajaxSend(function(e,r,s) { $(this).html('Loading data, please wait...'); } This will insert the Loading data, please wait... inside the tag withid='content1' before an AJAX request is sent. -- Isaak Malik Web Developer

[jQuery] Re: AJAX Callbacks - How to show Ajax request status using a loading image?

2008-11-10 Thread Isaak Malik
that you didn't use display: none on it. -- Isaak Malik Web Developer

[jQuery] Re: hide() not working when disabling CSS

2008-10-28 Thread Isaak Malik
behind the noscript approach please? Thanks again. On Oct 28, 9:50 am, Isaak Malik [EMAIL PROTECTED] wrote: It's much wiser to use noscriptp class=jsoffPlease turn Javascript on to view the content./p/noscript instead of a JavaScript function that hides it. On Mon, Oct 27, 2008

[jQuery] Re: hide() not working when disabling CSS

2008-10-27 Thread Isaak Malik
www.learningjquery.com -- Isaak Malik Web Developer

[jQuery] Re: [autocomplete] do search on input focus

2008-10-23 Thread Isaak Malik
occurs. On Oct 22, 10:41 am, Isaak Malik [EMAIL PROTECTED] wrote: I have no idea which autocomplete plugin you're using but does the following work for you? $(function() { $(#category).focus(function(){$(this).autocomplete(do_search.php,{max:1 00,minChars:0,delay:10

[jQuery] Re: issue with .css(display, none)

2008-10-22 Thread Isaak Malik
, the layout changes ! The elements in the div are no longer next to each other. Now there is the first select, then the 3 buttons underneath, then the second select underneath the 3 buttons. Why .css(display, none) changes the layout ? -- Isaak Malik Web Developer

[jQuery] Re: [autocomplete] do search on input focus

2008-10-22 Thread Isaak Malik
to force a field to do a search on focus of the input? (I basically want the user to be suggested a default set of items before typing anything. I tried this $(#category).autocomplete(do_search.php,{max:100,minChars:0,delay: 10}); -- Isaak Malik Web Developer

[jQuery] Re: jQuery Documentation in PDF

2008-10-21 Thread Isaak Malik
/aktive/soft/jQueryDocs-Creator.7z I will post updates in my page (in spanish) http://www.puntoequis.com.ar/npx/default.aspx?VIEWENTRY050057 Jonatan -- Isaak Malik Web Developer

[jQuery] Re: set dom id

2008-10-20 Thread Isaak Malik
. :-) Thanks! -- Isaak Malik Web Developer

[jQuery] Re: pngFix and display:none

2008-10-20 Thread Isaak Malik
have some hidden divs (display:none) that contain png files that are reveled when needed. But they are missing when I show() them. Any ideas what is happening to them? -- Isaak Malik Web Developer

[jQuery] Re: pngFix and display:none

2008-10-20 Thread Isaak Malik
PROTECTED] wrote: The problem is, they are never shown. Fancy Box takes the html from the original hidden div, then presents that to the user. I cannot figure out a way to apply the fix to this png on-the-fly??? :-( On Oct 20, 1:22 pm, Isaak Malik [EMAIL PROTECTED] wrote: You just need

[jQuery] Re: $(document).ready() vs $(function () {});

2008-10-20 Thread Isaak Malik
. Is there a compelling reason for this? Or will $(document).ready() perform as well? Or perhaps I'm mis-understanding what the newer format is being used for? Thanks for any tips. Shawn -- Isaak Malik Web Developer

[jQuery] Re: Rounded Corners and IE 6

2008-10-17 Thread Isaak Malik
in content then in container) and anti-alias would be a great plus. Thanks you all in advance. I really don't know what else to do or where to ask for help. -- Isaak Malik Web Developer

[jQuery] Re: jQuery Package Downloader

2008-10-12 Thread Isaak Malik
, and some notes on stuff I'm going to change on my site over at: http://stuartloxton.com/creating-a-really-small-jquery/ All feedback is welcome! Thanks, Stuart -- Isaak Malik Web Developer

[jQuery] Re: jQuery Package Downloader

2008-10-12 Thread Isaak Malik
minified file. This is left to the responsibility of the web developer to decide that according to its own project, not to this gentleman's fine download application, of course. On Sun, Oct 12, 2008 at 12:25 PM, Isaak Malik [EMAIL PROTECTED] wrote: Very interesting, such a feature should

[jQuery] Re: How can I change all radio buttons to yes and no?

2008-10-07 Thread Isaak Malik
how can I have all radio buttons set to yes or no? Thanks. -- Isaak Malik Web Developer

[jQuery] Re: Tools for packing js

2008-09-22 Thread Isaak Malik
started to develop with jQuery - and I love it! I'd like to know what tool was used to pack jquery. Another thing: In the last days docs.jquery.com was down several times. Is there any mirror? Manuel -- Isaak Malik Web Developer

[jQuery] Re: New Google Browser announced

2008-09-04 Thread Isaak Malik
when making websites. I hope future web browsers would do this for us that we just need to make one website layout and the browser would resize our website to fit the clients resolution. -- Isaak Malik Web Developer

[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-03 Thread Isaak Malik
a VCR controlled slideshow -- Isaak Malik Web Developer

[jQuery] Re: Context menus in Opera?

2008-09-03 Thread Isaak Malik
) that works in Opera? I've found that the contextmenu plugin (http://www.trendskitchens.co.nz/jquery/contextmenu/) works great in IE and Firefox (though has problems being assigned to hyperlinks), but none appear to work in Opera. Cheers, Sean -- Isaak Malik Web Developer

[jQuery] Re: Calling PHP Functions from jQuery?

2008-07-16 Thread Isaak Malik
a useful answer. thank a lot yavuz -- Isaak Malik Web Developer

[jQuery] Re: ClientSide Cookie or ServerSide Cookie

2008-07-16 Thread Isaak Malik
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 -- Isaak Malik Web Developer

[jQuery] Re: iFixPng Improved

2008-06-27 Thread Isaak Malik
. The plugin can be found here: http://plugins.jquery.com/project/iFixPng2 Cheers! Yereth -- Isaak Malik Web Developer

[jQuery] Re: Resizing.

2008-06-21 Thread Isaak Malik
of the image?? What do you guys do on displaying your website that would fit every display settings?? -- Isaak Malik Web Developer

[jQuery] Re: JQuery variables

2008-06-20 Thread Isaak Malik
' does not exist, as the form element is not shown on the page. How can I test the variable first? I'm thinking of something along the lines of: if ( isDefined ( #createNewAccount) ) { // continue... } Many thanks for any help! -- Isaak Malik Web Developer

[jQuery] Re: Get some text and replace it

2008-06-19 Thread Isaak Malik
/span Now I want to replace the text [monkeytail] with some other text. Is there a simple solution that I can get the monkeytail text and replace it with something else? -- Isaak Malik Web Developer

[jQuery] Re: jQuery best practices

2008-06-19 Thread Isaak Malik
talking about best practices; Best regards -- Isaak Malik Web Developer

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Isaak Malik
of the select element the drop down list appears but I'm not able to choose anything, is this behavior expected? -- Isaak Malik Web Developer

[jQuery] Re: firefox 3 RC1 : tremendous slow down

2008-06-19 Thread Isaak Malik
, or knows why? the test is here:http://m2.lab-au.com/ (choose 'projects'). thanks for your feedback, Alexandre -- Alexandre Plennevaux LAb[au] http://www.lab-au.com -- Isaak Malik Web Developer

[jQuery] Re: prevent more than one submit in ajaxsubmit

2008-06-19 Thread Isaak Malik
at Nabble.com. -- Isaak Malik Web Developer

[jQuery] Re: Can't post in this forum

2008-06-19 Thread Isaak Malik
-- Isaak Malik Web Developer

[jQuery] Re: What is the best way to send data betwen JS - PHP

2008-06-19 Thread Isaak Malik
: null-lab.homelinux.org GPG Key ID 0x9ED66FA7 Key Fingerprint: 3674 956F E2DF DC3B 694C 5281 6D57 5656 9ED6 6FA7 -- Isaak Malik Web Developer

[jQuery] Re: cluetip and FF3

2008-06-19 Thread Isaak Malik
, it blocks the browser with a script is running slowly message. i use the default (rel=url) ajax call. The error message points to line 503 anyone has the issue ? thanks, Alex Alexandre Plennevaux -- Isaak Malik Web Developer

[jQuery] Re: Modify ID attribute

2008-06-19 Thread Isaak Malik
Discussion mailing list archive at Nabble.com. -- Isaak Malik Web Developer

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Isaak Malik
to be random and only occurs when Firebug reports Chili errors (at least that's the only time I've seen the behavior.) I've never seen the behavior on a page that doesn't have the Chili plug-in. -Dan Many thanks -- Isaak Malik Web Developer

[jQuery] Re: JQuery variables

2008-06-19 Thread Isaak Malik
'createNewAccount' does not exist, as the form element is not shown on the page. How can I test the variable first? I'm thinking of something along the lines of: if ( isDefined ( #createNewAccount) ) { // continue... } Many thanks for any help! -- Isaak Malik Web Developer

[jQuery] Re: Get some text and replace it

2008-06-19 Thread Isaak Malik
it with something else? -- Isaak Malik Web Developer -- Isaak Malik Web Developer

[jQuery] Re: firefox 3 RC1 : tremendous slow down

2008-06-19 Thread Isaak Malik
anybody have the same issue, or knows why? the test is here:http://m2.lab-au.com/ (choose 'projects'). thanks for your feedback, Alexandre -- Alexandre Plennevaux LAb[au] http://www.lab-au.com -- Isaak Malik Web Developer

[jQuery] Re: jQuery cannot select !-- COMMENT -- element?

2008-06-19 Thread Isaak Malik
').show(). On Thu, Jun 19, 2008 at 2:53 PM, F1LT3R [EMAIL PROTECTED] wrote: Am I right in thinking jQuery can not selected the ! COMMENT -- element? -- Isaak Malik Web Developer

[jQuery] Re: onRighClick method?

2008-06-18 Thread Isaak Malik
, or are there any plans to have, an onRightClick method in jQuery? I found a ContextMenu plugin but it was last updated almost a year ago. Alternately, are there any other plugins out there that would offer ContextMenu support for right clicking? -- Isaak Malik Web Developer

[jQuery] Re: onRighClick method?

2008-06-18 Thread Isaak Malik
, but it's a shame that jQuery doesn't offer a rightclick method. Besides...who really cares about Opera? :) -- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Isaak Malik *Sent:* Wednesday, June 18, 2008 6:38 AM *To:* jquery-en

[jQuery] Re: onRighClick method?

2008-06-18 Thread Isaak Malik
? :) -- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Isaak Malik *Sent:* Wednesday, June 18, 2008 6:38 AM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: onRighClick method? The reason that they don't implement this directly

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-18 Thread Isaak Malik
considering it supports keyboard entry.) -Dan -- Isaak Malik Web Developer

[jQuery] Re: hover flickering, snow storm pixels on JPGs (beginner problem)

2008-06-18 Thread Isaak Malik
for new version of this page set to Automatically. On Wed, Jun 18, 2008 at 4:41 AM, Mike Alsup [EMAIL PROTECTED] wrote: Ok, will manage to squeeze the Microsoft Bug What about the hover issue? I don't see any hover issue. What do you see? -- Isaak Malik Web Developer

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-18 Thread Isaak Malik
-- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Isaak Malik *Sent:* Wednesday, June 18, 2008 11:46 AM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown This plugin looks very interesting, how

[jQuery] Re: jQuery tabs and cookies

2008-06-16 Thread Isaak Malik
:34, Isaak Malik [EMAIL PROTECTED] wrote: Oups, it was a mistake at my side, corrected code: $(function() { $('#tabCont ul').tabs({fx: {opacity: 'toggle', duration: 500}, cookie: {expires: 7, path: '/'}}); }); -- Isaak Malik Web Developer -- Isaak Malik Web Developer

[jQuery] Re: Reversing slideDown/slideUp behavior

2008-06-16 Thread Isaak Malik
. Thanks in advance for any suggestions or advice! Erik -- Isaak Malik Web Developer

[jQuery] Re: Is it possible for jQuery define version of browser, for example IE 7.0?

2008-06-16 Thread Isaak Malik
browser or version. Do a search for user agent string databases, there are quite a few of them. -- Rob -- Isaak Malik Web Developer

[jQuery] Re: [validate] Use Regex

2008-06-16 Thread Isaak Malik
Try this out: if ( !/[a-z0-9\-_]/i.test( $([EMAIL PROTECTED]'firstname']).val() ) ) alert('Wrong!'); On 6/16/08, shapper [EMAIL PROTECTED] wrote: Hello, How can I check the value inserted in an Input using a RegEx expression? Thanks, Miguel -- Isaak Malik Web Developer

[jQuery] jQuery tabs and cookies

2008-06-15 Thread Isaak Malik
to gain the wanted result or do I need to add custom code which handles the automated selecting on page reload? Many thanks -- Isaak Malik Web Developer

[jQuery] Re: jQuery tabs and cookies

2008-06-15 Thread Isaak Malik
Oups, it was a mistake at my side, corrected code: $(function() { $('#tabCont ul').tabs({fx: {opacity: 'toggle', duration: 500}, cookie: {expires: 7, path: '/'}}); }); -- Isaak Malik Web Developer

[jQuery] Re: jQuery.each() or element event triggers?

2008-06-12 Thread Isaak Malik
. If you had 1000 or more divs you'd probably not want to use each() to bind the handlers, but for any reasonably small number of elements, the performance hit is ok. Plus, binding speed has been improved in jQuery 1.2.6. -- Josh - Original Message - *From:* Isaak Malik [EMAIL

[jQuery] Re: European Mirrors

2008-06-12 Thread Isaak Malik
for the documentation? If not are you open to the idea of partnering with European Based hosting companies for mirroring the docs? -- Isaak Malik Web Developer

[jQuery] Re: European Mirrors

2008-06-12 Thread Isaak Malik
: I'm based in Ireland and I find that accessing the docs is very slow. Are there any European based mirrors for the documentation? If not are you open to the idea of partnering with European Based hosting companies for mirroring the docs? -- Isaak Malik Web Developer

[jQuery] Re: Memory Leak?

2008-06-12 Thread Isaak Malik
this type of problem? Googling seems to only turn up things for browser end-users. Thanks in advance, Howie [0] actually, not quite, thanks to the clunky scripting language in the monitoring system, so I tweak it afterwards. -- Isaak Malik Web Developer

[jQuery] Re: Best practice to get form field values

2008-06-12 Thread Isaak Malik
areas should work also. Thanks Martin -- Isaak Malik Web Developer

[jQuery] Re: jQuery help

2008-06-12 Thread Isaak Malik
] -- Isaak Malik Web Developer

[jQuery] jQuery.each() or element event triggers?

2008-06-11 Thread Isaak Malik
clicked me: ' + this.id + '!')/div div id='blabla3' onclick=alert('You clicked me: ' + this.id + '!')/div ? In most cases it does take more characters for the same functionality but what are the differences in performance? Kind regards, -- Isaak Malik Web Developer

[jQuery] Re: jQuery.each() or element event triggers?

2008-06-11 Thread Isaak Malik
1000 or more divs you'd probably not want to use each() to bind the handlers, but for any reasonably small number of elements, the performance hit is ok. Plus, binding speed has been improved in jQuery 1.2.6. -- Josh - Original Message - *From:* Isaak Malik [EMAIL PROTECTED

[jQuery] Re: jQuery.each() or element event triggers?

2008-06-11 Thread Isaak Malik
://flesler.blogspot.com/ On 11 jun, 17:56, Isaak Malik [EMAIL PROTECTED] wrote: Dear list, I'm not really into the code of the jQuery core so I'm not sure of how jQuery.each() works, but I'm wondering: since jQuery.each() loops through every element that matches the given selector is my logics right