Hi,
What I'm trying to is that when there is certain css id appears in
area. then it should hide right sidebar and change the width of center
area.
if($('#specialSection'))
{
$('#sidebar-right').hide();
$('#center').css('width','760px');
}
But this code is not working properly
On Dec 16, 3:51 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
wrote:
> hey Sharique,
>
> joke apart, jquery is javascript: javascript is clientside, meaning it runs
> in the browser visiting the website. Serverside languages are PHP, ASP, ruby
> on rails etc..
Is it possible to run excute jquery on server side.
--
Sharique
This is my test report. Win Xp64 bit
ff
Prototype 140
MooTools 135
jquery 441
opera
Prototype 72
MooTools 80
jquery 183
IE6
Prototype 1556
MooTools 1104
jquery 1001
safari
Prototype 409
MooTools 48
jquery 175
On Dec 11, 7:10 pm, Sharique <[EMAIL PROTECTED]> wrote:
> P
Pls have a look at this test.
http://mootools.net/slickspeed/
Performance of JQuery of quite low as compare to other java script
libraries.
--
Sharique
@Juan
$("a").html() is always returning text of first , here "tata"
@ziz
alert($(this).text()); works, thanks.
Why return false?
--
Sharique
On Oct 10, 2:30 pm, zizi <[EMAIL PROTECTED]> wrote:
> Try this way:
>
>$("a").click( function( )
&
What I want to is :When user click on a link it will show text inside
the tag. (ie. when user click in "more" it will show "more" in
alert.)
I have following code :
-
http://www.w3.org/
TR/html4/strict.dtd">
jq test
$(function(
t your css Link should be inside your
> head tag, and you should put all your scripts after your closing form tag.
> This is just to optimize the page loading.
>
>
>
> Sharique Farooqui wrote:
>
> > I have one textbox, one button, one label- all asp.net controls.
>
---
On Oct 1, 11:12 pm, seedy <[EMAIL PROTECTED]> wrote:
> asp.netcontrols should not interfere with theformsplugin.
> Do you have a demo page we could take a look at? Right not Im not even 100%
> sure what your problem you are having.
>
>
>
> Sharique
Really nice work.
Did it works will asp.net as well?
On Oct 4, 3:15 am, reconstrukt <[EMAIL PROTECTED]> wrote:
> Hey all,
>
> I just released Just finished the initial release of my datagrid
> plugin. I named her Ingrid. :)
>
> Features in this release:
>
> - resizable columns
> - paging toolba
I want to display html slect list in pop-up in small frame like in
yelp.com (on near text box click on "Neighborhood" ).
---
Sharique
bmit a form through an ajax request.
> Are you using asp.net ajax and jQuery at the same time? I think there could
> be some problems doing that as they both make use of the $
>
>
>
> Sharique Farooqui wrote:
>
> > yes I mean qury form plugin.
> > I'm trying but
I have this HTml code
Select
City list
here
and a php file (citylist.php)which return list of cities.
What I want is when I click City list textbox must be changes to
select list, with options from citylist.php.
yes I mean qury form plugin.
I'm trying but not getting sucess.
I think it can be used as replacement of asp.net update panel, what u
think?
On Sep 26, 7:50 pm, Danjojo <[EMAIL PROTECTED]> wrote:
> What do you mean by jQuery forms?
>
> On Sep 26, 10:49 am, Sharique <[
Hi,
Did anybody has tried jquery forms with asp.net?
--
Sharique
t A
> Content B
> Content C
>
> and of course the div of the content:
>
>
> Click on a link to display text
>
>
> cheers
>
> On Jun 7, 11:58 am, Sharique <[EMAIL PROTECTED]> wrote:
>
> > I have a 3 links on a page index.htm. Links are 'A'
content of b.htm will appear in div.
and soon. How I can do this?
Sharique
I want to show random images from a folder.
How I can do this?
Sharique
I think jQuery is powerful enough to build such thing.
On May 8, 9:19 pm, Sharique <[EMAIL PROTECTED]> wrote:
> Is there any text editor (like FCKEditor) build using jquery.
> If not then why shouldn't build it.
> -
> Sharique
Is there any text editor (like FCKEditor) build using jquery.
If not then why shouldn't build it.
-
Sharique
Nice work
On May 8, 6:42 pm, Jan Sorgalla <[EMAIL PROTECTED]> wrote:
> Hi,
>
> i've released the a new version of jCarousel yesterday. The source
> code is completely rewritten and i've tried to make it more flexible
> and to cover most of the features requested on the mailinglist.
>
> Online:htt
t; On Friday, April 20, 2007 8:58 AM Sharique <> said:
>
> > How I can disable right click on perticular element or div using
> > jQuery.
> > ---
> > Sharique
>
> I don't know but let me be the first to ask, why?
>
> If you're trying to protec
How I can disable right click on perticular element or div using
jQuery.
---
Sharique
Its working. But only with jq/jquery.pack.js not jq/jquery.js
Any way
Thanks,
On Apr 14, 11:25 am, "Leonardo K" <[EMAIL PROTECTED]> wrote:
> Change this
>
>
>
> to
>
>
>
> Should work...
I have removed jquery.js but condition is still same.
When I remove jquery.pack.js this code doesn't work even opera.
-
Sharique
On Apr 14, 8:43 am, David <[EMAIL PROTECTED]> wrote:
> Hi Sharique,
>
> It looks like you are loading jquery twice. jquery.js and jquery.pa
I'm newbie to jquery
I have written a simple page for test. Here is the code. It only run
in opera 9.2 ,in IE7 and firefox 2 it doesn't work. Why?
Untitled Page
$(document).ready(function() {
$('a').click(function() {
alert("Hello world!");
});
});
H
26 matches
Mail list logo