[Tutorial] Create Collapsable and Expandable Fixed jQuery Modal Box

Today I am going to write a tutorial on how to write a Jquery enabled Collapsable and Expandable Fixed jQuery Modal Box. Q. What is jQuery ? A. jQuery is a new type of Javascript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions … Continue reading “[Tutorial] Create Collapsable and Expandable Fixed jQuery Modal Box”

[Tutorial] Collapsable and Expandable jQuery Fixed Modal Box (Continue…)

Collapsable and Expandable jQuery Fixed Modal Box (Continue…) Our Jquery Code that actually does the binding for click events and adjusting the CSS dynamically. jq-fixed.js $(document).ready(function() { //Initialize our jquery actions initialposition(); //If user decides to make no action $(“#mask”).click(function(e){ $(this).hide(); resetmask(); }); function initialposition() { //position the navigation bar at top initially // when … Continue reading “[Tutorial] Collapsable and Expandable jQuery Fixed Modal Box (Continue…)”

[Tutorials] Collapsable and Extendable jQuery Fixed Modal Box (Continue…)

Now, final retouch, have css file, jq-fixed.js in inside the same directory and save the code below as modal.html too in the same directory, test the mdoal window by running modal.html. If everything goes fine you’ll be able to see the modal window at the top. You can also download the zipped version of this … Continue reading “[Tutorials] Collapsable and Extendable jQuery Fixed Modal Box (Continue…)”

[Resolved] My Hard-disk Crash having dual boot

My brother tried to login to a box, which had Windows XP along with LinuxMint7.0 (its old). My brother uses windows XP and for myself, I use LinuxMint. The PROBLEM was “There was no display in monitor”, Green light was blinking with some seconds delayed. I tried power off/on many times, when it didn’t help … Continue reading “[Resolved] My Hard-disk Crash having dual boot”