Hi, I'm trying to add an onclick function to the gsc-cursor.page elements. I've managed to do it by looping and getting an array of them. The only problem is that adding the onclick stops the gsc-cursor-page from going to the next page!! It seems that a different, unseen onclick is already added by Google which makes the pagination work. Is there any way I can add another function to that? The way I see it as being possible is either
1) somehow dynamically adding a function to the already existing onclick. Don't know if that's possible. 2) If I'd know the name of the function being called by the onclick, I could include that in my own. Is there any way to figure out what function is currently being called? Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
