Sliding menu using jQuery and ScrollTo
Posted by Sajith M.R in Downloads, html on 21. Feb, 2010 | 0 Comments
Recently I created a sliding menu for a project using jQuery and ScrollTo functions.
See demo: Slider Menu
We can use the jQuery function $(”.menubar”).scrollTo(id_of_element) to scroll any scrollable area to a particular location.
The idea behind every smooth sliding is using scroll function with overflow:hidden mode.
You can download the source code from : http://www.sajithmr.me/downloads/slider/slider.zip
Here div menu-bar is [...]
Onchange, form submit – Error
Posted by Sajith M.R in html on 10. Nov, 2009 | 0 Comments
If you are facing onchange and form submit of select-box (combo box) in html, you are not alone.
In sometimes onchange = “document.formname.submit()” won’t submit the form, while it works on other html pages.
There is hidden truth of this problem is , there may be some other input having the name “submit”. This cause problem in [...]
Yahoo Media Player
Posted by Sajith M.R in general, html on 03. Aug, 2009 | 5 Comments
It may be an unwanted post, but I recently got this information while sufing through.. It is nothing but a javascript file from Yahoo. It is duty is to convery every mp3 link inside an html page into mp3 player and it also creates a playlist according the the mp3 links available.
What you have to [...]
JQuery – Play with html
Posted by Sajith M.R in html, webworld on 03. Jun, 2009 | 1 Comment
Start jquery for manipulating html file and execute javascript just like sql queries.
Simply pointer the dom object with a $ and manipulate with different built in function.
For example
$(”p.neat”).addClass(”ohmy”).show(”slow”);
Don’t need to write javascript inside each node. It is like prototyping. Insted of adding an onClick=”function()” inside the node, jquery define the onclick function from the top [...]
Fun Time
Posted by Sajith M.R in webworld on 04. Nov, 2008 | 4 Comments
Hello Techies ,
Lets watch a fun video with your browser interactive effect. Kill me if you dont like this flash + javascript effect.
Dont maximise (enlarge ) your browser window after clicking the below link. Wait a moment after the click.
REMEMBER, DONT MAXIMIZE the window
http://www.fly-a-balloon.be/
Regards
Sythoos
Stylish Blockquote
Posted by Sajith M.R in php on 19. Apr, 2008 | 5 Comments
The tag blockquote in html has a special beauty than any other tags by default. And when you use blockquote in your post, it gets more meaning than merely a text.
Then what will happen if you make your blockquote more stylish.
See my blockquote below:
There are 10 kinds of people in this world….Those who understand [...]


