[jQuery] filter some elements problem

2009-03-07 Thread rahman...@gmail.com
i want to select "a" tags that : 1.it's href dos not contain "javascript:" 2.its onclick attribute dos not contain "return false" 3. and it's target is "not _blank" i wrote this rules with jQuery like this 2 codes but it's not working true, where is my problem ?! 1. $("A :not('a...@on

[jQuery] Thickbox 3 ie7 problem

2009-02-02 Thread rahman...@gmail.com
Hi all I use Thickbox 3 and it has position problem with ie7 for " #TB_window" ( it will stick in top of page ) the new version of Thickbox (ver 3.1) is true i edited " * html #TB_window " and " #TB_window" accoring to it but i don't get any answer thanks for help me before ;)

[jQuery] Re: history plugin

2008-12-18 Thread rahman...@gmail.com
I have written a code ( => just for myself usage) that makes links bookmarks like this example: you are on : "http://www.mysite.com/index.php"; you click a link like "sitemap.php" it will be load and you will see "http://www.mysite.com/ index.php#sitemap" or if you click "myfile.php?id=3&p=test"

[jQuery] Re: History Plugin

2008-12-18 Thread rahman...@gmail.com
I have written a code ( => just for myself usage) that makes links bookmarks like this example: you are on : "http://www.mysite.com/index.php"; you click a link like "sitemap.php" it will be load and you will see "http://www.mysite.com/ index.php#sitemap" or if you click "myfile.php?id=3&p=test"

[jQuery] scrollbar

2008-12-18 Thread rahman...@gmail.com
hi2all how can we have an eye on scrollbar ? I want an event that will run on scrollbar changed ! have i to use "setTimeout" function to findout that scrollbar position has changed?! thanks before