Thanks for the reply Marc. The issue is that I am trying to get the ID. So, let me elaborate, the user opens the list, clicks on the Title of the list item, then the view items details modal window opens. The display is where I will be placing the google map. I have hardcoded address in there now, however it is super slick, it shows the Item details then a nice satellite view of the location below so the user will know where the Asset is located. The jQUery I am using is embedded in the list item (display.aspx) of my list. To enter the ID into the CAML query, which I have implemented, (a hardcoded ID is in there now for testing), I need to be able to grab the ID that the user clicked on. Maybe I am just overlooking something completely simple, however I could not find an easy way to get the ID of the item of the modal window opened. I have scoured the window with Firebug and cannot seem to find a solid ID, class, or attribute to hook to with my jQuery (typical of Sharepooint). From there I will then work on the next step, getting the lookups worked out. Maybe there has been a function in SPServices already for this to "capture the ID". I will keep looking:) Agian, love SPServices, have done some other very cool stuff with it so far!
↧