¡@

Home 

2014/10/16 ¤W¤È 12:03:00

jquery Programming Glossary: disclosure

ajax framework should I go for extjs or raxan?

http://stackoverflow.com/questions/1442374/ajax-framework-should-i-go-for-extjs-or-raxan

a good framework but Ext is stable and has great docs full disclosure I used to be part of the Ext team . jQuery and Ext JS are apples..

How to create Hash object/array using jquery?

http://stackoverflow.com/questions/3006984/how-to-create-hash-object-array-using-jquery

hash table implementation called jshashtable full disclosure I wrote it . Using it your code would be var starSaves new Hashtable..

JavaScript/jQuery: How to make sure cross-domain click tracking event succeeds before the user leaves the page?

http://stackoverflow.com/questions/3270120/javascript-jquery-how-to-make-sure-cross-domain-click-tracking-event-succeeds-b

This is probably not relevant but in the interest of full disclosure the content and script is inside a main content iframe and this..

Full path from file input using jQuery

http://stackoverflow.com/questions/3489133/full-path-from-file-input-using-jquery

C fakepath in order to prevent inappropriate information disclosure. In all other current mainstream browsers I know of it is also..

jQuery collision detection during animation

http://stackoverflow.com/questions/4182100/jquery-collision-detection-during-animation

this question You can try jquery collision . Full disclosure I just wrote and released this. I also ran into this same issue..

Please recommend a JQuery plugin that handles collision detection for draggable elements

http://stackoverflow.com/questions/773717/please-recommend-a-jquery-plugin-that-handles-collision-detection-for-draggable

jquery collision plus jquery ui draggable collision . Full disclosure I just wrote and released these on sourceforge. The first allows..

How to implement “confirmation” dialog in Jquery UI dialog?

http://stackoverflow.com/questions/887029/how-to-implement-confirmation-dialog-in-jquery-ui-dialog

class confirmLink in my example . In the interest of full disclosure I'll note that I spent a few minutes on this particular problem..

ajax framework should I go for extjs or raxan?

http://stackoverflow.com/questions/1442374/ajax-framework-should-i-go-for-extjs-or-raxan

the evidence for that statement. I won't knock YUI it's a good framework but Ext is stable and has great docs full disclosure I used to be part of the Ext team . jQuery and Ext JS are apples and oranges. Ext Core compares to jQuery but then Ext JS..

How to create Hash object/array using jquery?

http://stackoverflow.com/questions/3006984/how-to-create-hash-object-array-using-jquery

prototypejs share improve this question There's a standalone hash table implementation called jshashtable full disclosure I wrote it . Using it your code would be var starSaves new Hashtable function myHover id pos var starStrip 'star_strip_'..

JavaScript/jQuery: How to make sure cross-domain click tracking event succeeds before the user leaves the page?

http://stackoverflow.com/questions/3270120/javascript-jquery-how-to-make-sure-cross-domain-click-tracking-event-succeeds-b

web servers do not have outbound network access for scripts. This is probably not relevant but in the interest of full disclosure the content and script is inside a main content iframe and this is not going to change. I will likely eventually move the..

Full path from file input using jQuery

http://stackoverflow.com/questions/3489133/full-path-from-file-input-using-jquery

8 replaces the local drive and directory path with the string C fakepath in order to prevent inappropriate information disclosure. In all other current mainstream browsers I know of it is also turned off. The file name is the best you can get. More detailed..

jQuery collision detection during animation

http://stackoverflow.com/questions/4182100/jquery-collision-detection-during-animation

javascript jquery animation collision detection share improve this question You can try jquery collision . Full disclosure I just wrote and released this. I also ran into this same issue didn't see a solution so I wrote it myself. It allows you..

Please recommend a JQuery plugin that handles collision detection for draggable elements

http://stackoverflow.com/questions/773717/please-recommend-a-jquery-plugin-that-handles-collision-detection-for-draggable

collision share improve this question You can try jquery collision plus jquery ui draggable collision . Full disclosure I just wrote and released these on sourceforge. The first allows this var hit_list #collider .collision .obstacle which..

How to implement “confirmation” dialog in Jquery UI dialog?

http://stackoverflow.com/questions/887029/how-to-implement-confirmation-dialog-in-jquery-ui-dialog

work for you if you can generate your links with the CSS class confirmLink in my example . In the interest of full disclosure I'll note that I spent a few minutes on this particular problem and I provided a similar answer to this question which was..