Q: jQuery TinyScrollbar doesn’t work in hidden container or tab or div : Why ? Answer: I think this is problem with jquery or as how the DOM works. When any parent div is hidden using css property display:block; jquery can not determine the width, height etc for any child element (example div) and this… Read more »
Posts Categorized: Java script
New installation instruction for tinybn in joomla1.5.14+
Here I am back with tinybn(bangla writing plugin for popular wysiwyw editor tinymce). Oh please don’t think that I am trying to show you smiley face with new version of tinybn but new installation instruction for joomla 1.5.14+. Today a new user informed that the raw installation instruction for joomla 1.5.x is not correct …… Read more »
RSS news ticker using jquery and Slick RSS module in joomla
Let me clear first about what is Slick RSS Slick RSS is a joomla module that Parse and Display RSS Feed News with DHTML Teaser Tooltip. For details pls visit this link. ok , let me tell what I am going to do next. That module is great to show rss feed from another site… Read more »
Submit form of iframe from parent window
In phpxperts yahoo group there was a thread about how to submit a form in a iframe outside the iframe I mean from parent window. I replied my idea using js but the iframe should be in same domain. The js code is like let me give u whole code. make a new file named… Read more »
Tinybn for jce as a joomla plugin
Dear Friends, I know there is no update on tinybn for many days and it has so many bugs but I am not gone yet ! heh heh. I think who are very familiar with joomla and it’s content editor tinymce, are also familiar with jce(joomla content editor), a joomla conent editor based on tinymce… Read more »
Simple Ajax Tab for wordpress (Manchuwpajaxtab) v1.1
Simple Ajax Tab for wordpress or just Manchuwpajaxtab is a small plugin/widget for wordpress to show some important features of a blog in one place and make them ajax based so the loading time of blog is minimun. Here Recent Posts, Recent Comemnts, Tag clouds, Archives, Blogroll and Categories are packed together as tab..ajax based… Read more »
childNodes problem in FF !!!
I was working with js and got a peculiar problem (it’s was unknown to me ) about childNodes count in firefox and opera. Internet explorer showed perfectly. suppose my html is like Now the js: Here childNum will give diff values for diff browser. FF, Opera counts the whitespaces . textnodes as child but IE… Read more »
Detect browser name and version using js
I was trying to detect browser version and browser name using java script. I got so many techniques but I am happy with jquery’s one. It’s pretty simple and small block of code. Just check the bellow code that I got from jquery. As it is not possible to use the whole js library all the time but I like to use some part of it or follow the techniques for cross browser tasks. ![]()
JS Tips and Definition…Personal Interest
typeof-returns indicating the type of operator used in two format typeof operand typeof (operand) Link Listen
Javascript compressor
Here’s a tool to compress java script. Listen
Recent Comments