Advertisement
joris

Dibalas

Sep 5th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.62 KB | None | 0 0
  1. Hi bertho.
  2.  
  3.  
  4.  
  5. FIRST OF ALL, IF you want TO do, you need TO rewrite the ajax CALL TO USE the plain XMLHttpRequest. SOME nice examples are available here: https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest/Using_XMLHttpRequest
  6.  
  7.  
  8.  
  9. FOR the dataList elements you should have a closer look TO the bbUI.js wiki page FOR the image-lists. I think there are enough samples TO GET started!!
  10.  
  11.  
  12.  
  13. IF the ajax CALL AND the response/success functionality IS ALL you are USING jQuery FOR I would recommend TO NOT USE it since USING a "big" (IN SIZE) framework LIKE jQuery FOR ONLY SOME calls/USE cases doesn't make any sence for me.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement