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 >:-(
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 >:-(
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
$('form').submit(function(){
var flage;
$.post('test.php',function(data){
if(data.length){
$('#message').html(data);
flage = true;
}
else{
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.
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?
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
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...
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
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('
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
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
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
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
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?
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.
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
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
Hi,
why jQuery validation plug-in 1.5.5 don't work with FireFox version
3.5.4?
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
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.
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..
//
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
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>
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...
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>
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
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
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
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
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
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
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
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.
>
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
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 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
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,
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
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:
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 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
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
&
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
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
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
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/
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
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 ...
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
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,
>
>
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.
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
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
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
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
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
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
@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
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
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
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:
>
>
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
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!
>
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
(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
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?
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
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
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
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,
>
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
>
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
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
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:
>
>
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:
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?
>
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
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 ...
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
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
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 = $(
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
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
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
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,
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
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);
> });
>
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
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
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
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
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:
>>
&
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
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
*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
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
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
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,
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 - 100 of 311 matches
Mail list logo