7,239 reputation
1731
bio website goo.gl/QMET
location California
age
visits member for 1 year, 3 months
seen Jan 13 at 22:17
stats profile views 736

You don't even know what you don't know.


Jun
2
revised How do I programmatic toggle navbar tabs in jQuery Mobile?
Button limit in Nav Bar reminder.
Jun
2
answered How do I programmatic toggle navbar tabs in jQuery Mobile?
Jun
2
comment How to calculate the width of an input HTML element so that it matches the size of its content?
+1 for creating an excellent method to use. For my taste, changing "px" to + 15 + "px" makes the text less jumpy. The answer I provided might be overkill, but the 2kb source file is also based on .offsetWidth as well. Cheers!
Jun
2
answered How to calculate the width of an input HTML element so that it matches the size of its content?
Jun
2
revised Lightweight Alternative to jQuery UI's sortable()?
Added the word lightweight since jQuery UI Sortable can be considered the Middleweight.
Jun
2
revised Lightweight Alternative to jQuery UI's sortable()?
EDIT: Corrected dependencies from 2 to 3.
Jun
2
comment Lightweight Alternative to jQuery UI's sortable()?
@AndyJones, I did provide an alternative to jQuery UI Sortable with file-size verifiable references you can access which is included in my answer. If you know of alternative plugin that is less than 18.9kb please join the party and create an answer. That said, the term Heavyweight applies to the byte-size of the plugin, as OP want's a Lightweight version instead.
Jun
2
answered Lightweight Alternative to jQuery UI's sortable()?
Jun
1
comment How can I open inline div on page load using ShadowBox?
Thanks. Included extra example. Cheers!
Jun
1
revised How can I open inline div on page load using ShadowBox?
provided another example.
Jun
1
comment Track only iframe history
This INFO can help with additional information.
Jun
1
comment FancyBox opens too low on the page
@daGUY, Thank you. Please consider the Fancybox beforeShow and afterClose to address issue of crashing Totem Ticker objects but equally as important Fancybox not centering correctly per my answer. That said, it's a coincidence Fancybox has a 2nd reason not to center correctly. It's easily reproduced in Firefox as described. My test environment used Totem Ticker(your .js downloaded version) with official demo markup inside Fancybox v2 demo markup. To avoid unforeseen 3rd reason for Fancybox not to center correctly, pause other jQuery animations before Fancybox animates via beforeShow method.
Jun
1
answered Getting the current complete URL with JavaScript and using it with jQuery
Jun
1
answered How can I open inline div on page load using ShadowBox?
May
31
comment FancyBox opens too low on the page
@daGUY, Thank you for the upvote. Please note I did mention to use Fancybox v2.0 with jQuery v1.64 in my SO Answer 18 minutes prior to your independent tests and posted comment. Is their a reason my answer is not accepted as the correct answer?
May
31
comment FancyBox opens too low on the page
I tested their downloadable v2.0 Demo with jQuery 1.6.4 with no issues seen as mentioned in my answer. The creditable source information I used for my SO Answer come from the Fancybox source file directly: jquery.fancybox.js That said, it's 100% safe to realize this is the solution, not that it seems to be.
May
31
revised FancyBox opens too low on the page
deleted 26 characters in body
May
31
comment FancyBox opens too low on the page
EDIT: Please update Fancybox to v2.0 which is compatible with jQuery v1.6.4 that you are using. The Fancybox v2.0 source file says jQuery v1.6.0 is the minimum required version.
May
31
revised FancyBox opens too low on the page
Recommend Fancybox update to v2 with jQuery1.6.4
May
31
comment FancyBox opens too low on the page
I just looked at your website on Chrome 19.0.1084.52 m and still see the extra vertical bar that is empty. In onStart, remove overflow option or use something other than scroll to fix vertical bar issue which can contribute to incorrect vertical positioning of Fancybox.