Thursday, May 28, 2009
Monday, May 18, 2009
Saturday, May 16, 2009
Simple dropdown menu with jquery
Drop Down Menu with Jquery - with no ul - li
http://beski.wordpress.com/2009/05/15/jquery-simple-dropdown-menu/
http://beski.wordpress.com/2009/05/15/jquery-simple-dropdown-menu/
Wednesday, May 6, 2009
Hidden page problem in ajax - Jquery
Problem in accessing hidden / remote file directly when using ajax...
http://beski.wordpress.com/2009/05/06/hidden-file-problem-in-ajax/
http://beski.wordpress.com/2009/05/06/hidden-file-problem-in-ajax/
Friday, April 24, 2009
Ajax Show More - JQuery PHP Mysql
Show more comments for a post using JQuery Ajax
http://beski.wordpress.com/2009/04/24/show-more-comments-ajax-jquery-php-mysql/
http://beski.wordpress.com/2009/04/24/show-more-comments-ajax-jquery-php-mysql/
Local Scroll For Anchors - JQuery
Scroll Effect for local anchors with Jquery
http://beski.wordpress.com/2009/04/21/scroll-effect-with-local-anchors-jquery/
http://beski.wordpress.com/2009/04/21/scroll-effect-with-local-anchors-jquery/
Pagination with Anchor navigation
Ajax Pagination with anchor navigation - updated - helps to go directly to a page
http://beski.wordpress.com/2009/04/21/ajax-pagination-with-anchor-navigation/
http://beski.wordpress.com/2009/04/21/ajax-pagination-with-anchor-navigation/
Tuesday, April 21, 2009
Ajax Pagination using Jquery, PHP, mysql
Ajax paging script using php mysql jquery
http://beski.wordpress.com/2009/04/20/ajax-pagination-with-jqueryphpmysql/
with anchor navigation
http://beski.wordpress.com/2009/04/21/ajax-pagination-with-anchor-navigation/
http://beski.wordpress.com/2009/04/20/ajax-pagination-with-jqueryphpmysql/
with anchor navigation
http://beski.wordpress.com/2009/04/21/ajax-pagination-with-anchor-navigation/
Tuesday, February 10, 2009
Remove / Hide Scroll Bars
To hide inactive scroll bars set...
overflow: auto;
(When need - will appear)
To hide permanent...
overflow: hidden;
To show...
overflow: scroll;
By this way to hide scroll bar for window use this css...
html, body { overflow: hidden; }
Refer this...
http://www.brunildo.org/test/Overflowxy2.html
Enjoy!
overflow: auto;
(When need - will appear)
To hide permanent...
overflow: hidden;
To show...
overflow: scroll;
By this way to hide scroll bar for window use this css...
html, body { overflow: hidden; }
Refer this...
http://www.brunildo.org/test/Overflowxy2.html
Enjoy!
Subscribe to:
Posts (Atom)