[jQuery] HOW TO UNSUBSCRIBE?

2007-04-03 Thread Jquery
HOW TO UNSCRIPBE??? I DON'T FOUND INSTRUCTIONS. My account was created one or two months ago, when the discussion system wasn't from Google Groups and now i'm receiving messages and can't cancel my subscribe! Sux >:-(

[jQuery] HOW TO UNSUBSCRIBE?

2007-04-04 Thread Jquery
HOW TO UNSUBSCRIBE??? I DON'T FOUND INSTRUCTIONS. My account was created one or two months ago, when the discussion system wasn't from Google Groups and now i'm receiving messages and can't cancel my subscribe! How to cancel my signature? Sux >:-(

[jQuery] (validate) Show Element instead of js

2009-07-30 Thread jQuery
Hello, I didn't found the same problem ine the groupes: I would like to show error msg already in the page Exemple: This textfield cannont be empty if error the span will become showed. and not show error with the js Thanks you Bri

[jQuery] ajax submit

2009-09-09 Thread jquery
$('form').submit(function(){ var flage; $.post('test.php',function(data){ if(data.length){ $('#message').html(data); flage = true; } else{

[jQuery] facebox(Using Jquery) with select box in IE6

2009-12-02 Thread JQuery
when i open a facebox, in the background, if there s a selectbox, that selectbox shown above the face box. i need to hide all the select boxes when i open the face box, after closing the facebox, that select boxes need to show.

[jQuery] jquery.autocomplete.js -- IE unresponsive bug?

2007-11-26 Thread jquery
All of a sudden getting users on IE complaining of an "unresponsive script" message. It's a simple autocomplete using jquery.autocomplete.js. Are there any known issues here?

[jQuery] superfish menu - would like top nav to retain hover color as you mouse over subnav

2008-12-19 Thread jquery
Is it possible to have the top navigation to retain it's hover color as you mouse over the subnav items in the list below? I have a lot of menu items and I got rid of the pointer arrow because it didn't work with the design. I would just like the top nav to retain the hover color instead. Also, I

[jQuery] BlockUI: unblocking when clicking in the darkend area?

2008-10-29 Thread jQuery
I want the darkened area that when clicked, it restores the UI (unblocks it), what's the best approach? It seems like something like this would work, but doesn't... $('.blockUI').click(function() { $.unblockUI(); }); Thanks for any help...

[jQuery] Learning JQuery Chapter 6 XML parsing

2008-05-12 Thread JQuery
I could see the content of the d.xml file (alert('data: ' + data), but I could not see the alert('inside each function'). I think jquery did not recognize d.xml is an xml file. Any idea? Thanks $(document).ready(function() { $('#letter-d .button').click

[jQuery] Re: Learning JQuery Chapter 6 XML parsing

2008-05-12 Thread JQuery
I tried to get around that by $(data).ready(function(){ }); but still could not access the xml data. On May 12, 10:58 am, JQuery <[EMAIL PROTECTED]> wrote: > I could see the content of the d.xml file (alert('data: ' + data), but > I could not see the alert('

[jQuery] Re: Learning JQuery Chapter 6 XML parsing

2008-05-12 Thread JQuery
sh, query-1 not query.1) but could not see data after clicking the button. Since I just begin to learn jquery, could you point out what the issue is? Could you send me jquery.1.1.3.js? Thanks for your help. On May 12, 10:58 am, JQuery <[EMAIL PROTECTED]> wrote: > I could see the content

[jQuery] How to check TD background image has been loaded.

2010-02-25 Thread ace jquery
Hi there, I am trying to update the attr of background in . ==>> is that possibly to use jQuery to check if the background image has been loaded? something like this.. $('#mytd background').load(function(){ alert('the background image has been loaded'); }); Thank you for you help! -Ace

[jQuery] How to move the DIV?

2009-05-07 Thread ace jquery
Hi there, I am trying to move the div object, but it seems doesn't work. any ideas? Thanks $(document).ready(function () { $("
" ) .attr( "id", "myDiv") .addClass( "header" ) .html( "hello

[jQuery] find multiple values

2009-05-11 Thread ace jquery
Hi there, Is there a way to find multiple values? This script checks *name = ben*, what about I want to check if *name = ben* and *name = joe*? Is this possible? Thanks --- var items = [{id:1, name:'bob'}, {id:2, name:'joe'}, {id:3, name:'ben

[jQuery] How to remove unneeded functions of jquery?

2009-05-31 Thread Jquery user
Hello Jquery members , I'm wondering how to remove unneeded functions out of jquery. This could strongly reduce the file size! Can somebody tell me more about it?

[jQuery] How to delete unneeded function out of Jquery?

2009-05-31 Thread Jquery user
Hello , I'm wondering how to delete unneeded functions out of jquery. (this could strongly reduce the file size!) Can somebody tell me more? For exemple: I don't use the "text( )" function and want to delete it.

[jQuery] Re: Issue with Cycle Plugin

2009-06-18 Thread jquery-en
im experiencing the exact sa On Jun 15, 4:29 pm, Mike Alsup wrote: > Try adding the style "overflow:hidden" to your slideshow container. > > On Jun 14, 9:02 pm, vintom wrote: > > > I am not great with jquery (yet), but I have used a few plugins with > > me

[jQuery] Re: Issue with Cycle Plugin

2009-06-18 Thread jquery-en
im experiencing the exact same problem - all my images start on top of eachother. If you press cmd+shift+R to reload it doesnt fix it - if you press F5 somehow it fixes it. overflow on my containing div doesn't work either - im very new to jQuery and CSS... so it might be something stupid

[jQuery] jQuery validation plug-in 1.5.5

2009-10-28 Thread jquery Noob
Hi, why jQuery validation plug-in 1.5.5 don't work with FireFox version 3.5.4?

[jQuery] Dropdown list to auto populate input boxes

2007-11-06 Thread Jquery Help
Hello All, I need to create a form where when a dropdown list is selected it auto populates a group of input values, so far I have this code but it seems to be getting the values but it is not adding the values to the input fields, any help would be greatly appreciated. Jquery Code $(document

[jQuery] tagging

2007-05-14 Thread jquery newbie
already implemented since most web 2.0 applications implement one form of tagging or another. if someone can tell me how to add or remove a text to an input field using jquery, i can get the ball rolling. thanks.

[jQuery] Re: tagging

2007-05-15 Thread jquery newbie
guys- thanks for the replies.. jake got me started and i ended up with following.. if anybody can turn it into a "plugin" that takes the input field's name and the list of tags as parameters, it might be useful for the community.. //

[jQuery] jQuery help

2007-05-22 Thread jQuery Newbie
Hello all! I am having an issue with jQuery (obviously) anyway, Here is what I am talking about: http://manhattanwest.com/the_residences/floor_plansNEW.php If you dont click any other links and click the "1st Floor" and "Loft" links below the img, it works just fine, but

[jQuery] Re: sent a message, nothing visible

2009-01-08 Thread jQuery Lover
I am not receiving messages. So I am testing if my messages are going out :) On Thu, Jan 8, 2009 at 3:47 PM, lsblsb wrote: > > just send a message here, but it doesnt appear since 2 hours. > so this is a test... > -- jQuery HowTo Resource <http://jquery-howto.blogspot.com>

[jQuery] Re: jqGalScroll in Joomla

2009-01-08 Thread jQuery Lover
Set css style for your unordered list items to none; ul{ list-style:none; } On Thu, Jan 8, 2009 at 8:33 AM, ozz wrote: > > Installed jQuery into Joomla article, portfolio scroll, looks awesome, > works fine! > Only one problem, it shows bullets beside each image and pagination...

[jQuery] Re: Simulate BackSpace key

2009-01-08 Thread jQuery Lover
imulate keypress with code: > > $('#editor').trigger("keypress", [],null,{which: > 8,pageX:e.pageX,pageY:e.pageY}); > > This code dont work. > > Please help me solve this. > -- jQuery HowTo Resource <http://jquery-howto.blogspot.com>

[jQuery] Re: Joomla and jqGalScroll

2009-01-08 Thread jQuery Lover
Another one: Set css style for your unordered list items to none; ul{ list-style:none; } On Thu, Jan 8, 2009 at 8:37 AM, Alex Osipov wrote: > Hi there, i am not sure if i am writing to the right place:)Installed > jquery into the joomla, posted, works great > Only one thing it&#x

[jQuery] Re: help me in jquery show( speed, [callback] ) effects

2009-01-08 Thread jQuery Lover
You can do this: $('dd').click(function(){ // here select and show whatever you want $('.somethingToShow').show('slow'); }); On Thu, Jan 8, 2009 at 3:30 PM, nage wrote: > > hi > > I am new to jquery, i have on form with 3 images, i want c

[jQuery] Re: [tooltip] catch images before showing them

2009-01-08 Thread jQuery Lover
nibal wrote: > > Hi, > > Im using jQuery tooltip to show a preview of links using > http://url2jpg.nu/ > First time it takes a long time, how can i cache all images before > hovering the link? > > Regards Stefan > - - - - - http://jquery-howto.blogspot.com"; title="jQuery HowTo site">jQuery HowTo Resource

[jQuery] Re: bind the same functionality to load and change event

2009-01-08 Thread jQuery Lover
Move your code to some function and then call it on document ready and onchange-event: function myMethod(){ // my custom js code } $(document).ready(function(){ myMethod(); $("#properties div select").bind("change",myMethod()); }); -- jQuery HowTo Res

[jQuery] Re: jQuery - Binding to Ajax Event

2009-01-08 Thread jQuery Lover
Why don't you use jQuery's helper function $.getJSON( url, [data], [callback] ) http://docs.jquery.com/Ajax/jQuery.getJSON#urldatacallback jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 9:32 AM, goodsanket wrote: > > Hi all > > I am d

[jQuery] Re: Simulate BackSpace key

2009-01-08 Thread jQuery Lover
Here is how to simulate a backspace in javascript: getElementById('yourTextBox').Select(TextBox1.SelectionStart - 1, 1) getElementById('yourTextBox').SelectedText = " jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 11:03 AM, RS

[jQuery] Re: simple problem

2009-01-08 Thread jQuery Lover
You are selecting an image and image has no HTML or any kind of text content in it! img element has no html() function. jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 8, 2009 at 8:11 PM, CreativeMind wrote: > > hi all, > i m unable to find the img an

[jQuery] Re: how to select all first td's inside all in a table

2009-01-08 Thread jQuery Lover
Once more solution: $("tr td:nth-child(1)").addClass('date'); jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 2:58 AM, Tijmen Smit wrote: > > I have a table that contains several , all of them look like > this. >

[jQuery] Re: Simulate BackSpace key

2009-01-09 Thread jQuery Lover
There is a nice article (http://the-stickman.com/web-development/javascript/finding-selection-cursor-position-in-a-textarea-in-internet-explorer/) I found comments particularly useful. jQuery HowTo Resource - http://jquery-howto.blogspot.com 2009/1/9 RSol : > > I write WYSWYG editor a

[jQuery] Re: Attach events to items before $(document).ready

2009-01-09 Thread jQuery Lover
Put your javascript right under the input field. ... document.myForm.username.focus(); It is not jQuery, but plain javascript. Just in case jquery is not fully loaded... jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 6:25 PM, Gordon wrote: > >

[jQuery] Re: Tutorials or examples of jQuery and ColdFusion?

2009-01-09 Thread jQuery Lover
jquery is client side scripting language and it does not care nor knows what you are using at the server side as far as you return what it is expecting (xml, json, html, plain text, etc). You should probably ask for utility classes. For example a class that would convert your object or an array

[jQuery] Re: Preload images for jQuery Cycle Plugin

2009-01-09 Thread jQuery Lover
cally, it loads five images. On each load it checks if it is the final image and if it is then call the jquery cycle plugin statement jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 10:49 AM, code_monkey <3dcreat...@gmail.com> wrote: > > > Hi,

[jQuery] Re: jquery abstraction/widget for fixed panel at bottom page

2009-01-09 Thread jQuery Lover
Here is exactly what you need :) http://www.ben-griffiths.com/project/jquery-position-footer/ jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 7:07 PM, aldana wrote: > > > hi, > > i read that you can use following for a html-snippet which shoul

[jQuery] Re: Need help with a Jquery toggle bug in my menu's

2009-01-09 Thread jQuery Lover
nd function check with "if" statement if the menu is on. If it's off then change to on, plus change the menuOn value to true. Similar with the "off" case. I hope I was clear enough. jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 7:

[jQuery] Re: Attach events to items before $(document).ready

2009-01-09 Thread jQuery Lover
I agree with Rob here. Inline javascript is not the worst that may happen to your page. It's just the hype around unobtrusive javascript coding that we have lately that makes some people to think that it is the worst thing ever. jQuery HowTo Resource - http://jquery-howto.blogspot.com

[jQuery] Re: How best to create Google Calendar functionality in Jquery?

2009-01-09 Thread jQuery Lover
jQuery UI already has what you need. First use a container div with bg image of time. Then create a dragable and resizable div that can only be dragged/resized horizontally. Then use jquery.offset() to get where the div's left and right sides are and easily calculate start and end dates. Si

[jQuery] Re: Superfish Righthand Side of Window Folding

2009-01-09 Thread jQuery Lover
the current menu. jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 3:51 PM, DIA wrote: > > Hi there, > > Is there a way to get the Superfish menu to fold back if child items > are too close to the righthand edge of the window, rather than go off &

[jQuery] Re: teaching jquery instead of javascript ?

2009-01-09 Thread jQuery Lover
I agree with that :) jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 7:47 PM, Ricardo Tomasi wrote: > > I'm sure most will agree that 240 hours is more than reasonable time > to learn the basics of Javascript, and then jQuery and a third lib

[jQuery] Re: Simulate BackSpace key

2009-01-09 Thread jQuery Lover
You can't trigger but can achieve the same effect :) An you will definitely deal with Ranges to make your code cross browser :) jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 7:43 PM, Ricardo Tomasi wrote: > > You can't actually trigger

[jQuery] Re: if statement testing for null value

2009-01-09 Thread jQuery Lover
Where are you putting this code? Running it on page load will not do much. Put it into a function and then bind it to all five fields. jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 7:50 PM, Chuk wrote: > > Thanks for your suggestions, guys. I

[jQuery] Re: Does anyonw know a jQuery plug-in like Magic Zoom

2009-01-09 Thread jQuery Lover
Here you go. Exactly the same (SUSPICIOUSLY SIMILAR) jquery plugin: http://www.mind-projects.it/projects/jqzoom/ jQuery HowTo Resource - http://jquery-howto.blogspot.com 2009/1/9 Nguyễn Quốc Vinh : > This tool is so cool! But it is not free! > http://www.magictoolbox.com/magiczoom/

[jQuery] Re: Is there a way to create Javascript virtual or logical path mappings?

2009-01-09 Thread jQuery Lover
Why don't you add "/" to your path and it will always work, wherever you are, on the same lever, below or upper ... jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 8:04 AM, Rick Faircloth wrote: > > I've got login templates that

[jQuery] Re: non standard characters in class names, not working in funtion

2009-01-09 Thread jQuery Lover
I don't think there are other solutions but escape special characters in your jquery selector names... jQuery HowTo Resource - http://jquery-howto.blogspot.com > > if any one can point me to other solutions ...

[jQuery] Re: jQuery code not being run

2009-01-09 Thread jQuery Lover
Yeap, the "not defined" errors mean jQuery is not loaded. So you should load your jQuery first and then other js code that uses it. jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 6:30 AM, donb wrote: > > Move the jquery.js link ahead o

[jQuery] Re: double $().read()

2009-01-09 Thread jQuery Lover
Yes, you can as many $(document).ready() functions... Because you are not declaring but binding event to document object with $().ready(). jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 5:31 AM, saiful.ha...@gmail.com wrote: > > hi all, > >

[jQuery] Re: Thickbox and Yahoo Stores

2009-01-09 Thread jQuery Lover
Do you have a link or could you copy&paste html code snippet of your image with the links... jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 2:16 AM, MikeFCraft wrote: > > I'm helping someone set up thickbox to work on their yahoo store.

[jQuery] Re: Simplemodal causes validators to fire on webform

2009-01-09 Thread jQuery Lover
You probably binding your validators to ALL input[type=submit] or to some class (Ex: .submit) If so give your selector a scope $('.submit-button', document.forms[0]).bind()... jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 8, 2009 at 9:31 PM, tawright

[jQuery] Re: Thickbox and Yahoo Stores

2009-01-09 Thread jQuery Lover
Didn't we already have this message ??? jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 2:10 AM, Mike521 wrote: > > I'm helping someone set up thickbox to work on their yahoo store. It > seems like Yahoo has a built-in click tracking sys

[jQuery] Re: Anyone using jQuery with Tapestry 5?

2009-01-09 Thread jQuery Lover
Hello there, There are no special means or specific incorporations of jQuery to some framework nor to a programming languages. Tapestry is not an exception. Use jQuery to do your front end work, use Tapestry to generate html you need. All you need is a java utility classes to convert your java

[jQuery] Re: Best way to preload an image to obtain dimensions

2009-01-09 Thread jQuery Lover
Eric gives you the jQuery way, basically the jQuery syntax. I can't agree with Brian's idea. Loading original images in your gallery is not the best thing, unless you know your target audience has high speed internet or they are all in your local area network. Although, Eric's

[jQuery] Re: Can I get the contents from respose by ajax

2009-01-09 Thread jQuery Lover
I would also suggest to use $load() function in this case. Since it would make your code much readable. $('aa.php #a', {a:123}, function(res){ // res is a responce content }); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 11:11 PM, dropc

[jQuery] Re: How it should be done?

2009-01-09 Thread jQuery Lover
Or if you have just one ul on your page, simply: $('ul li').hover( function () { $(this).addClass("columnSelected"); }, function () { $(this).removeClass("columnSelected"); } ); You may find "jQuery HowTo" useful - http://jquery-howto.blogspo

[jQuery] Re: Need help with a Jquery toggle bug in my menu's

2009-01-09 Thread jQuery Lover
@serpicolugnut: read my previous post!!! Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 7:06 PM, serpicolugnut wrote: > > > I've got a full width drop down menu setup, using jquery's toggle to > show/hide the hidden divs when the

[jQuery] Re: jQuery Storage?

2009-01-10 Thread jQuery Lover
Have you tried http://plugins.jquery.com Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 9:27 PM, aldana wrote: > > > Hi, > > am looking for the same. Is there any update (since the first post on March > '08) on this? Really wan

[jQuery] Re: jquery abstraction/widget for fixed panel at bottom page

2009-01-10 Thread jQuery Lover
My bad, the plugin is a little crappy :( Forget the javascript use CSS!!! Here is to get you started: http://www.google.com/search?q=bottom+footer+css Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 9:25 PM, aldana wrote: > > > i guess i wi

[jQuery] Re: Preload images for jQuery Cycle Plugin

2009-01-10 Thread jQuery Lover
Totally and whole heartedly agree :) It was late and I was kinda only seeing new Image() method. My bad.. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 9:23 PM, Karl Swedberg wrote: > On Jan 9, 2009, at 9:11 AM, jQuery Lover wrote: > >

[jQuery] Re: if statement testing for null value

2009-01-10 Thread jQuery Lover
This code is just beautiful :) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 8:38 PM, MorningZ wrote: > > $('#equipmentNumber, #description').keyup(checkSubmit); > $('#type, #department, #location').change(checkSubm

[jQuery] Re: Does anyonw know a jQuery plug-in like Magic Zoom

2009-01-10 Thread jQuery Lover
Not at all. There are some alternatives. A little different approach to zooming: http://valid.tjp.hu/tjpzoom/ Read jQuery HowTo Resource - http://jquery-howto.blogspot.com 2009/1/9 Nguyễn Quốc Vinh : > Wow! Fantastic! Thanks so much! > This is really useful to me! Thanks again! >

[jQuery] Re: [validate] message containers and valid XHTML markup?

2009-01-10 Thread jQuery Lover
Martin probably just concerned about the characters in classname ({:,}). Well they are valid in class names in XHTML 1.0 strict. So no wories :) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 2:19 PM, Jörn Zaefferer wrote: > I don't see how th

[jQuery] Re: Sorting a list of objects ( not in table)

2009-01-10 Thread jQuery Lover
(a.CustomProperty > b.CustomProperty) return 1; return 0; }); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 12:46 PM, Ajay wrote: > > Hi all, > > I have a list of objects that I represent in a search result and I > need following f

[jQuery] Re: attr('type') gives me checkbox instead of radio

2009-01-10 Thread jQuery Lover
I just checked. I am getting "radio"! Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 7:47 AM, bob wrote: > > Female > Male > > var type = #('inp...@name=gender]').attr('type'); > > alert(type); > > Why do I get checkbox instead of radio?

[jQuery] Re: Swap Image when click

2009-01-10 Thread jQuery Lover
l to src, etc. Or add some extra code to make it toggle on each image click. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 7:00 AM, jeffreych...@gmail.com wrote: > > Hi devs, > > I kinda new with jquery and would like to ask, has anyone tr

[jQuery] Re: Getting an array via $.post

2009-01-10 Thread jQuery Lover
You need to echo your array in php in json format. To do this you need a json class in your php code. Here is to get you started: http://www.google.com/search?q=json+php+class Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 9, 2009 at 1:58 AM, emmj...@gmail.com

[jQuery] Re: jQuery-dependent TouchGraph Visualization (experiment)

2009-01-10 Thread jQuery Lover
Nice work. I should take some time and look through your code. Great job. Here are some performance test (caching in jquery) http://jquery-howto.blogspot.com/2008/12/caching-in-jquery.html Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 8, 2009 at 11:36 PM, David

[jQuery] Re: How to access a jQuery object instance?

2009-01-10 Thread jQuery Lover
You mean jquery properties or some element that you selected using jquery? Just in case: $('.inputfield').val(); $('a').href(); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 8, 2009 at 9:06 PM, WoutervD wrote: > > Hello there, >

[jQuery] Re: How to access a jQuery object instance?

2009-01-10 Thread jQuery Lover
See: http://docs.jquery.com/Attributes http://docs.jquery.com/Manipulation Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 8, 2009 at 9:06 PM, WoutervD wrote: > > Hello there, > > I would like to know how i can access properties of a jQuery object >

[jQuery] Re: create an array from file contents

2009-01-10 Thread jQuery Lover
Pass contents of your file as comma seperated values and then expload(',') to an array. Or parse serverside and return as a json. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 8, 2009 at 10:11 PM, Eyveneena wrote: > > is there a way to create

[jQuery] Re: Jquery Calling Servlet

2009-01-10 Thread jQuery Lover
Create a new window and direct it to your servlet url then onload.close(); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 8, 2009 at 7:08 PM, ruquia wrote: > > Hi i am calling a servlet using JQuery and my servlets create an excel > file at runtime and

[jQuery] Re: jQuery - Binding to Ajax Event

2009-01-10 Thread jQuery Lover
var canI = true; $(window).bind("ajaxComplete", function() { function1(); }); function function1(){ if(canI){ // your function1() code here } }; Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 8, 2009 at 5:02 PM, goodsanket wrote: > >

[jQuery] Re: Does anyonw know a jQuery plug-in like Magic Zoom

2009-01-10 Thread jQuery Lover
I have a twitter account but I don't use it much (http://twitter.com/uzbekjon). You might find my delicious bookmarks useful: General web development: http://delicious.com/uzbekjon jQuery related only: http://delicious.com/uzbekjon/jquery Or of course my jquery tips and tricks blog:

[jQuery] Re: jQuery Storage?

2009-01-10 Thread jQuery Lover
No, it's just the first place to look at :) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 3:13 PM, aldana wrote: > > > yes, I had a look. But couldn't find anything. Did I overlook something? >

[jQuery] Re: Is there any plugin or script for making a tree view multi-select

2009-01-10 Thread jQuery Lover
You can bind your own click event to list items of tree-view and keep track of selected items. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 8, 2009 at 6:52 PM, Pradeep Garikipati wrote: > Hi Friends, > > I am using jQuery tree-view plugin for generati

[jQuery] Re: Need help with a Jquery toggle bug in my menu's

2009-01-10 Thread jQuery Lover
add: #nav div{ display:none; } #nav .menu-on div{ display:block; } Drawback is if the user is on while page is being he will not see the div at first. He will need to move his mouse out and then in. To workaround this problem we can add an extra .hover() event listener to li's ...

[jQuery] Re: J QUERY - COM Objectscombination is possible or not !!!!

2009-01-10 Thread jQuery Lover
You can not call your com objects in jQuery. All you can do is request them (it will not parse it in any way). Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 11, 2009 at 9:58 AM, bharani kumar wrote: > > Hi every one, > > > Am working on the P

[jQuery] Re: COM Objectscombination is possible or not !!!!

2009-01-10 Thread jQuery Lover
If you do $.load('yourfile.php') you will get the contents of your word document to jquery. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 11, 2009 at 10:16 AM, bharani kumar wrote: > > But am using the php combination know , so it is not possi

[jQuery] Re: Best way to preload an image to obtain dimensions

2009-01-10 Thread jQuery Lover
It is creating a DOM element () and then binding a load event listener to it. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 11:37 PM, nabrown78 wrote: > > More specifically, I don't understand these couple of lines: > > img = $(

[jQuery] Re: COM Objectscombination is possible or not !!!!

2009-01-10 Thread jQuery Lover
I don't think so. Because you were parsing your COM elements using php before jquery and still parsing them with php. The only performance increase you may see is the page load. The page with jquery will load first and then jquery will load Com object contents. This will still take origin

[jQuery] Re: [validate] Doesnt work with Struts2 generated forms

2009-01-10 Thread jQuery Lover
There is another way too. You can simply quote your class names like this: "department.code":{required:true} Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 7:10 PM, Jörn Zaefferer wrote: > Absolutely! Documented here: > http://docs.jq

[jQuery] Re: z-index issue

2009-01-10 Thread jQuery Lover
I guess this was solved in your later repost. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 12:05 PM, godzilla74 wrote: > > Hi, > > I'm just learning jQuery and working on stuff for fun, but right now, > I am stumped! I ha

[jQuery] Re: IMAP PHP is possible or not !!!!

2009-01-11 Thread jQuery Lover
The main question is: What is taking up the time? Is it php script that connects through imap and retrieves mail list or is it the mail list download time? Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 11, 2009 at 10:46 AM, bharani kumar wrote: > Yes,

Re: Fw: [jQuery] Re: IMAP PHP is possible or not !!!!

2009-01-12 Thread jQuery Lover
Sorry, what do you mean? - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 11, 2009 at 7:01 PM, bharani kumar wrote: > > So , need to increase the speed, i thing my english is very poor, > On Sun, Jan 11, 2009 at 7:30 PM, bharani kumar

[jQuery] Re: How to grab the filename (src attribute) of an image?

2009-01-12 Thread jQuery Lover
rs... - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 12, 2009 at 6:05 PM, Mauricio (Maujor) Samy Silva wrote: > > $('img').click(function() { > var fileName = $(this).attr('src'); > alert(fileName); > }); >

[jQuery] Re: Correct me!

2009-01-12 Thread jQuery Lover
User this sintax: (function ($) { // code goes here // Here "$" is a jQuery reference })(jQuery) More detailed description is here: http://jquery-howto.blogspot.com/2008/12/what-heck-is-function-jquery.html - Read jQuery HowTo Resource - http://jquery-howto.bl

[jQuery] Re: [treeview] Expand the trees on the image and no link

2009-01-12 Thread jQuery Lover
ction(){ // Assume you wrapped your code to some $('#myTree img').click(function(){ // code to display your content }); }); - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 12, 2009 at 4:58 PM, cv wrote: > > Hello, > > I

[jQuery] Re: Form validation, not typical name of input.

2009-01-12 Thread jQuery Lover
You might find this useful (just as a note for the future) http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 12, 2009 at 6:40 PM

[jQuery] Re: Posting Repeating Ajax Requests

2009-01-12 Thread jQuery Lover
There is no option in jquery for auto requests in a set period of time. The javascript native setInterval() is a better option don't you think ?! - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 12, 2009 at 4:50 PM, Adeel Shahid wrote: > &g

[jQuery] Re: function text() in jquery

2009-01-12 Thread jQuery Lover
r txt = $('#testText').text(); // put back the selectbox $('#testText').append(tmp); - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 12, 2009 at 7:01 PM, kazuar wrote: > > > anyone? > > > kazuar wrote: >> &

[jQuery] Re: load script regarding to value of textfield

2009-01-12 Thread jQuery Lover
Try this: $('#searchButton').click(function(){ var url = 'http://gdata.youtube.com/feeds/api/videos?q=</a>' + $('#searchText').val() + '&alt=json-in-script&callback=showMyVideos&max-results=7&format=5">'; // ajax function

[jQuery] Re: Dialog - Can't Copy or Select Text

2009-01-12 Thread jQuery Lover
You can set resizable option to true/false (read docs http://docs.jquery.com/UI/Dialog/dialog#options) - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 12, 2009 at 1:41 PM, sirmoreno wrote: > > Hi, > I Set up a JQuery Dialog in my site. &g

[jQuery] Re: select() not working

2009-01-14 Thread jQuery Lover
*type: $jQ("#country_id").val(my_value); - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 4:24 PM, Beres Botond wrote: > > > It seems you don't know what .select() should be used for. It has > absolutely nothi

[jQuery] Re: syntax selector problem

2009-01-14 Thread jQuery Lover
Alternatively $("div").click(function(){ // all child p's $("p", this).show(); // first child p $("p:first", this).show(); // another way to select first child p $("p:eq(0)", this).show(); // etc. Other ways to select first chi

[jQuery] Re: select() not working

2009-01-14 Thread jQuery Lover
OFFTOP: Ups, I meant *typo not *type (made a typo myself :) ) Sorry. - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 4:44 PM, Beres Botond wrote: > > Ah yeah, sorry I didn't pay enough attention there :p

[jQuery] Re: jQuery selector question - Having ":" in attribute name

2009-01-14 Thread jQuery Lover
You can not have special character in attribute names. (it's not valid markup) Documentation is saying that your should escape VALUE bit if it contains special characters. - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 2:11 PM,

[jQuery] Re: Wiki Error trying to access Tabs, Datepicker on docs.jquery.com

2009-01-14 Thread jQuery Lover
I'm not getting this error. I remember a post that says that the doc's are hosted on different servers. So I guess I'm getting mine from not crushed server. I was quite interested of getting offline/downloadable version of jquery docs. Michael, maybe you find jquery cheatshee

  1   2   3   4   >